Skip to content

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

@eunseon02

Description

@eunseon02
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions