I have installed today Python 3.8.1 (i had 3.7.* months ago, but don´t use it anymore) and I tried to write new code, but I have problems to import modules like matplotlib and so on. It will always mark the module name yellow and says:
unresolved import ‘matplotlib' Python(unresolved-import)
I checked if python is in the PATH included, I installed/reinstalled the matplotlib module but nothing works. I am using Win 10 64Bit, Python 3.8.1 64Bit and VS Code.