简体   繁体   English

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

[英]Trouble installing pandas package on Python via PiP

I want to install the pandas package on my Python. 我想在我的Python上安装pandas软件包。 I am using pip to do it so I executed 我正在使用pip来执行此操作

python -m pip install --upgrade pandas

I get an error: 我收到一个错误:

 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

I suspect it has something to do with my numpy version not being up to date, but I already attempted to be upgrade it and it was apparentlly up to date. 我怀疑这与我的numpy版本不是最新版本有关,但我已经尝试对其进行升级,并且显然是最新版本。 I am using Windows 7 and Python 3.4.3. 我正在使用Windows 7和Python 3.4.3。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM