Skip to content

'데이터 주무르기' 8장 실습을 위한 KoNLPy 모듈 설치가 계속 안되네요 ㅜ #88

@keepselvesreal

Description

@keepselvesreal

안녕하세요~
KoNLPy 공식 홈페이지와 구글링을 통해 요구되는 작업들을 몇 차례나 해봤는데 *아래 메시지가 뜨면서 계속 실행이 안됩니다. ㅜ

  • OS 비트와 같은 파이썬을 설치
  • Visual Studio 2015용 Visual C++ 재배포 가능 패키지 설치
  • jdk 설치 및 JAVA_HOME 설정
  • OS 비트 수와 일치하는 JPype1 (>=0.5.7) 설치

*출력되는 메시지

from konlpy.tag import Kkma
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\hwkang\AppData\Local\Programs\Python\Python39\lib\site-packages\konlpy_init_.py", line 12, in
from konlpy import (
File "C:\Users\hwkang\AppData\Local\Programs\Python\Python39\lib\site-packages\konlpy\stream_init_.py", line 8, in
from konlpy.stream.twitter import TwitterStreamer
File "C:\Users\hwkang\AppData\Local\Programs\Python\Python39\lib\site-packages\konlpy\stream\twitter.py", line 17, in
class CorpusListener(tweepy.StreamListener):
AttributeError: module 'tweepy' has no attribute 'StreamListener'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions