无法通过PiP在Python上安装pandas软件包

时间:2018-06-29 11:44:25

标签: python pandas installation pip

我想在Python上安装pandas软件包。我正在使用pip来执行,所以我执行了

python -m pip install --upgrade pandas

我得到一个错误:

 Could not find a version that satisfies the requirement numpy==1.9.3 (from versions: 1.10.4, 1.11.0, 1.11.1rc1, 1.11.1, 1.11.2rc1, 1.11.2, 1.11.3, 1.12.0b1, 1.12.0rc1, 1.12.0rc2, 1.12.0, 1.12.1rc1, 1.12.1, 1.13.0rc1, 1.13.0rc2, 1.13.0, 1.13.1, 1.13.3, 1.14.0rc1, 1.14.0, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.14.5, 1.15.0rc1)No matching distribution found for numpy==1.9.3

我怀疑这与我的numpy版本不是最新版本有关,但是我已经尝试对其进行升级,并且显然是最新版本。我正在使用Windows 7和Python 3.4.3。

1 个答案:

答案 0 :(得分:0)

您是否尝试过卸载Numpy并重新安装?