Skip to content

ImportError: libcupti.so.10.2: cannot open shared object file: No such file or directory #5635

Closed
@datumbox

Description

@datumbox

🐛 Describe the bug

Multiple binary_linux_conda_*_cu* jobs are currently failing on the latest main with the following error:

Traceback (most recent call last):
  File "setup.py", line 9, in <module>
    import torch
  File "/opt/conda/conda-bld/torchvision_1647515141078/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/torch/__init__.py", line 199, in <module>
    from torch._C import *  # noqa: F403
ImportError: libcupti.so.10.2: cannot open shared object file: No such file or directory

Seems like a missing dependency problem. Same applies for libcupti.so.11.3 here.

Versions

Latest main branch 39772ec

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions