Python is apparently not enough to run this on WIn 10:
> .\wes.py systeminfo.txt > wes-report.txt
Traceback (most recent call last):
File "C:\Users\Edgar.Knapp\Downloads\wesng-master\wes.py", line 65, in main import chardet
ModuleNotFoundError: No module named 'chardet'
I tried
> pip3 install chardet
'pip3' is not recognized as an internal or external command, operable program or batch file.
Some instructions on what to do would be helpful.
Python is apparently not enough to run this on WIn 10:
> .\wes.py systeminfo.txt > wes-report.txtTraceback (most recent call last):File "C:\Users\Edgar.Knapp\Downloads\wesng-master\wes.py", line 65, in main import chardetModuleNotFoundError: No module named 'chardet'I tried
> pip3 install chardet'pip3' is not recognized as an internal or external command, operable program or batch file.Some instructions on what to do would be helpful.