原文:linux python3安装whl包时报错解决:is not a supported wheel on this platform

原因 你下载安装的包不是当前平台所支持的 原因 你下载的包,不符合你所在的平台的安装whl的名称规范,所以出错。比如当前我要安装的包是:pymssql . . cp cp m manylinux x .whl 但是在我的系统中使用如下命令安装: pip install pymssql linux . . cp cp m manylinux x .whl 但是出现了下面的错误提示: pymssql ...

2021-01-12 10:20 0 793 推荐指数:

查看详情

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
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