QualityScaler
QualityScaler copied to clipboard
ModuleNotFoundError: No module named 'natsort'
Hello,
followed the installation steps but when i press play in Visual Studio Code this message appears in the Terminal:
Traceback (most recent call last):
File "c:\Users\Lenna\Desktop\QualityScaler-3.12\QualityScaler.py", line 46, in
i tried to install natsort with pip install natsort but also didnt work.
cant get the software to run...
HI my friend,
have you tried close and reopen VScode after the installation?
I had the same problem. In my case, the problem was Avast antivirus, which was blocking pip and netsort from starting. I had to open the terminal and use each command separately, then the antivirus scanned both and when it didn't detect any threats, I could run the program.