Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'natsort' #120

Open
LennartSolik opened this issue Jan 17, 2025 · 2 comments
Open

ModuleNotFoundError: No module named 'natsort' #120

LennartSolik opened this issue Jan 17, 2025 · 2 comments

Comments

@LennartSolik
Copy link

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...

@Djdefrag
Copy link
Owner

HI my friend,

have you tried close and reopen VScode after the installation?

@BugTickler
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants