/home/emilyw/.conda/envs/shotgun_134/bin/bowtie2-align-s: errorwhile loading shared libraries: libtbb.so.2: cannot open sharedobject file: No such file or directory (ERR): Description of arguments failed! Exiting now ...
How to resolve this ?
Answers
0
You need to update tbb
update: I was able to get around this by just running the following in a new env: conda install -c biobakery biobakery_workflows conda install tbb=2020.2
You need to update tbb
update: I was able to get around this by just running the following in a new env:
conda install -c biobakery biobakery_workflows
conda install tbb=2020.2