I\'m new to Python. According to the internets I was looking for the module pyserial after receiving this error:
ImportError: No module named serial
reviving an old thread but pyserial v3.4 is now available for windows/mac/linux via the conda package manager on the conda-forge channel (the base conda channel has v2.7)
To install this package with conda run: conda install -c conda-forge pyserial
conda install -c conda-forge pyserial