Python 找不到任何满足firefox要求的下载。没有为firefox找到任何发行版。更新firefox时出现问题

Python 找不到任何满足firefox要求的下载。没有为firefox找到任何发行版。更新firefox时出现问题,python,firefox,pip,installation,upgrade,Python,Firefox,Pip,Installation,Upgrade,我有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

我有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

没有
pip
是一个Python包管理器,它只能安装Python包。Firefox不是Python软件包,不能使用
pip

安装。你说得对。但我知道怎么做了。类型

$sudo apt安装firefox

我做到了,我的firefox从32版到60版,我不知道是否需要下载他想要安装的firefox版本。就我而言,我已经提前下载了60版

你可以从下载(它是61版)

可能相关:(除其他外)