본문 바로가기

Issues & Troubleshooting/[Python]

[Python] konlpy 에러 처리 AttributeError: module 'tweepy' has no attribute 'StreamListener'

에러 내용

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

 

해결법

twitter.py 내부 클래스 매개변수 수정

 

class CorpusListener(tweepy.Stream):