gpt4 book ai didi

Python - pip install 找不到匹配的版本

转载 作者:太空宇宙 更新时间:2023-11-04 10:15:34 25 4
gpt4 key购买 nike

我在 CentOS 6.9 中有一台机器,出于各种原因我被迫使用 python2.6.6。当我尝试使用 pip 下载库时,我尝试:

sudo -E pip install someLibrary

例如我得到 Pandas

Could not find a version that satisfies the requirement pandas (from versions: ) No matching distribution found for pandas

我怀疑这与我使用的 python 版本有关,并且存储库已被移动或其他原因。有什么想法吗?

最佳答案

pip install someLibrary

No matching distribution found for pandas

呵呵,混淆失败。 :-))) 下次再努力……如果你不想要答案……

嗯,pandas不支持 Python 2.6,仅支持 2.7+。

Version 0.17.1似乎是最后一个支持 Python 2.6 的。使用 pip 安装

pip install pandas==0.17.1

或来自 sources .

关于Python - pip install 找不到匹配的版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46444490/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com