728x90
문제점
ImportError: libtbb.so.2: cannot open shared object file: No such file or directory
해결법
# Ubuntu/Debian
sudo apt-get update
sudo apt-get install libtbb2 # or : sudo apt-get install libtbb-dev
# CentOS
sudo yum update
sudo yum install tbb # or: sudo yum install tbb-devel
www.metagenomics.wiki/tools/bowtie2/install/libtbb-so-2
'hacking or software engineering skills > etc' 카테고리의 다른 글
optical flow란? (0) | 2021.08.15 |
---|---|
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input 에러 해결법 (0) | 2021.07.14 |
docker 가상환경 안에서 libGL import error 발생시 해결법 (1) | 2021.04.28 |
[docker] docker 처음 실행시 python 실행 안 하게 하기 (0) | 2021.04.28 |
[3d] 3d 구를 DSM으로 만들기 (0) | 2021.04.23 |