【发布时间】:2019-07-16 18:49:32
【问题描述】:
我正在尝试使用 pip3 在 Python 中安装软件包。我肯定设法在其他系统上安装了这些包,所以我知道它们存在。但就好像我正在使用的 pip3 存储库不包含那样。包是搁置和操作系统。我得到的错误是:
[root@host]# pip3 install shelve
Collecting shelve
Could not find a version that satisfies the requirement shelve (from versions: )
No matching distribution found for shelve
如果这有什么不同的话,我正在使用 RHEL 7。
【问题讨论】:
标签: python pip operating-system python-3.5 shelve