에러 내용
AttributeError: module 'tweepy' has no attribute 'StreamListener'
해결법
twitter.py 내부 클래스 매개변수 수정
class CorpusListener(tweepy.Stream):
'Issues & Troubleshooting > [Python]' 카테고리의 다른 글
[Python] KoBERT 사용 시 에러 처리 (0) | 2021.11.28 |
---|---|
[Python] .npy 파일 불러올 때 에러 처리 ValueError: Object arrays cannot be loaded when allow_pickle=False (0) | 2021.11.11 |
[Python] keras load_data()호출 시 에러 처리 Exception: URL fetch failure (0) | 2021.11.11 |