gpt4 book ai didi

python - 如何修复 "pip"?

转载 作者:行者123 更新时间:2023-12-03 18:40:14 25 4
gpt4 key购买 nike

我有 python 3.8.0(在 Windows PC 上)
当我尝试运行时: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 seleniumpy 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.
**当我运行时: python -m pip --version我得到:
pip 20.0.2 from C:\Users\<UserName>\AppData\Local\Programs\Python\Python38\lib\site-packages\pip (python 3.8)
我在尝试安装 django 时也遇到了同样的问题。

最佳答案

你的输出:C:\Users\\AppData\Local\Programs\Python\Python38\lib\site-packages\pip ,让我觉得你搞砸了你的 pip 安装。

要恢复,请执行以下操作:

  • 以管理员身份运行 CMD
  • 执行“python -m pip install -U --force pip”(这将修复您的 Pip 安装)
  • 然后关闭 CMD 并打开另一个管理员 CMD 以确保您有效地获得 PATH 更新
  • 执行 'pip install -U --force selenium'

  • 这应该有助于解决问题。

    关于python - 如何修复 "pip"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61278097/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com