-
#### Chaquopy version
15.0.1
#### Relevant parts of your build.gradle file
```
android {
// Android 14 == SDK Level 34. This number should generally be kept up to date with
// th…
-
Upgraded my ubuntu to the LTS recently, it broke almost everything in my system, including JPype
```
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3/dist-packa…
-
To get familiar with using Py-Tetrad, I wanted to run GRaSP-FCI on simulated data. Stealing bits of code from `jpype_example.py`, I did something like:
`D, G = simulateLeeHastie(num_meas=10, samp_s…
-
Let's say I have data of dict type, and the data consists of various types including RapidWright objects like PIP.
And I tried to pickle/serialize the dict-type data, but failed.
```
from jpype.p…
-
Not sure it this is any help, but I added support for pickling of Java objects to JPype. I was looking for solutions to issues during that effort and ran across this library. However, I ultimately e…
-
**Is your feature request related to a problem? Please describe.**
Fedora 41 has been released and after upgrading I noticed that the default Python version is 3.13 which is currently [not supporte…
-
I have JPype 1.2.1 installed from conda-forge but I get the following warnings:
```
Bioformats.py:408: UserWarning: Due to an issue with JPype 0.6.0, reading is slower. Please consider upgrading JPy…
-
안녕하세요. konlpy 패키지 설치하는데 문제는 없었는데 import 했을 때 importError가 발생합니다. Jpype1 패키지를 pip 와 conda로 설치했을 경우에도 동일한 문제가 동일한 문제가 발생합니다.
환경
- M1
- miniforge conda
- 가상환경
- conda list -> jpype1 & konlp…
-
Recently I have been attempting to use JavaFX from within JPype, but this requires the use of modules. Unfortunately, we have never created the same interface for modules that we did for classpath a…
-
Capymoa fails to install when non-asii characters are present anywhere in the project path `/home/user/à/capymoa`. This is caused by a bug in jpype (https://github.com/jpype-project/jpype/issues/1194)…