konlpy import 오류

ganadara·2023년 3월 24일
1

시행착오

목록 보기
6/8

오류1

  • 오류내용
    module 'tweepy' has no attribute 'StreamListener'

  • 오류해결
    tweepy버전 3.10.0으로 낮추기

!pip install tweepy==3.10.0
import tweepy
print(tweepy.__version__)

오류2

  • 오류내용
    startJVM() got an unexpected keyword argument 'convertStrings'
profile
DL 공부중

1개의 댓글

comment-user-thumbnail
2023년 4월 4일

🐻

답글 달기