qq_42332632的博客is not a supported wheel on ...遇到的问题:is not a supported wheel on this platform. 暴躁改了一下午,最后解决方法简单的让我爆炸 首先将3.8版本的python.exe.拖到cmd打开,进入3.8版本 win64代码 impo...
Krstation的博客XXX is not a supported wheel on this platform问题解决 一、报错原因解释 错误译为XXX的命名不符合规范 有兴趣可以新建一个py文件执行如下代码查看有效命名方式 import pip._internal print(pip._internal.pep425...
伍同学笔记的博客安装python库opencv的时候出现错误opencv_python-3.4.1-cp36-cp36m-win32.whl is not a supported wheel on this platform. 解决办法如下: 查看pip支持的哪些符号,运行如下命令: amd64:cpu是x64的,(注意并...
windlive的博客ERROR: torch-1.12.1+cu113-cp310-cp310-win_amd64.whl is not a supported wheel on this platform. 解决方法: 1、网址:https://download.pytorch.org/whl/torch/,下载torch-1.12.1+cu113-cp310-cp310-win_amd...
何攀_hepan的博客安装python库numpy的时候出现numpy-1.12.1+mkl-cp27-cp27m-win32.whl is not a supported wheel on this platform You are using pip version 8.1.1, however version 9.0.1 is available.You should consider ...
爱学习的蓝调的博客最近在windows上部署djano,安装mod_wsgi模块时报错:is not a supported wheel on this platform,经过搜索资料最终得以解决,总结如下: 可能的原因1:安装的不是对应python版本的库,下载的库名中cp37代表python...