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

猜你喜欢

转载自www.cnblogs.com/wtcl/p/9155950.html