其实就是.whl文件的版本没有下载对应

解决方案:查看python版本和支持的文件格式

1查看python版本:

2查看文件支持格式:

 cp37代表python3.7,其他类似

https://www.lfd.uci.edu/~gohlke/pythonlibs/
这个哟

mysqlclient-1.4.6-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform相关推荐

  1. ERROR: torch-1.6.0+cu101-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.

    目的:使用混合精度训练模型 方法:最新版pytorch1.6已封装进混合量化的模块,只需几句代码就可以提高batch size,速度会有非常大的提升. 安装pytorch: pip install t ...

  2. whl is not a supported wheel on this platform.解决办法

    1.问题描述 笔者用pip命令安装一个工具包时,报错: E:\anaconda3\Scripts>pip install VTK-8.2.0-cp38-cp38-win32.whl ERROR: ...

  3. ERROR: PyAudio-0.2.11-cp37-cp37m-win32.whl is not a supported wheel on this platform.问题解决方法

    ERROR: PyAudio-0.2.11-cp37-cp37m-win32.whl is not a supported wheel on this platform. 安装 PyAudio时出现的 ...

  4. ERROR: pyHook-1.5.1-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.安装pyhook报错

    ERROR: pyHook-1.5.1-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.安装pyhook报错 系统 ...

  5. pymatgen-2022.2.10-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.

    pymatgen-2022.2.10-cp39-cp39-win_amd64.whl is not a supported wheel on this platform. 版本问题 pymatgen目 ...

  6. torch-0.4.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.

    问题:torch-0.4.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform. 原因1:python 版本不对 原 ...

  7. ERROR: torch-1.12.0+cu116-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.

    ERROR: torch-1.12.0+cu116-cp38-cp38-win_amd64.whl is not a supported wheel on this platform. 安装Pytor ...

  8. ERROR: torch-1.4.0+cpu-cp38-cp38m-win_amd64.whl is not a supported wheel on this platform.

    输入老师给的下载pytorch和torchvision的命令报错找不到版本 pip install torch==1.4.0 torchvision==0.5.0 -i https://pypi.do ...

  9. 解决MySQL_python-1.2.5-cp27-none-win_amd64.whl is not a supported wheel on this platform.(win10)

    一.问题情境 本想用django搭建个小博客,但是在Windows10的DOS下安装mysql驱动时, 总是报错:MySQL_python-1.2.5-cp27-none-win_amd64.whl ...

  10. Windows下python程序报错Nomodule named 'gevent'解决及ERROR: xxx.whl is not a supported wheel on this platform

    在windows下面直接简单安装gevent或其他库是不行的,必须使用源码包安装. 这里提供一个网址https://www.lfd.uci.edu/~gohlke/pythonlibs/ ,它是Win ...

最新文章

  1. 阿里巴巴5月5日综合算法题详解
  2. [T-ARA][Bo Peep Bo Peep]
  3. 鍵盤彈出,頁面佈局被推上去了.....
  4. QT5实现简单的TCP通信
  5. 2021-06-14
  6. 一块GPU模拟猴子大脑,普通台式机变超算,英国大学研究登上Nature子刊
  7. win10安装CUDA和cuDNN详解
  8. Java 这么卷,要转 Go 吗?
  9. js 一个对象的属性名是一个变量如何设置和获取值
  10. Jmeter打开url时提示“请在微信客户端打开链接问题”
  11. Redis set集合结构及命令详解
  12. 听说阎王爷要做个生死簿后台管理系统,我们派去了一个程序员……
  13. IDEA如何开启远程调试
  14. BufferedImage类、Image类、Graphics类
  15. 商品历史价格查询网站分享
  16. 差分方程MATLAB求冲激响应,用matlab求解某已知的差分方程的单位冲激响应全过程...
  17. 又一优雅的 K8s 开源桌面管理工具
  18. 百度地图API之获取真实轨迹
  19. 判断两个数是否互为素数
  20. 关于oracle-ocp你要知道的都在这里

热门文章

  1. C51单片机学习笔记之定时器
  2. 弘辽科技:淘宝精品推荐在哪里设置?如何选择好商品?
  3. spring-data-redis 简介、中文文档、中英对照文档 下载
  4. 语态-----专升本
  5. Java中统计字符出现的次数
  6. java.awt.color,AWT Color类
  7. 江苏计算机一级考试模拟试题,2016年江苏计算机一级考试试题.doc
  8. 百度webupload的使用
  9. Google Cloud 技术矩阵,全栈赋能4大游戏品类
  10. 《21天学通Java(第7版)》—— 第2章 Java编程基础 2.1 语句和表达式