ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory

发现是cuda版本与pytorch3d版本不兼容

以我的cuda11.3版本为例,pytorch3d下载命令为

conda install https://anaconda.org/pytorch3d/pytorch3d/0.6.2/download/linux-64/pytorch3d-0.6.2-py38_cu113_pyt1100.tar.bz2

其他cuda与pytorch3d版本的对应关系可在 https://anaconda.org/pytorch3d/pytorch3d/files 中查找

你可能感兴趣的:(pytorch,人工智能,python)