You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've occasionally got this error when using netgen-mesher on a Ubuntu 22.04 machine installed via poetry
File "/home/ubuntu/.cache/pypoetry/virtualenvs/path-py3.11/lib/python3.11/site-packages/netgen/meshing.py", line 1, in <module>
from .libngpy._meshing import *
ImportError: libTKOffset.so.7.8.1: cannot open shared object file: No such file or directory
I have confirmed that libTKOffset.so.7.8.1 is installed.
But when I run LDD to check the dependencies, I see that several upstream dependencies are missing.
ldd /home/ubuntu/.cache/pypoetry/virtualenvs/path-py3.11/lib/libTKOffset.so.7.8.1
linux-vdso.so.1 (0x00007ffe6dbfb000)
libTKFillet.so.7.8.1 => not found
libTKBool.so.7.8.1 => not found
libTKBO.so.7.8.1 => not found
libTKShHealing.so.7.8.1 => not found
libTKPrim.so.7.8.1 => not found
libTKTopAlgo.so.7.8.1 => not found
libTKGeomAlgo.so.7.8.1 => not found
libTKBRep.so.7.8.1 => not found
libTKGeomBase.so.7.8.1 => not found
libTKG3d.so.7.8.1 => not found
libTKG2d.so.7.8.1 => not found
libTKMath.so.7.8.1 => not found
libTKernel.so.7.8.1 => not found
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x0000776cae8e4000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x0000776cae8dd000)
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x0000776cae600000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x0000776cae8d8000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x0000776cae519000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x0000776cae8b8000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x0000776cae200000)
/lib64/ld-linux-x86-64.so.2 (0x0000776caeab6000)
Hi,
I've occasionally got this error when using netgen-mesher on a Ubuntu 22.04 machine installed via poetry
I have confirmed that libTKOffset.so.7.8.1 is installed.
But when I run LDD to check the dependencies, I see that several upstream dependencies are missing.
However, these packages do exist
It seems like something might be messed up with the CMake RPATH or RUNPATH for the installed libraries.
The text was updated successfully, but these errors were encountered: