码迷,mamicode.com
首页 > 其他好文 > 详细

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)

时间:2019-11-17 01:32:51      阅读:276      评论:0      收藏:0      [点我收藏+]

标签:rom   matching   查看   ted   not   pandas   pip   tps   match   

今天晚上一直在安装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.出现成功安装提示

 

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)

标签:rom   matching   查看   ted   not   pandas   pip   tps   match   

原文地址:https://www.cnblogs.com/sggggr/p/11874857.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!