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
In Ubuntu 20.04 (and maybe in other distributions) we see this error when running bowtie2.
error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory
Following the solution here, we figured out that installing libtbb-dev solves this issue. On Ubuntu 20.04, running the following does the installation:
sudo apt-get install libtbb-dev
The text was updated successfully, but these errors were encountered:
In Ubuntu 20.04 (and maybe in other distributions) we see this error when running bowtie2.
error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory
Following the solution here, we figured out that installing
libtbb-dev
solves this issue. On Ubuntu 20.04, running the following does the installation:The text was updated successfully, but these errors were encountered: