pip install selenium
抛出错误为:
Could not find a version that satisfies the requirement selenium;
No matching distribution found for selenium
请指导如何进行
原文由 Tanushree Chandhok 发布,翻译遵循 CC BY-SA 4.0 许可协议
pip install selenium
抛出错误为:
Could not find a version that satisfies the requirement selenium;
No matching distribution found for selenium
请指导如何进行
原文由 Tanushree Chandhok 发布,翻译遵循 CC BY-SA 4.0 许可协议
2 回答5.2k 阅读✓ 已解决
2 回答1.2k 阅读✓ 已解决
4 回答1.5k 阅读✓ 已解决
3 回答1.4k 阅读✓ 已解决
3 回答1.3k 阅读✓ 已解决
2 回答919 阅读✓ 已解决
1 回答1.8k 阅读✓ 已解决
这个错误信息…
…暗示 Python 客户端 无法安装与 Selenium 相关的模块。
您的主要问题可能与 pip 版本或 Python 安装有关。
解决方案