I'm facing some problems with importing serial
in my code.
I'm using Python 3.7 and the latest version of pip (v20.2.3).
I have to say that I tryied also with the version 2.7 and 3.8 of Python, but no success.
Every time I try to import serial
into my code I get this warning:
unresolved import 'serial'
Even thought I even uninstalled and reinstalled pip, python and serial.
Let me know if I missed any useful informations.