Could not find a version that satisfies the requirement numpy>=1.7.0 (from pan das==0.17.0) (from versions: ) No matching distribution found for numpy>=1.7.0 (from pandas==0.17.0)


今天晚上一直在安装pandas,天杀的,真的是太难了。后来发现提示:

Could not find a version that satisfies the requirement numpy>=1.7.0 (from pan
das==0.17.0) (from versions: )
No matching distribution found for numpy>=1.7.0 (from pandas==0.17.0)

 

更新numpy的版本步骤如下:

1.查看当前numpy安装包版本:pip  show   numpy 

2.百度需要的numpy版本:  https://pypi.org/project/numpy/1.11.2/#files

3.下载需要的版本:numpy-1.11.2-cp27-none-win32.whl 

4.安装需要的版本:pip install  C:\Python27\Scripts\numpy-1.11.2-cp27-none-win32.whl

5.出现成功安装提示

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 【Python配置】pandas包的安装和Could not find a version that satisfies the requirement pandas (from versions: none) ERROR: No matching distribution found for pandas的解决 python Could not find a version that satisfies the requirement pymysql (from versions: none) ERROR: No matching distribution found for pymysql ERROR: Could not find a version that satisfies the requirement tensortfows (from versions: none) ERROR: No matching distribution found for tensortfows pycharm错误:Could not find a version that satisfies the requirement gensim (from versions: ) No matching distribution found for gensim win 10 pip Could not find a version that satisfies the requirement selenium (from versions: ) No matching distribution found for selenium 安装yamL 文件报错:Could not find a version that satisfies the requirement yaml (from versions: ) No matching distribution found for yaml centos解决Could not find a version that satisfies the requirement pip3 (from versions: none)及No matching distribution found for pip3问题 pip install 报错 ERROR: Could not find a version that satisfies the requirement PIL (from versions: none) ERROR: No matching distribution found for PIL Python之使用pip安装三方库Error:Could not find a version that satisfies the requirement (from versions: none),No matching distribution found for 树莓派pip安装opencv报错,Could not find a version that satisfies the requirement cv2 (from versions: )No matching distribution found for cv2
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM