import serial fails in python 3.7 env
I just moved my python en for my project to python 3.7 and when I import serial (for pyserial) I get a moduleNotFoundError. Yet the module does exist in python 3.6 environement in dist_packages. is this normal?
Comments