Cannot find GOMP_4.0?
aurorainbowrealis opened this issue · 3 comments
Im running into this error:
OSError: cannot load library /home/vsilva/anaconda2/lib/python2.7/site-packages/MulticoreTSNE/libtsne_multicore.so: /home/vsilva/anaconda2/bin/../lib/libgomp.so.1: version
GOMP_4.0' not found (required by /home/vsilva/anaconda2/lib/python2.7/site-packages/MulticoreTSNE/libtsne_multicore.so). Additionally, ctypes.util.find_library() did not manage to locate a library called '/home/vsilva/anaconda2/lib/python2.7/site-packages/MulticoreTSNE/libtsne_multicore.so'`
I've tried searching everywhere but noone has a consistent answer. Does anyone run into this?
Did you ever figure this out? I have the same problem except with Python 3.6.2
@jolespin apparently it was the python version I was using. I believe this just runs in python 2.
I am running Python 2.7.13 and have the same problem. I also has a lot of problems finding the file libtsne_multicore.so, but I just don't know where the libgomp.so.1 file is.