dschetel
dschetel
Hey, is there any way to parallelize the import-process? I tried using joblib like so: ```python # Start the Java virtual machine javabridge.start_vm(class_path=bioformats.JARS, run_headless=True) # Import metadata omexmlstr = bioformats.get_omexml_metadata(path=data)...
Hey, there already exists another issue discussing this. Look at #111 @LeeKamentsky tried to get anaconda and javabridge working and it seems to be quite intricate. This morning I tried...
Hey, i also have trouble installing javabridge in macOS (10.12.6) When I try installing (```pip install javabridge``` or ```pip install https://github.com/LeeKamentsky/python-javabridge/archive/master.zip```), i get the following error: ``` Collecting https://github.com/LeeKamentsky/python-javabridge/archive/master.zip Downloading...
```/usr/libexec/java_home --arch x86_64``` returns: ``` /Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home ``` Is Java 10 a problem? But my current system is a virtual environment (using miniconda), in which I installed java 8 - shouldn't...
Thank you for your extensive help! Do you have a recommendation/routine how to set this up? I tried setting up a virtual environment, installing Java 8, setting the environment variable...
small update: I used a fresh system and installed Java 8 and Javabridge (```pip install javabridge```) ``` /usr/libexec/java_home --arch x86_64 /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home ``` When executing Python and importing numpy and javabridge...
not sure if this is your problem - but when setting this up on a server, it worked for me to change the IP in overleaf.rc to `SHARELATEX_LISTEN_IP=0.0.0.0`