【发布时间】:2018-07-03 16:38:15
【问题描述】:
我有 Firefox 版本 32.0.3,由于我必须使用 selenium 包和 geckodriver 来实现一些自动化,我必须更新我的 Firefox,但我无法做到。请有人告诉我。
$ python -m pip install --upgrade firefox
#ERROR:
Could not find a version that satisfies the requirement firefox (from
versions: )
No matching distribution found for firefox
$ python -m pip install firefoxCollecting firefox
#ERROR:
Could not find a version that satisfies the requirement firefox (from
versions: )
No matching distribution found for firefox
$ sudo pip install --upgrade firefox
#ERROR:
Could not find any downloads that satisfy the requirement firefox
Cleaning up...
No distributions at all found for firefox
Storing debug log for failure in /home/arvind/.pip/pip.log
【问题讨论】:
-
可能相关:stackoverflow.com/q/34256762/1531971(以及其他)
标签: python firefox pip installation upgrade