原文:win7安装gevent时报错 whl is not a supported wheel on this platform.

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

2015-04-27 18:34 0 13111 推荐指数:

查看详情

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
whl is not a supported wheel on this platform解决办法

有些时候,我们用pip install *** 难免发生意外,可以采用安装whl的方法,不过... 有时候出现如: whl is not a supported wheel on this platformwhl文件名字改成以上任意格式就好了... ...

Sat Mar 10 18:38:00 CST 2018 2 7994
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM