【问题标题】:Could not find any downloads that satisfy the requirement firefox. No distributions at all found for firefox. Trouble updating firefox找不到任何满足 Firefox 要求的下载。根本找不到 Firefox 的发行版。无法更新 Firefox
【发布时间】: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

【问题讨论】:

标签: python firefox pip installation upgrade


【解决方案1】:

没有firefox at PyPIpipPython 包管理器,它只能安装 Python 包。 Firefox 不是 Python 包,无法使用 pip 安装。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-01-03
    • 2023-03-20
    • 2021-12-25
    • 2018-10-13
    • 2019-07-18
    • 2020-04-15
    • 2015-11-24
    • 2013-08-16
    相关资源
    最近更新 更多