-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Open
Labels
module: buildBuild system issuesBuild system issuesmodule: cudaRelated to torch.cuda, and CUDA support in generalRelated to torch.cuda, and CUDA support in generaltriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🐛 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
Metadata
Metadata
Assignees
Labels
module: buildBuild system issuesBuild system issuesmodule: cudaRelated to torch.cuda, and CUDA support in generalRelated to torch.cuda, and CUDA support in generaltriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module