Answers for "ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory detectron2 site:stackoverflow.com"

1

libgthread-2.0.so.0: cannot open shared object file: No such file or directory

sudo apt-get update
sudo apt-get install libglib2.0-0
Posted by: Guest on November-25-2020
-1

libcublas.so.9.0: cannot open shared object file: No such file or directory

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda-9.0/lib64/
Posted by: Guest on March-30-2020

Code answers related to "ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory detectron2 site:stackoverflow.com"

Python Answers by Framework

Browse Popular Code Answers by Language