본문 바로가기
놀기/esp32

ImportError: No module named serial 문제 해결

by Hi~ 2021. 7. 13.
Traceback (most recent call last):
  File "/home/xxxxxxxxxxx/.arduino15/packages/esp32/tools/esptool_py/3.0.0/esptool.py", line 38, in <module>
    import serial
ImportError: No module named serial
exit status 1

 

아두이노 IDE에 esp32 개발 환경을 세팅 후에, 빌드하니 위와 같은 에러가 발생했다.

참 귀찮은 python이다.

 

해결책은 Linux 버전 및 설치 상황에 따라 다르겠지만 나 같은 경우, 아래와 같이 해결했다.

 

$ sudo apt install python-is-python3

 

이걸로 안되면 아래 게시물 참고하시길.

https://askubuntu.com/questions/320996/how-to-make-python-program-command-execute-python-3/1031733#1031733

 

How to make 'python' program command execute Python 3?

The python program command executes Python 2. Python 3 can be executed using the python3 command. How can Python 3 be executed using the python command?

askubuntu.com

 

 

'놀기 > esp32' 카테고리의 다른 글

esp32에서 MD5 hash 계산하기  (0) 2021.07.22

댓글