-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
train.py : ImportError: libtorch_cuda_cu.so: cannot open shared object file: No such file or directory #67
Comments
Hi, It's an installation problem of PyTorch3D. Could you double check that you have installed it successfully (with CUDA enabled)? You can refer to https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md for detailed instructions. |
I have to these steps already. Here is the error after run train.py
|
Could you refer to the previous comment #49 (comment)? It's basically the unsuccessful installation of PyTorch3D (with CUDA). You can feel free to change the python/torch/cuda versions to match some prebuilt wheels of PyTorch3D which should ensure a bug-free installation. |
Torch version: 1.9.1.post3
CUDA version: 11.1
Python Version : 3.7
Pytorch3D : 0.7.6
Hardware :
CPU : AMD Ryzen 9 5900X 12-Core Processor
GPU : RTX 3090
RAM : 64 GBs
Linux OS : Ubuntu 23.04
When I run
python train.py
then this error occurred :The text was updated successfully, but these errors were encountered: