bowtie2 icon indicating copy to clipboard operation
bowtie2 copied to clipboard

Conda version does not work with most recent tbb version

Open bkille opened this issue 3 years ago • 11 comments

Not sure if this issue is better placed on the bioconda issue board, but the most recent version of TBB (v2021.1.1) causes a runtime error with the bowtie2-align-s binary available on bioconda.

bowtie2 --version
/home/bkille/packages/miniconda3/bin/bowtie2-align-s: error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory
(ERR): Description of arguments failed!
Exiting now ...

On another machine I obtained the error

bowtie2 -h
/scratch1/bkille/software/miniconda3/bin/bowtie2-align-s: symbol lookup error: /scratch1/bkille/software/miniconda3/bin/bowtie2-align-s: undefined symbol: _ZN3tbb10interface78internal15task_arena_base19internal_initializeEv

The issue was fixed on both systems by reverting tbb to the previous version tbb=2020.2

bkille avatar Mar 19 '21 20:03 bkille

I met the same problem and reverting to the previous version can fix. thanks

dyinboisry4u avatar Mar 22 '21 17:03 dyinboisry4u

I actually tried to downgrade to tbb=2020.2 but this didn't solve my issue and I'm not sure where to go from here, any ideas?

joreynajr avatar Apr 19 '21 02:04 joreynajr

Can you specify what version (tbb-2020.2-xxxx)? I encountered the same problem, but I'm not finding a way to downgrade to 2020.2, only can downgrade as far as 2020.3-2...

hickman-santini avatar Apr 30 '21 19:04 hickman-santini

conda install tbb=2020.2 did the trick for me. What happens when you try that?

bkille avatar Apr 30 '21 20:04 bkille

Hi ! I had the same issue. conda install tbb=2020.2 worked for me also !!! Thanks a lot for your help ;)

sgraindorge avatar May 07 '21 13:05 sgraindorge

conda install tbb=2020.2 did the trick for me. What happens when you try that?

Thank you @bkille I'm not sure what I was doing before; that worked for me! :)

hickman-santini avatar May 11 '21 15:05 hickman-santini

Why does it not fixed by https://github.com/bioconda/bioconda-recipes/pull/27174?

Kinggerm avatar May 17 '21 02:05 Kinggerm

Same here, downgrading TBB solve the problem.

bioinfo-guy avatar Oct 01 '21 16:10 bioinfo-guy

conda install tbb=2020.2 worked for me. finally can run tophat now after having tophat error for a week

zyzyzyzyh avatar Feb 01 '22 20:02 zyzyzyzyh

Thank you. It worked for me.

jpeasari avatar Feb 06 '22 09:02 jpeasari

Thank you, it worked for me as well

alexrootcode avatar Apr 05 '22 19:04 alexrootcode

I will be closing this issue since it seems to have been resolved.

ch4rr0 avatar Nov 09 '23 18:11 ch4rr0