QualityScaler icon indicating copy to clipboard operation
QualityScaler copied to clipboard

ModuleNotFoundError: No module named 'natsort'

Open LennartSolik opened this issue 10 months ago • 2 comments

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 from natsort import natsorted ModuleNotFoundError: No module named 'natsort'

i tried to install natsort with pip install natsort but also didnt work.

cant get the software to run...

LennartSolik avatar Jan 17 '25 16:01 LennartSolik

HI my friend,

have you tried close and reopen VScode after the installation?

Djdefrag avatar Feb 17 '25 10:02 Djdefrag

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.

BugTickler avatar Feb 20 '25 21:02 BugTickler