python-javabridge icon indicating copy to clipboard operation
python-javabridge copied to clipboard

Python wrapper for the Java Native Interface

Results 17 python-javabridge issues
Sort by recently updated
recently updated
newest added

Out of the following 2 lines, only the second does the right thing, namely enabling of a certain JVM module. ```python javabridge.start_vm(args=["--add-modules","jdk.incubator.foreign"]) javabridge.start_vm(args=["--add-modules=jdk.incubator.foreign"]) ``` This is inconsistent, with the JVM...

Hi, I'm deploying a web app to heroku and the app seems to require **python-javabridge** (not javabridge). As it tries to download python-javabridge-4.0.0.tar.gz to its server, I get the error:...

This extends https://github.com/CellProfiler/python-javabridge/pull/17 by adding (trivial) support for PEP 621. This should make it simpler to install `python-javabridge` - see e.g. https://github.com/CellProfiler/python-javabridge/issues/11

This re-introduces part of https://github.com/CellProfiler/python-javabridge/commit/e9fe3dc8e62d03521786facbdba9ba2587d3dda5 which avoids using numpy before installing it as dependency. The original fix seems to have been accidentally removed by https://github.com/CellProfiler/python-javabridge/commit/7cd83b78d12cab30abecd9e58294b4cb61c42081 With this patch I can...

Hi! I have been trying to install python-javabridge in order to compile CellProfiler, but it throws up an error. ERROR: Command errored out with exit status 1: command: /home/sumit/anaconda3/bin/python -c...

![javabridge](https://user-images.githubusercontent.com/61251512/139502103-1a139800-6338-40e6-87a2-0f0dc656f959.png) here is my java version ![java-version](https://user-images.githubusercontent.com/61251512/139502355-4acd2079-22a4-4afe-a755-c7fff778ff9c.png)

On Ubuntu 20.04 the `find_javahome()` function doesn't work as expected as it is cutting away too much of the path. To make it work, I had to use the same...

Hi, I've tried to install `javabridge `and I got the error : `DLL load failed while importing _javabridge: %1 is not a valid Win32 application.` I've tried installing via `pip...

Installation on Ubuntu 20.04.1 LTS, with apt installed openjdk 14 (jre+ headless) setup install fails without any usefull info, seting : export JAVA_HOME=/usr/lib/jvm/java-14-openjdk-amd64/ allowed the setup to finish, java detection...

OSError: [Errno 66] Directory not empty: '/private/var/folders/n3/mp3zkg9x3gggwvp4gwd22fvm0000gn/T/pip-install-g3vz28yz/javabridge_b31f256aa97646a0b790c436b8b07c69/.eggs/Cython-3.0.2-py3.11-macosx-10.9-universal2.egg/Cython-3.0.2.dist-info' -> '/private/var/folders/n3/mp3zkg9x3gggwvp4gwd22fvm0000gn/T/pip-install-g3vz28yz/javabridge_b31f256aa97646a0b790c436b8b07c69/.eggs/Cython-3.0.2-py3.11-macosx-10.9-universal2.egg/EGG-INFO' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure ×...