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刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM