PyQt5 on Raspbian: Can not import QtMultimedia from PyQt5
Unsolved
Mobile and Embedded
-
Hi,
When installing PyQt5 on my Raspberry Pi 4B (Raspbian as OS), the module QtMultimedia is missing. I have created a virtual environment and installed PyQt5 there with the command pip3 install PyQt5.
When I run my script, I get the error message : ImportError: cannot import name 'QtMultimedia' from 'PyQt5'.
QtMultimedia is also missing from the site-packages in my virtual environment.
How can I make QtMultimedia available there (as it was automatically on my Windows PC after installation) and use it?I have already tried various tips that I found, but unfortunately none of them worked so far.
I hope and would be very grateful if someone here could help me please :)