Python numpy 安装以及处理报错 is not a supported wheel on this platform

时间:2023-03-09 06:03:53
Python numpy 安装以及处理报错 is not a supported wheel on this platform

1.    安装

1)去这里搜索https://pypi.org/

2)搜索框输入numpy

3)一般第一个就是搜索到的

Python numpy 安装以及处理报错 is not a supported wheel on this platform

4)点进去

Python numpy 安装以及处理报错 is not a supported wheel on this platform

5) Download files 点进去,找自己的版本

6)numpy-1.13.3-cp36-none-win_amd64.whl, 文件名里面cp代表python3.6版本,以及amd64位操作系统,看着找自己的版本就行了

7)这个文件在哪儿就在哪儿输入cmd (或者将numpy下载到  python的安装目录下的scripts文件夹中)

8)cmd里面装就行了 pip install numpy-1.13.3-cp36-none-win_amd64.whl

9)装好了就有提示

Python numpy 安装以及处理报错 is not a supported wheel on this platform

2.    报错

报错的原因我遇到的就是版本没选对,

其他的就不清楚了