ПРОБЛЕМА
После неудачной загрузки scipy из-за какой-то ошибки я попытался установить и удалить python, перейти на python3.75 и вернуться к python 3.8 - теперь ничего не работает.
То есть, набрав pip
в командной строке, вы получите следующую ошибку:
Fatal error in launcher: Unable to create process using '"c:\users\alon\appdata\local\programs\python\python38-32\python.exe" "C:\Users\alon\AppData\Local\Programs\Python\Python38-32\Scripts\pip.exe" '
Все, что я хочу сделать - это заставить Сциппи работать, но сейчасвсе сломано.
ЧТО Я ПОПРОБОВАЛ
Я буквально перебрал все потоки в SO и других местах, где есть эта ошибка, но ничего не помогло.
Iпопытался удалить python и загрузить его снова, но проблема все еще существует.
ДРУГИЕ ДЕТАЛИ
Я работаю над Windows 10
.
EDIT
После попытки удалить все и переустановить, я получаю это при выполнении pip
в строке cmd:
File "<stdin>", line 1, in <module>
NameError: name 'pip' is not defined```
When I execute ```echo %PATH%``` this is what I get:
```C:\Program Files\Cmder\bin;C:\Program Files\Cmder\vendor\bin;C:\Program Files\Cmder\vendor\conemu-maximus5\ConEmu\Scripts;C:\Program Files\Cmder\vendor\conemu-maximus5;C:\Program Files\Cmder\vendor\conemu-maximus5\ConEmu;C:\Program Files (x86)\Python38-32\Scripts\;C:\Program Files (x86)\Python38-32\;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Git\cmd;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Program Files (x86)\LyX 2.3\Perl\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\alon\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files\Cmder```
While when I enter "edit environment variables" this is what appears under ```path```:
```C:\Program Files (x86)\Python38-32\Scripts\;C:\Program Files (x86)\Python38-32\;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Git\cmd;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Program Files (x86)\LyX 2.3\Perl\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;```
Which is a completely different list.