Когда я пытаюсь запустить: pip install selenium, я получаю следующую ошибку:
Код: Выделить всё
Fatal error in launcher: Unable to create process using '"c:\python38\python.exe" "C:\Python38\Scripts\pip.exe" install selenium': The system cannot find the file specified.
Код: Выделить всё
python pip install selenium
Код: Выделить всё
can't open file 'pip': [Errno 2] No such file or directory
Код: Выделить всё
pip3 install selenium
Код: Выделить всё
Fatal error in launcher: Unable to create process using '"c:\python38\python.exe" error: "C:\Python38\Scripts\pip3.exe" install selenium': The system cannot find the file specified.
Код: Выделить всё
pip 20.0.2 from C:\Users\\AppData\Local\Programs\Python\Python38\lib\site-packages\pip (python 3.8)
Подробнее здесь: https://stackoverflow.com/questions/612 ... -i-fix-pip