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

.安装 去这里搜索https: pypi.org 搜索框输入numpy 一般第一个就是搜索到的 点进去 Download files点进去,找自己的版本 numpy . . cp none win amd .whl,文件名里面cp代表python . 版本,以及amd 位操作系统,看着找自己的版本就行了 这个文件在哪儿就在哪儿输入cmd 或者将numpy下载到 python的安装目录下的scri ...

2018-11-06 16:01 0 2145 推荐指数:

查看详情

pip安装报错:is not a supported wheel on this platform

可能的原因1:安装的不是对应python版本的库,下载的库名中cp27代表python2.7,其它同理。 可能的原因2:这个是我遇到的情况(下载的是对应版本的库,然后仍然提示不支持当前平台)   我下载到的numpy库文件名 ...

Sun Apr 10 00:16:00 CST 2016 6 123280
linux python3安装whl包时报错解决:is not a supported wheel on this platform

原因1 你下载安装的包不是当前平台所支持的 原因2 你下载的包,不符合你所在的平台的安装whl的名称规范,所以出错。比如当前我要安装的包是:pymssql-2.1.5-cp36-cp36m-manylinux1_x86_64.whl 但是在我的系统中使用如下命令安装: pip3 ...

Tue Jan 12 18:20:00 CST 2021 0 793
解决python pip安装提示"not a supported wheel on this platform"

python下载.whl安装文件后使用pip安装有时候会提示报错"xxxxx not a supported wheel on this platform",应该是下载的库文件版本与当前运行的python不一致,重新下载安装包即可。 一般第三方库都会同时支持好几个python版本和环境,如何正确 ...

Sun Dec 31 00:17:00 CST 2017 0 7374
win7安装gevent时报错 whl is not a supported wheel on this platform.

1.首先强烈推荐一个站点 在使用pip安装python协程包gevent时,需要很多依赖,很多需要编译的底层支持等等,不能拿来就用。总之很多麻烦的事儿。 这个强烈推荐一个站点,里面都是一些编译好的python包,十分方便。 http://www.lfd.uci.edu/~gohlke ...

Tue Apr 28 02:34:00 CST 2015 0 13111
安装pygame出现is not a supported wheel on this platform解决办法

安装python库pygame时出现如下错误: 查看python的版本是否与之匹配,发现版本不匹配问题 例如1.我的python3.6是32位的,就只能安装cp36的;结果发现安装还是出现问题; 2.如图上,我的python是32位 ...

Sun Aug 12 04:59:00 CST 2018 0 2754
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM