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

版本问题

pymatgen目前只支持>=python3.8,所以我们需要先将python更新到3.8以上。

  1. python官网https://www.python.org/downloads/下载3.8以上版本的python。

  2. 进入高级环境配置将path里以前配置的python改成现在的。

  3. 进入cmd命令行:输入python验证。

pymatgen官网下载与我们自己所安装的python相对应的pymatgen

直接进入https://pypi.org/project/pymatgen/进行下载

安装

将我们下载的的.whl文件放入我们的Scripts目录中,接下来通过命令安装。

pip install ".whl文件所在目录" .whl文件

在我安装的过程中也遇到了一个问题:

ERROR: Could not build wheels for spglib which use PEP 517 and cannot be installed directly

conda install spglib

以上就是本人解决的办法!!!

pymatgen-2022.2.10-cp39-cp39-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. 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 版本不对 原 ...

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

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

  8. 解决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 ...

  9. 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. java 复合_Java复合语句的使用方法详解
  2. 天翼云从业认证课后习题(3.1天翼云计算产品)
  3. POJ 1176 Party Lamps USACO 2.2 派对灯(搜索)
  4. matlab phog,科学网—UCF 大牛 Prof. Shah 课题组代码合集 - 张重的博文
  5. 云计算的基础设施服务
  6. socket编程之回声服务器函数的陷阱
  7. hadoop fs ,hadoop dfs 和 hdfs dfs的区别以及HDFS的shell操作
  8. 论如何用cmd命令做出数字雨特效
  9. 科学研究设计七:单案例设计
  10. sena utility Android apk,Sena 30K Utility
  11. 互联网巨头常用词汇大全 每一个词都在改变世界
  12. js区分单击双击,双击不会触发单击事件
  13. 几种抽奖方式之轮盘抽奖
  14. 时隙aloha协议仿真程序_石科院:芳烃吸附分离装置吸附塔控制系统的仿真培训系统开发!...
  15. linux遇到nul字符,服务器崩溃,系统日志中出现ascii NUL字符(^ @ ^ @ ^ @ ...)
  16. FPGA的复位设计要醒目点啦
  17. MIUI黑科技之小米直达服务:Web 般的流畅体验+更少的卡顿、延迟
  18. 12. linux系统管理(1)
  19. 【示波器专题】示波器探头的原理深入——无源探头
  20. 第一百篇博客,想谈谈大学的前端的学习历程和未来的计划

热门文章

  1. 通过无数据知识蒸馏优化全局模型,实现非iid联邦学习
  2. 2014501能运行的android系统,Android中installd进程存在的意义
  3. 打开计算机硬盘竖着两列,怎么把excel的两行改成列
  4. oracle 误删数据找回,关于oracle找回误删数据
  5. 学习笔记(未完待续篇)(HTML)
  6. FinalShell 下载安装
  7. Css---去除点击表单输入框后出现的原生边框
  8. 深度讲解TS:这样学TS,迟早进大厂【17】:类
  9. jsp页面中通过id批量删除
  10. C#word插入图片在指定标签位置(附加图片上下左右移动)