python3.4 安装numpy报错_python2.7安装numpy报错:is not a supported wheel on...
python2.7安裝numpy時報錯信息如下:
C:\Python27\Scripts>pip?install?"numpy-1.9.2+mkl-cp26-none-win_amd64.whl"
numpy-1.9.2+mkl-cp26-none-win_amd64.whl?is?not?a?supported?wheel?on?this?platfor
m.
錯誤原因:
事實上是因為,我的python為2.7版本,下載的numpy為2.6版本,所以錯誤。
解決方案:
下載和python對應版本的numpy安裝文件:
下載版本為cp27的文件。
重新安裝運行:
C:\Python27\Scripts>pip?install?"numpy-1.9.2+mkl-cp26-none-win_amd64.whl"
numpy-1.9.2+mkl-cp26-none-win_amd64.whl?is?not?a?supported?wheel?on?this?platfor
m.
C:\Python27\Scripts>pip?install?C:\python-tools\numpy-1.9.2+mkl-cp27-none-win_am
d64.whl
Processing?c:\python-tools\numpy-1.9.2+mkl-cp27-none-win_amd64.whl
Installing?collected?packages:?numpy
Found?existing?installation:?numpy?1.9.2
Uninstalling?numpy-1.9.2:
Successfully?uninstalled?numpy-1.9.2
Successfully?installed?numpy-1.9.2
C:\Python27\Scripts>
成功安裝。
在shell中驗證安裝成功否:
>>>?from?numpy?import?*
>>>
原文:http://my.oschina.net/HIJAY/blog/484759
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的python3.4 安装numpy报错_python2.7安装numpy报错:is not a supported wheel on...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 用python玩转数据作业答案_大学mo
- 下一篇: 泰坦尼克号数据集_泰坦尼克号项目可视化