Closed votti closed 5 years ago
Apparently, javabridge cannot launch two JVM instances for the same thread/process (?). As an ugly workaround, one could use multithreading/multiprocessing, but I think this should be reported/fixed on the javabridge end instead.
Using the
ometiff_javabridge
example in a jupyter notebook with python 3.7, I get the following error message when trying to run thewrite_ome_tiff
command twice without restarting the kernel:Any idea why this is?