You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
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...
The text was updated successfully, but these errors were encountered: