码迷,mamicode.com
首页 > 编程语言 > 详细

完美解决 python ImportError: Failed to import any qt binding

时间:2020-07-03 23:38:57      阅读:347      评论:0      收藏:0      [点我收藏+]

标签:bind   only   pac   extern   sed   出现   nes   backend   external   

问题背景

在ContOS服务器上测试项目

解决方案

谷歌查询

解决步骤

  1. 降低matplotlib版本至2.2.2
pip3 install matplotlib==2.2.2
  1. 出现新的问题,ImportError: Matplotlib qt-based backends require an external PyQt4, PyQt5,PySide or PySide2 package to be installed, but it was not found.
    解决方法:安装PyQt5
pip3 install PyQt5
  1. 安装后仍出现2中的问题,应该是缺少PySide
    解决方法,安装PySide
pip3 install PySide
  1. 安装PySide时报错:Complete output (1 lines):only these python versions are supported: [(2, 6), (2, 7), (3, 2), (3, 3), (3, 4)]
    解决方法:安装PySide2
pip3 install PySide2

完美解决 python ImportError: Failed to import any qt binding

标签:bind   only   pac   extern   sed   出现   nes   backend   external   

原文地址:https://www.cnblogs.com/mayite/p/13233017.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!