有些时候,我们用pip install *** 难免发生意外,可以采用安装whl的方法,不过... 有时候出现如: whl is not a supported wheel on this platform 把whl文件名字改成以上任意格式就好了... ...
参考链接: https: stackoverflow.com questions filename whl is not supported wheel on this platform 之前一直在用python . 版本,安装各种轮子非常顺利。 之后为了连接mysql 数据库,改到python . . 。安装轮子出现以下问题: pygame . . cp cp m win amd .whl is ...
2017-09-08 13:51 1 10941 推荐指数:
有些时候,我们用pip install *** 难免发生意外,可以采用安装whl的方法,不过... 有时候出现如: whl is not a supported wheel on this platform 把whl文件名字改成以上任意格式就好了... ...
is not a supported wheel on this platform.Storing debug log f ...
安装python库wordcloud的时候出现 is not a supported wheel on this platform的错误: 下载相关文件的源地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame 出现这个问题的原因是 ...
今天自己用pip下载basemap模块的时候出现了is not a supported wheel on this platform的错误(whl文件的版本合适) 经百度直到可以通过下述命令查看使用pip下载whl文件时支持的命名规则(支持的版本): 如果版本合适但pip下载失败 ...
安装scrapy时,报错:ERROR: Twisted-20.3.0-cp38-cp38m-win_amd64.whl is not a supported wheel on this platform. 解决办法: 1、打开链接 https://www.lfd.uci.edu/~gohlke ...
解决方法, 重命名 先查看pip对应匹配的名称 在PyCharm中查看 打开下边栏的Terminal,输入 修改为一致后 最后进行安装 进入该安装包目录下,cmd进入后输入 pip install 名称 安装成功 ...
,而pygame是64位,所以依然报错 解决方法:python和pygame一定要保持一致,要么都是32位,要 ...
/pythonlibs/ 2.whl is not a supported wheel on this plat ...