Debian: OSError: libgomp.so.1: cannot open shared object file: No such file or directory #5514
Unanswered
jpmaterial
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to use Open3D under Debian 11 and I can get Open3D to import without system-installed libgomp.
When the libgomp1 Debian package is installed, everything works. When I remove it, Open3D import fails with
OSError: libgomp.so.1: cannot open shared object file: No such file or directory
. Apparently Open3D does not bring its own copy of libgomp but expects it to be present on the machine. Contrast this with scikit-learn (an Open3D dependency), which brings its own copy of libgomp.I need my code to run on a machine without libgomp. What can I do?
Best regards,
Jann
Beta Was this translation helpful? Give feedback.
All reactions