【发布时间】:2021-02-02 20:58:20
【问题描述】:
当我尝试使用 pip install selenium 安装 Selenium 模块时,我收到此错误:
Fatal error in launcher: Unable to create process using '"c:\python39\python.exe" "C:\Python39\Scripts\pip.exe" install selenium': The system cannot find the file specified.
【问题讨论】:
-
您的计算机上是否存在程序
c:\python39\python.exe和C:\Python39\Scripts\pip.exe? -
C:\Python39\Scripts\pip.exe 存在,但 c:\python39\python.exe 不存在。