pip install selenium 出现错误

Could not find a version that satisfies the requirement selenium (from versions: )
No matching distribution found for selenium
You are using pip version 9.0.3, however version 19.2.3 is available.
You should consider upgrading via the ‘python -m pip install --upgrade pip’ comm
and.

pip selenium安装出错 Could not find a version that satisfies the requirement selenium (from versions: )出现该错误主要是没有指定selenium版本
修改:
pip 安装时加上模块版本即可:
pip install selenium==(指定任一版本)
例如:
pip install selenium==3.141.0
pip selenium安装出错 Could not find a version that satisfies the requirement selenium (from versions: )

相关文章:

  • 2022-12-23
  • 2021-11-07
  • 2021-10-19
  • 2021-10-21
  • 2021-07-29
  • 2021-12-11
  • 2021-12-21
猜你喜欢
  • 2021-06-19
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
相关资源
相似解决方案