here is error I’ve got:
I think it’s because of the library “konlpy”, which is Morpheme analyzer for Korean.
To use konlpy, there are pre-works to do:
- For Windows:
- download Java 1.7+
- set JAVA_HOME path
- download JPype1 (>=0.5.7)
- pip install konlpy
- For Ubuntu:
- $ sudo apt-get install g++ openjdk-7-jdk # Install Java 1.7+
- $ sudo apt-get install python-dev; pip install konlpy # Python 2.x
- $ sudo apt-get install python3-dev; pip3 install konlpy # Python 3.x
- For Mac:
- $ pip install konlpy # Python 2.x
- $ pip3 install konlpy # Python 3.x
So here is the question; what should I do to set environment on streamlit-sharing to use konlpy???