Skip to content
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

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

Open
alexinnovap opened this issue Jun 23, 2023 · 1 comment

Comments

@alexinnovap
Copy link

(hybrik) innova@innova:~/environment/HybrIK$ python scripts/demo_image.py --img-dir examples --out-dir res
Traceback (most recent call last):
File "scripts/demo_image.py", line 12, in
from hybrik.utils.render_pytorch3d import render_mesh
File "/home/innova/environment/HybrIK/hybrik/utils/render_pytorch3d.py", line 3, in
import pytorch3d.renderer
File "/home/innova/anaconda3/envs/hybrik/lib/python3.8/site-packages/pytorch3d/renderer/init.py", line 3, in
from .blending import (
File "/home/innova/anaconda3/envs/hybrik/lib/python3.8/site-packages/pytorch3d/renderer/blending.py", line 9, in
from pytorch3d import _C
ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory

Anyone fixed this issue?

@AmoghTiwari
Copy link

AmoghTiwari commented Jul 20, 2023

The above issue is an issue with pytorch3d installation. I had also encountered it. And while I was not able to solve this directly, I tried installing things from scratch following pytorch3d's official installation instructions, and was able to solve it eventually. You can look at #186 for details on how I installed the packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants