-
#104 에서 언급된 것과 같은 문제인데, Django 와 같이 스레딩을 사용하는 환경에서만 발생하는 이슈인 듯 합니다.
저는 Django 2.0 에서 Twitter 클래스를 호출만 했는데 jpype 에서 Java Fatal Error 을 뿜어내며 죽더라고요. 이 때, 클래스 호출 전
```
if jpype.isJVMStarted():
jp…
osori updated
5 years ago
-
When running the basic code:
`from konlpy.tag import Okt`
I am getting this error:
Traceback (most recent call last):
File "C:\Users\Jovin\Desktop\Korgee\04 Python\konlpy_script.py", line 1, i…
-
Heya! Is it possible to use Jep and JPype together with a single JVM process? Jep makes embedding Python in Java trivial, but it would be nice to be able to use JPype within a Jep-spawned Python inter…
-
pyCharm 에서 konlpy를 사용하는데
from konlpy.tag import Okt
okt = Okt()를 사용하면 **AttributeError: Java package 'kr.lucypark.okt' is not valid**가 출력됩니다
JPype 설치, 환경 변수, konlpy 재설치까지 다 해봤는데 오류가 해결이 되지 않습니다
-
When trying to start the virtual machine, I get the error,
`FileNotFoundError: [Errno 2] JVM DLL not found: /Library/Java/JavaVirtualMachines/jdk-21.jdk/Contents/Home/lib/libjli.dylib `
I have s…
-
PR #1450 is attempting to address the need for Java types in Python without forcing users to touch `jpy`. During the discussions on this PR, it became clear that importing Java types via Python's imp…
-
M1 칩이 탑재된 맥에서 java 환경변수가 설정되어 있지 않거나, JDK가 설치되어 있고 환경변수가 설정되어 있더라도 JDK에 따라 konlpy를 사용할 때 다음과 같은 오류가 발생합니다.
```python
# Test code
from konlpy.tag import Okt
okt = Okt()
text = "아 나는 역시 밤에 일이 잘된…
-
### The env
![image](https://github.com/imagej/pyimagej/assets/79073164/3a7ab40a-38c4-4707-95d0-179793231934)
![image](https://github.com/imagej/pyimagej/assets/79073164/bc1e7352-ff33-474b-84bf-8606…
-
I have problem with usage of jpype.imports on my linux docker environment. I am trying to load activemq client jar file using below code:
```
import os
import jpype
import jpype.imports
classpa…
-
I install the new miniconda an pytimber by doing the following:
```bash
cd ~/Desktop
mkdir test_pytimber
cd test_pytimber
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.s…