You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run error ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory
Then i use the following commands:
sudo ln -s /usr/local/cuda-10.0/lib64/libcudart.so.10.0 /usr/lib
sudo ln -s /usr/local/cuda-10.0/lib64/libcudart.so.10.0 /usr/lib/libcudart.so.10.1
sudo ldconfig
it takes errors:ImportError:
/usr/lib/libcudart.so.10.1: version `libcudart.so.10.1' not found (required by /home/zhou/anaconda3/envs/PVEN/lib/python3.7/site-packages/pytorch3d/_C.cpython-37m-x86_64-linux-gnu.so)
what's the reasons?
The text was updated successfully, but these errors were encountered:
run error ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory
Then i use the following commands:
sudo ln -s /usr/local/cuda-10.0/lib64/libcudart.so.10.0 /usr/lib
sudo ln -s /usr/local/cuda-10.0/lib64/libcudart.so.10.0 /usr/lib/libcudart.so.10.1
sudo ldconfig
it takes errors:ImportError:
/usr/lib/libcudart.so.10.1: version `libcudart.so.10.1' not found (required by /home/zhou/anaconda3/envs/PVEN/lib/python3.7/site-packages/pytorch3d/_C.cpython-37m-x86_64-linux-gnu.so)
what's the reasons?
The text was updated successfully, but these errors were encountered: