ntscQTplus
ntscQTplus copied to clipboard
Installation problem
Everytime i'm Run the script python ntscQT.py, I got ModuleNotFoundError: No module named 'PyQt5'. How i can solve it?
Check if you did install the requirements? If not, install with:
pip install -r requirements.txt
Also, make sure you following the compiling instructions in the README.