-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot import javabridge undefined symbol #172
Comments
Hi, sorry about getting to this late. I would try the following:
If it works, let me know and close the issue. Worked for me on Ubuntu 18.04. |
I had a similar issue to @ECarboni on OSX. Tried your install instructions @LeeKamentsky and I couldn't get it to work. Output below.
|
I don't have access to a Mac and have never been able to figure out the formula for Anaconda + Javabridge on that platform. I think it has something to do with compiling using Anaconda's JDK and running using the frameworks version. I would appreciate anyone's help in this area. |
Submitted PR #173 as a fix for my (misplaced, sorry) issue. |
Hello,
I am pretty new to python but I wanted to try out bioformats and I have problems importing javabridge. I use a conda enviroment on Ubuntu and I must use python 3.7.
I did:
conda install bioformats
conda install -c bioconda java-jdk=8
conda install -c anaconda cython
because I thought javabridge might need itpip install javabridge
If I run
python -c "import javabridge"
I get:Traceback (most recent call last):
File "", line 1, in
File "/.conda/envs/bioformats/lib/python3.7/site-packages/javabridge/init.py", line 38, in
from .jutil import start_vm, kill_vm, vm, activate_awt, deactivate_awt
File "/.conda/envs/bioformats/lib/python3.7/site-packages/javabridge/jutil.py", line 157, in
import javabridge._javabridge as _javabridge
ImportError:/ .conda/envs/bioformats/lib/python3.7/site-packages/javabridge/_javabridge.cpython-37m-x86_64-linux-gnu.so: undefined symbol: __intel_sse2_strchr
I am running out of ideas
The text was updated successfully, but these errors were encountered: