linux安装python串口工具pyserial遇到不能成功导入的问题
常规方法:pip install pyserial
导入serial后提示:
解决方法:
apt install python3-serial
参考:
https://stackoverflow.com/questions/33086281/pyserial-importerror-no-module-named-serial
常规方法:pip install pyserial
导入serial后提示:
解决方法:
apt install python3-serial
参考:
https://stackoverflow.com/questions/33086281/pyserial-importerror-no-module-named-serial