当前位置:网站首页>Exception: pyqtgraph requires Qt version >= 5.12 (your version is 5.9.5)
Exception: pyqtgraph requires Qt version >= 5.12 (your version is 5.9.5)
2022-07-24 09:52:00 【Dongmuyue】
function pyqt5 The program times this error
Traceback (most recent call last):
File "main_das.py", line 23, in <module>
import pyqtgraph as pg
File "/usr/local/lib/python3.7/dist-packages/pyqtgraph/__init__.py", line 17, in <module>
from .colors import palette
File "/usr/local/lib/python3.7/dist-packages/pyqtgraph/colors/palette.py", line 1, in <module>
from ..Qt import QtGui
File "/usr/local/lib/python3.7/dist-packages/pyqtgraph/Qt/__init__.py", line 402, in <module>
raise Exception('pyqtgraph requires Qt version >= %d.%d (your version is %s)' % (versionReq[0], versionReq[1], QtVersion))
Exception: pyqtgraph requires Qt version >= 5.12 (your version is 5.9.5)
reason
The use of pyqt5 The version is 5.15.6, and pyqtgraph The version is 0.12.4, Version mismatch caused by
Solution
sudo pip3 install pyqtgraph==0.11.1
边栏推荐
- [note] what is kernel / user space? Let's start with how the CPU runs the program
- Spark Learning: Spark implementation of distcp
- System a uses window.open to call system B, and system B carries data back to system a after processing the business
- Linux deployment mysql8.0
- It's eleven again. Those jokes about nagging programmers going home for blind dates
- Li Kou 300 longest increasing subsequence dynamic programming
- [C language] implementation of three versions of address book small project (including source code)
- PHP Basics - PHP magic method
- Recursion - if the function calls itself internally, then the function is a recursive function & the effect is the same as that of the loop & the push condition return should be added, otherwise stack
- Spark Learning: compile spark source code in win10
猜你喜欢

Boundless dialogue | participate in the live broadcast on July 25 and win the prize

Raspberry Pie:: no space left on device

Openstack network neutron knowledge point "openstack"

力扣300-最长递增子序列——动态规划

What is the cloud native mid platform business architecture?

Spark Learning: implement compact table command

Getting started with web security - open source firewall pfsense installation configuration
![[don't bother to strengthen learning] video notes (II) 2. Write a small example of Q learning](/img/b1/d5c869bc68ba273be2030202f94a55.png)
[don't bother to strengthen learning] video notes (II) 2. Write a small example of Q learning

Development history of the first commercial humanoid biped robot in China
![[don't bother to strengthen learning] video notes (III) 3. SARS (lambda)](/img/3b/981bd564a5855a317ccdd4800871ce.png)
[don't bother to strengthen learning] video notes (III) 3. SARS (lambda)
随机推荐
PHP Basics - PHP types
Recursion - if the function calls itself internally, then the function is a recursive function & the effect is the same as that of the loop & the push condition return should be added, otherwise stack
Leetcode skimming: dynamic planning 03 (climb stairs with minimum cost)
This article takes you to understand the dynamic memory allocation of C language
Development history of the first commercial humanoid biped robot in China
Jenkins post build script does not execute
Racecar multi-point navigation experiment based on ROS communication mechanism
[Luogu p5410] [template] extend KMP (Z function) (string)
Arduino drive lcd1602a
Firewall off and on command
LiteOS_ a - SYS_ The run() function is missing a header file.
Raspberry Pie:: no space left on device
How to solve command 'xxx GCC' not found, but can be installed with:??
RxJS Beginner Guide
Will your NFT disappear? Dfinity provides the best solution for NFT storage
Spark Learning: implement compact table command
缓冲区的概念真的理解么?带你揭开缓冲区的面纱~
PHP Basics - PHP super global variables
[STM32 learning] (8) stm32f1 general timer configuration
Taurus. How to upgrade and run MVC on net6 and net7