-
It should be possible to build a URLClassLoader to be able to load classes from JARs that were not present in the initial CLASSPATH. However, JPype's classloader seems to have a bug: if it doesn't fin…
-
환경:
Windows 10 (Version 1803)
Anaconda Navigator 1.8.1
Java 10.0.1 (빌드 10.0.1 + 10) amd64
packages:
JPype1 0.6.3
konlpy 0.4.4
문제:
http://konlpy-ko.readthedocs.io/ko/v0.4.4/examples/exp…
-
File "", line 1, in
File "/home/winter/anaconda2/lib/python2.7/site-packages/konlpy/__init__.py", line 15, in
from . import tag
File "/home/winter/anaconda2/lib/python2.7/site-packages/ko…
-
안녕하세요, konlpy 사용 중 문제가 생겨 질문 남깁니다.
1. jdk도 설치하였고, path 지정, java_home 변수 설정도 완료 했습니다.
2. pip install jpype.도 진행해서 설치 성공이라는 메시지가 출력되었습니다.
3. pip install konlpy 역시 성공하였다는 메시지가 출력되었습니다.
그러나 코드를 실행하면…
AHH44 updated
2 years ago
-
설치하라는 대로 python, jdk, os,jpype 모두 64비트로 맞추고, konlpy를 설치하였습니다.
jdk환경변수까지 맞추고,
from konlpy.tag import Kkma
from konlpy.utils import pprint
import jpype
import했는데 오류가 안났습니다.
kkma = kkma()
…
-
I'm not sure if this is a bug, but seems strange code.
The file is `report.py`, `class Report`, method `__init__`, inside the `if not jpype.isJVMStarted()` there are 2 `if`s, one in line 61 and one…
-
Using JNI's [`NewDirectByteBuffer`](https://docs.oracle.com/javase/8/docs/technotes/guides/jni/jni-14.html#NewDirectByteBuffer) function, one can wrap an existing memory address and length into an off…
-
Given `org.firebirdsql.jdbc.FBDriver` driver,
firebird version: `org.firebirdsql.jdbc_jaybird-4.0.4.java11.jar`
java version: `openjdk 11.0.12 2021-07-20 LTS`
java runtime: `OpenJDK Runtime Enviro…
-
I only recently discovered natty and I think its great! Sadly as this module doesn't seem to be supported anymore I'm writing this more just a comment in case anyone else comes across natty and has th…
maxdh updated
4 years ago
-
Hi, I'm a beginner here; I found it a task as a student to use thonny-py5mode. But I found the problem immediately after I downloaded thonny-py5mode in manage packages/manage plugins. The problem is a…