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

libc10_cuda.so: cannot open shared object file: No such file or directory #12

Open
eunseon02 opened this issue Aug 22, 2024 · 0 comments

Comments

@eunseon02
Copy link

Traceback (most recent call last):
  File "/root/PointTransformer/train_spconv.py", line 10, in <module>
    from loss import ChamferLoss
  File "/root/PointTransformer/loss.py", line 6, in <module>
    from chamfer_distance import ChamferDistance as chamfer_dist
  File "/root/anaconda3/envs/pointcept/lib/python3.9/site-packages/chamfer_distance/__init__.py", line 1, in <module>
    from .chamfer_distance import ChamferDistance
  File "/root/anaconda3/envs/pointcept/lib/python3.9/site-packages/chamfer_distance/chamfer_distance.py", line 7, in <module>
    from pytorch3d.ops.knn import knn_gather, knn_points
  File "/root/anaconda3/envs/pointcept/lib/python3.9/site-packages/pytorch3d/ops/__init__.py", line 9, in <module>
    from .ball_query import ball_query
  File "/root/anaconda3/envs/pointcept/lib/python3.9/site-packages/pytorch3d/ops/ball_query.py", line 12, in <module>
    from pytorch3d import _C
ImportError: libc10_cuda.so: cannot open shared object file: No such file or directory
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

1 participant