当前位置:网站首页>No module named 'pyqt5 QtMultimedia‘
No module named 'pyqt5 QtMultimedia‘
2022-06-30 06:41:00 【Mnnk】
solve :How can I add a missing PyQt5 modules on Raspberry Pi
If you installed the Raspbian pyqt5-dev and pyqt5-dev-tools packages, this will only provide the core PyQt5 modules like QtCore, QtGui, QtWidgets, etc. For other modules like QtMultimedia, you must install separate packages.
If you go to the Raspbian Connect Package List, and look in the Python Packages section, you will find the following extra packages:
python3-pyqt5.qsci
python3-pyqt5.qtmultimedia
python3-pyqt5.qtopengl
python3-pyqt5.qtpositioning
python3-pyqt5.qtquick
python3-pyqt5.qtsensors
python3-pyqt5.qtserialport
python3-pyqt5.qtsql
python3-pyqt5.qtsvg
python3-pyqt5.qtwebchannel
python3-pyqt5.qtwebkit
python3-pyqt5.qtwebsockets
python3-pyqt5.qtx11extras
python3-pyqt5.qtxmlpatterns
So just use apt-get to install whatever else you need.
Install the corresponding module from the command line :
sudo apt-get install python3-pyqt5.qtmultimedia
If playing video positionChanged() Only return 0, Maybe the corresponding decoder is missing , such as H264
边栏推荐
- 阿里云买的40G高效云盘挂载只有20G
- 判断h5在两端是在微信环境还是企业微信环境
- Four tips in numpy
- Usage of case, casez and casex statements in Verilog
- 1.8 - multi level storage
- Principle: webmvcconfigurer and webmvcconfigurationsupport pit avoidance Guide
- 1.9 - 存储器的分类
- Four ways to create multithreads
- 深度学习---三好学生各成绩所占权重问题(3)
- It turns out that you are such an array. You have finally learned
猜你喜欢
随机推荐
C # - C # process and convert pixeldata of CT images with fo DICOM
Data read / write: realize data read / write function based on C # script in unity
Initial love with mqtt
1.5 - 逻辑运算
ROS multi machine
基础刷题(一)
Unable to access the Internet at win10 /11 hotspot
【微信小程序:单选、多选样式,背景色,圆角】
Learn fpga---ram IP core and key parameters from the bottom structure
Basic use of markdown
【我的创作纪念日】一周年随笔
c# - C#用fo-dicom对CT图像的PixelData进行处理和转换
判断h5在两端是在微信环境还是企业微信环境
C language final experiment report (student achievement management system) source code
Combat simulation system data
SOC_AHB_SD_IF
The most complete sentence in history
Jgaurora A8 configuration file
To: k210 realizes face recognition (code interpretation attached)
Cocos studio3.1 installation package win









