我并不像我想的那样精通pip
,但我发现这种行为很奇怪。我想安装metar
包。我在搜索时找到它:
[user@host project]$ pip search metar
...
metar - Metar - a package to parse METAR coded weather
reports
但是,当我尝试安装它时:
[user@host project]$ pip install metar
Downloading/unpacking metar
Could not find any downloads that satisfy the requirement metar
Cleaning up...
No distributions at all found for metar
Storing complete log in /home/user/.pip/pip.log
如果包显示在搜索结果中,为什么我不能安装它?
答案 0 :(得分:0)
如果是外部下载且未经验证,您可以尝试以下操作:
pip install metar --allow-unverified metar