I'm trying to use chardet package in python, on Visual Studio 2017 15.6.2
Even when I have the chardet package installed, it is not recognized.
What could possibly be wrong?
Here is a screen capture
https://i.stack.imgur.com/vtCB5.png
If I try to run I get this exception
ModuleNotFoundError
Message=No module named 'chardet'