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 believe that this is related to InsightSoftwareConsortium/ITK#4713. I have tried searching, but cannot find a known workaround. Supposedly this will be fixed in ITK v5.4.1, but I'm wondering if there is a way to patch this currently?
If I run the following:
python3
> import itk
> itk.ParameterObject.New()
I receive the error
ImportError: libtbb.so.12: cannot open shared object file: No such file or directory
I am running Python v3.11.9 and Ubuntu 18.04. Additionally, I am running itk-elastix v0.21.0 and I can see that I am running ITK v5.4.0. The docker image I am using is available here.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
For my case, downgrading itk to 5.3.0 after installing itk-elastix was a sufficient temporary workaround. Pip will give you a warning about it but I at least haven't encountered any breaking incompatibilities so far :)
I believe that this is related to InsightSoftwareConsortium/ITK#4713. I have tried searching, but cannot find a known workaround. Supposedly this will be fixed in ITK v5.4.1, but I'm wondering if there is a way to patch this currently?
If I run the following:
I receive the error
I am running Python v3.11.9 and Ubuntu 18.04. Additionally, I am running
itk-elastix
v0.21.0 and I can see that I am running ITK v5.4.0. The docker image I am using is available here.Thanks in advance.
The text was updated successfully, but these errors were encountered: