pyserial for Python 2.7.2

前端 未结 8 2168
甜味超标
甜味超标 2021-02-03 12:33

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
         


        
8条回答
  •  忘掉有多难
    2021-02-03 13:01

    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

提交回复
热议问题