我正在尝试使用 pip3 在 Python 中安装软件包。我确实设法在其他系统上安装了这些软件包,所以我知道它们存在。但就好像我正在使用的 pip3 存储库不包含那样。包是搁置和操作系统。我得到的错误是: [root@host]# pip3 install shelveCollecting shelve Could not find a version that satisfies the requirement shelve (from versions: )No matching distribution found for shelve如果这有什么不同,我正在使用 RHEL 7。
2 回答
慕田峪9158850
TA贡献1794条经验 获得超7个赞
梦里花落0921
TA贡献1772条经验 获得超6个赞
您还可以使用例如安装 tkinter 包:
sudo apt-get install python-tk; if you have python installed
或者你可以使用:
sudo apt-get install python3-tk; if you have python3 installed
添加回答
举报
0/150
提交
取消