2

i'm using HiC-Pro mapping program on macOS Catalina. When it's running the log says:

dyld: Library not loaded: @rpath/libtbb.dylib
  Referenced from: /Applications/anaconda3/bin/bowtie2-align-s
  Reason: image not found
(ERR): Description of arguments failed!
Exiting now ...

Does anyone know how to fix this library not loaded error message?

karel
  • 5,489
  • 46
  • 45
  • 50
RobertF
  • 21
  • 2

2 Answers2

0

I just started getting this error, as well -- environments I had installed just a couple weeks ago that included Bowtie2 still work, but when I install a new environment with the same Conda yaml file today it is no longer working, with this same error.

Jon
  • 83
  • 4
0

Try installing tbb through

brew install tbb

This fixed the error for me for a different binary that threw the same error.

Cornelius Roemer
  • 3,772
  • 1
  • 24
  • 55