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 ~ 版本一定要对应,不是每个版本都适用的!

posted @ 2018-06-08 15:32  freedom/cn  阅读(2778)  评论(0编辑  收藏  举报