ntscQTplus icon indicating copy to clipboard operation
ntscQTplus copied to clipboard

Installation problem

Open Alif-Test opened this issue 2 years ago • 1 comments

Everytime i'm Run the script python ntscQT.py, I got ModuleNotFoundError: No module named 'PyQt5'. How i can solve it?

Alif-Test avatar Mar 05 '23 14:03 Alif-Test

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.

rgm89git avatar Mar 14 '23 19:03 rgm89git