无法安装pandas==1.3.0(python 3.8)`找不到满足1.3.0要求的版本`

我正在使用 pandas 1.2.1 并且它可以工作,但我想将其升级到 1.3.0 以使用一些新功能,但是当我尝试执行 pip install pandas==1.3.0 时,它给了我一个错误:

ERROR: Could not find a version that satisfies the requirement 1.3.0
ERROR: No matching distribution found for 1.3.0

(我使用 PyCharm 和 conda 虚拟环境,Python 3.8)

然后当我检查版本时,它只升级到1.2.5,有谁知道这里发生了什么,我该如何解决?谢谢。

fk16v 回答:无法安装pandas==1.3.0(python 3.8)`找不到满足1.3.0要求的版本`

您可以使用 conda 命令升级 Pandas

rayPerp
本文链接:https://www.f2er.com/17574.html

大家都在问