make sure you have PyQt5 installed. you may open a python shell and try:
import PyQt5
if it fails then you can install it via:
pip install PyQt5
If you are on macOS or Linux be careful that you might need to run
pip3 install PyQt5
make sure you have PyQt5 installed. you may open a python shell and try:
import PyQt5
if it fails then you can install it via:
pip install PyQt5
If you are on macOS or Linux be careful that you might need to run
pip3 install PyQt5