原文:解决安装报错 mysqlclient-1.4.6-cp38-cp38-win32.whl is not a supported wheel on this platform.

解决方法, 重命名 先查看pip对应匹配的名称 在PyCharm中查看 打开下边栏的Terminal,输入 修改为一致后 最后进行安装进入该安装包目录下,cmd进入后输入 pip install名称 安装成功 ...

2021-12-02 09:24 2 1148 推荐指数:

查看详情

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