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
Hi,
After pulling the official image updated 25 days ago register returns the following error:
/usr/local/lib/mirtk/tools/register: error while loading shared libraries: libMIRTKPointSet.so.0: cannot open shared object file: No such file or directory
Error: register command returned non-zero exit status 127
The text was updated successfully, but these errors were encountered:
I made this change to the Dockerfile to fix this by setting the dynamic library search path in the Docker image. This is easier than fixing the generation of the __init__.py module for now. Keeping issue open, though, to address this later.
Hello, I have run into this same error. I am not calling MIRTK through Docker (I am actually running a package which uses MIRTK that I did not write so I cannot really modify it). Do you know how I could resolve this issue? Because you said it has something to do with LD_LIBRARY_PATH here is it for my system:
I was able to locate the file libMIRTKPointSet.so.0, it was located in /opt/mirtk/lib on my system. Any help regarding this would be greatly appreciated, thank you very much.
Hi,
After pulling the official image updated 25 days ago register returns the following error:
The text was updated successfully, but these errors were encountered: