python3.5 安裝 numpy1.14.4


AMD64 

import pip._internal
print(pip._internal.pep425tags.get_supported())

WIN32
import pip
print(pip.pep425tags.get_supported())

 

打開 豆瓣源 https://pypi.doubanio.com/simple/numpy/ 

搜索numpy-1.14.4-cp35-none-win32 下載下來

 

pip install .\numpy-1.14.4-cp35-none-win32.whl
Processing f:\python\whl\numpy-1.14.4-cp35-none-win32.whl
Installing collected packages: numpy
Successfully installed numpy-1.14.4

  OK ~ 版本一定要對應,不是每個版本都適用的!


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



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