mincloud1501 / Python

Jupyter Notebook을 활용한 Time-series data 분석 및 crawling 기술, D3를 이용한 시각화 기술 구현 및 연구
https://gitter.im/Python_Project/community
MIT License
6 stars 1 forks source link

JVM mismatch Error!! #2

Open mincloud1501 opened 5 years ago

mincloud1501 commented 5 years ago

JVMNotSupportedException: JVM mismatch, python is 32 bit and JVM is 64 bit

mincloud1501 commented 5 years ago

KoNLPy 설치 시 위와 같은 오류가 발생하면

  1. Python -v 버전확인 후
  2. https://www.lfd.uci.edu/~gohlke/pythonlibs/#jpype 에서 해당 버전에 맞는 32bit whl 파일 다운로드
  3. pip install --upgrade pip & pip3 install -U pip 로 pip 업그레이드 후
  4. pip install JPype1-0.7.0-cp36-cp36m-win32.whl