본문 바로가기
카테고리 없음

attributeerror module 'tweepy' has no attribute 'streamlistener' konlpy

by 작은소행성 2021. 10. 20.

 

현재 내가 사용하고 있는 tweepy 버전은 4점대 버전이였는데 다음과 같은 에러가 나왔을 때는 

tweepy 버전을 낮춰준다.

파이썬은 3.8 버전이다.

 

 

pip install tweepy==3.10.0

 

 

버전이 다운그레이드 되었는지 확인한다.

import tweepy
tweepy.__version__

 

 

 

 

반응형