-
jdk 설치, 환경변수 설정 다 맞췄고, python 버전, jpype 버전, 비트 수 모두 확인했는데... 오류가 사라지질 않네요.
jdk 16.0.2
python --version 3.9.1
jpype1 1.3.0
실행코드는 아래와 같았습니다.
```
from konlpy.tag import Kkma
kkma=Kkma()
pri…
dseop updated
2 years ago
-
Traceback (most recent call last):
File "/home/aknatva/mdef/src/model_exec_stats_service.py", line 62, in get
self.db_conn = PhoenixDam.get_connection("/home/aknatva/mdef/conf/db_conn.conf")
…
-
```python
>>> jl = ArrayList([1, 3, 5, 7, 9])
>>> jl.toString()
'[1, 3, 5, 7, 9]'
>>> pl = scyjava.to_python(jl)
>>> type(pl)
>>> print(pl)
[1, 3, 5, 7, 9]
>>> pl[:]
Traceback (most recent …
-
Drill JDBC driver 1.18.0
Anaconda3 (Jupyter)
~/anaconda3/lib/python3.7/site-packages/jpype/dbapi2.py in __init__(self, jconnection, adapters, converters, setters, getters)
454 # https…
-
안녕하세요 제목과 같은 오류가 계속해서 발생하네요.
jupyter에서 konlpy import 중이며
okt = Okt(), kkma = Kkma() 동일하게 모두 같은 valid 오류문이 출력됩니다.
(1) JDK version: 11(기존에 SE 16 버전 설치했으나 같은 오류로 konlpy readme에 나오는 최적 환경으로 변경하려 버전을 …
-
I am obtaining a "Segmentation fault (core dumped)" whenever I tried to import boilerpipe. It just happened in all my installations suddenly, as they were working fine just a few hours ago. The segmen…
-
**Describe the bug**
Cannot import BlazingContext when processor type unknown.
**Steps/Code to reproduce bug**
Code and output from ipython (personal info hidden).
```
In [1]: from blazingsql i…
-
**The exception occurred in jpype.startJVM。**
![demo](https://github.com/user-attachments/assets/572fa5a2-d2fe-427d-9a91-9072b69f8386)
![java version](https://github.com/user-attachments/assets/f4…
-
I was trying to use Bioformats reader but I getting the following error:
reader = pims.bioformats.BioformatsReader(file)
File "C:\ProgramData\Anaconda3\lib\site-packages\pims\bioformats.py…
-
Using raw strings or escaping them will fix the issue.
```
find . -iname '*.py' | xargs -P 4 -I{} python3.8 -Wall -m py_compile {}
./jaydebeapi/__init__.py:181: DeprecationWarning: invalid esc…