TGAC / KAT

The K-mer Analysis Toolkit (KAT) contains a number of tools that analyse and compare K-mer spectra.
http://www.earlham.ac.uk/kat-tools
GNU General Public License v3.0
206 stars 52 forks source link

Error while loading shared libraries (libboost version trouble) #145

Closed dgroso closed 3 years ago

dgroso commented 4 years ago

kat: error while loading shared libraries: libboost_filesystem.so.1.60.0: cannot open shared object file: No such file or directory

I get this error message when attempting to use kat for the first time via anaconda. I tried using conda install -c anaconda boost=1.60 to try and downgrade version 1.67 (which is the default when Kat is installed), and this did not work. Any suggestions are appreciated.

elfore commented 4 years ago

@dgroso I am having the same issue when I install kat into an existing env. Creating an empty new env through conda solved this problem. With you good luck.