Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing libtbb #304

Open
gtpash opened this issue Sep 19, 2024 · 3 comments
Open

Missing libtbb #304

gtpash opened this issue Sep 19, 2024 · 3 comments

Comments

@gtpash
Copy link

gtpash commented Sep 19, 2024

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.

@thewtex
Copy link
Member

thewtex commented Sep 23, 2024

Hi @gtpash ,

Thanks for the report. Yes, this is related to InsightSoftwareConsortium/ITK#4713 and will be addressed when we release and build against ITK 5.4.1.

@gtpash
Copy link
Author

gtpash commented Sep 23, 2024

Fantastic. Thank you!

@Ybawan
Copy link

Ybawan commented Oct 1, 2024

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants