pyserial for Python 2.7.2

前端 未结 8 1965
甜味超标
甜味超标 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 12:53

    pySerial can be installed from PyPI:

    python -m pip install pyserial
    

    NOTE : Using the python/python3 executable of the desired version (2.7/3.x).

提交回复
热议问题