본문 바로가기
정나우/코드

[오류해결] model serial has no attribute Serial

by 정_나우 2022. 5. 11.

Jetson과 Opencr 간의 시리얼 통신을 하던 중 serial 라이브러리가 이미 깔려있는데도 

 

'model serial has no attribute Serial'라는 오류가 발생했습니다.

 

구글링해본 결과..

 

pip3 uninstall serial
pip3 install pyserial

 

을 해주면 해결이 됩니다!

댓글