I want to start with web development with python, django, react, javascript and when I download node.js at the windows PowerShell it showed me that its downloading python again and now when I want to run a code at PyCharm it is showing me this error:
Error running 'some new sobject': Cannot run program "C:\Users####\AppData\Local\Programs\Python\Python39\python.exe" (in directory ""): CreateProcess error=2, The system cannot find the file specified
or when I'm typing pip at the cmd it is showing me this error:
Fatal error in launcher: Unable to create process using '"c:\users????\appdata\local\programs\python\python39\python.exe" "C:\Users????\AppData\Local\Programs\Python\Python39\Scripts\pip.exe" ': The system cannot find the file specified.
I searched for some answers and nothing works should I redownload python?
C:\Users####
and in second errorC:\Users????
, better check how is the dir named and if this is the problem, rename it toC:\User
, you might have troubles with environment variables and other settings then, but that is a different thing. – RuliC:\program files
and see if it works – Ruli