-
Notifications
You must be signed in to change notification settings - Fork 4
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
error while loading shared libraries: libtbb.so.2 #102
Comments
I had the same problem and could solve it by simply downgrading the tbb library: |
Your system is missing the tbb library. I fixed mine (on Ubuntu) like so
|
When SINA is installed from Bioconda, there shouldn't be any client libraries like TBB that come from the system. It's nice that it works for you, @Jeltje, but I'm still considering this a bug. Just need to somehow scrounge up the time to figure it out... |
I had the same problem.
#Arb files were downloaded from SILVA (https://www.arb-silva.de/no_cache/download/archive/release_138.1/ARB_files/) and gunzip, folder in env folder |
I had the same issue after installing fiona module on ubuntu.
Executing |
thanks a lot, I fixed it on Ubuntu22.04 LTS |
The installation from Bioconda seems to work. But when running Sina I get this error:
(sina) $ sina --help sina: error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory
conda list
gives me:I try find this file and get this:
The text was updated successfully, but these errors were encountered: