Algorithm/Python
[Python] ImportError: No module named '_curses' 에러
채소기
2023. 7. 19. 02:48
이 에러는 curses 모듈이 윈도우를 지원하지 않아서 생기는 에러이다. 다음과 같은 명령어를 입력해보자.
pip install windows-curses