-
Hi,
When i run
d = Duckling()
I get the following issue.
File "C:\Users\hi\Anaconda3\lib\site-packages\duckling\duckling.py", line 53, in __init__
self.clojure = jpype.JClass('clojure.…
-
Apparently the library is not guaranteed to work with Java 11 *) and it is not clear if it will be maintined in the future, see https://github.com/bartdag/py4j/issues/426
Ideally we would be able t…
-
I found so many webpages show me how to connect to phoenix.They all looks like the code down below,But that's not working.Do any one know how to do it? Please tell me.Thanks.
```
import jpype
im…
-
Hi,
I will try to see if I can find some more details, haven't digged deep, but I'm getting problems with the conda-forge version of jpype (both 1.0.1 and 1.0.2).
in the conda-forge version:
…
-
I couldn't find any documentation for using an existing JVM - is it possible to add an example somewhere in the docs?
It is possible with some modifications. In android we use an e…
-
I have downloaded the jpype package from github and unzip the contents in my linux server. i am using pip3 install to install the package. however getting below error:
gcc -pthread -Wno-unused-res…
-
I'm working on making a rather big, domain specific java API available through JPype. One of our main issues is the complete lack of type information during static analysis - and therefore no linting …
-
## Reproducible example
```python
# wget http://archive.apache.org/dist/drill/drill-1.18.0/apache-drill-1.18.0.tar.gz
# tar xf apache-drill-1.18.0.tar.gz
import os
import jpype
import jpyp…
-
안녕하세요 konlpy를 이용해서 실습을 해보려다가 아래 에러 메시지가 뜨면서 실행이 안돼서 문의드립니다.
VScode에서 Python 3.9.7 / jdk-16.0.2 버전 / jpype 0.5.5.4 버전/을 설치했습니다.
JAVA_HOME 환경변수도 설정하였으나 아래와 같은 오류가 뜨는 이유를 못찾겠습니다.
구글링을 해도 저와 비슷한 오류는 없는…
-
![Uploading image.png…]()