Skip to content

ImportError: libcupti.so.11.2: cannot open shared object file: No such file or directory #88802

@marcuswang6

Description

@marcuswang6

🐛 Describe the bug


ImportError Traceback (most recent call last)
4 import random
5 import copy
----> 6 import torch
7 #import learn2learn as l2l
8 import numpy as np

File /dev_data_1/conda/envs/meta/lib/python3.8/site-packages/torch/init.py:202, in
200 if USE_GLOBAL_DEPS:
201 _load_global_deps()
--> 202 from torch._C import * # noqa: F403
204 # Appease the type checker; ordinarily this binding is inserted by the
205 # torch._C module initialization code in C
206 if TYPE_CHECKING:

ImportError: libcupti.so.11.2: cannot open shared object file: No such file or directory

Versions

torch 1.12.0
python 3.8.13

cc @malfet @seemethere @ngimel

Metadata

Metadata

Assignees

No one assigned

    Labels

    module: buildBuild system issuesmodule: cudaRelated to torch.cuda, and CUDA support in generaltriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions