TTyb

python安装whl文件

在命令指示符下(cmd)的Python3安装命令为:

pip3 install 文件名.whl

安装出错:

matplotlib-2.0.0-cp34-cp34m-win_amd64.whl is not a supported wheel on this platform.

原来是万能仓库的包名除了问题,将包的名字改一下就好:

matplotlib-2.0.0-cp34-cp34m-win_amd64.whl 改成 matplotlib-2.0.0-cp34-none-win_amd64.whl

完美安装:

分类:

技术点:

相关文章:

  • 2021-11-19
  • 2021-11-19
  • 2021-07-08
  • 2022-12-23
  • 2021-11-19
  • 2021-12-03
  • 2021-11-19
  • 2021-11-19
猜你喜欢
  • 2021-11-19
  • 2021-11-19
  • 2021-08-02
  • 2021-11-18
相关资源
相似解决方案