카테고리 없음

Q. AttributeError: module 'tweepy' has no attribute 'StreamListener'

makeitworth 2021. 12. 14. 10:51

환경 

Windows 10 Pro

python 3.8.12

 

에러 발생 상황

한국어 형태소 분석을 수행하기 위해 kolnpy 모듈을 pip install kolnpy 로 인스톨하고, import konlpy  실행했을 때 발생

 

에러 메세지

 

해결

해당 가상환경에 설치 되어있는 tweepy 모듈의 버전이 문제.

anaconda prompt를 실행하여 버전을 다운해서 강제 설치하면 됨

pip install tweepy==3.10.0