Skip to content

CI jobs binary_linux_wheel_*_cu117 broken due to libcublas.so.11 dependency #6628

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

Closed
datumbox opened this issue Sep 22, 2022 · 2 comments
Closed

Comments

@datumbox
Copy link
Contributor

datumbox commented Sep 22, 2022

🐛 Describe the bug

Multiple CI jobs of TorchVision are currently failing with:

+ python setup.py clean
Traceback (most recent call last):
  File "setup.py", line 9, in <module>
    import torch
  File "/opt/python/cp37-cp37m/lib/python3.7/site-packages/torch/__init__.py", line 191, in <module>
    _load_global_deps()
  File "/opt/python/cp37-cp37m/lib/python3.7/site-packages/torch/__init__.py", line 153, in _load_global_deps
    ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL)
  File "/opt/python/cp37-cp37m/lib/python3.7/ctypes/__init__.py", line 364, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libcublas.so.11: cannot open shared object file: No such file or directory

The issue seems to be mainly with CUDA 11.7

Versions

Latest torchvision main, PyTorch Core 20220922

cc @seemethere

@atalman atalman self-assigned this Sep 22, 2022
pytorchmergebot pushed a commit to pytorch/pytorch that referenced this issue Sep 22, 2022
Disabling the pypi cudnn wheel from uploading
Temporary change untill the cudnn wheel package is ready for release

This mitigates following issue: pytorch/vision#6628
Pull Request resolved: #85470
Approved by: https://github.com/malfet
@syed-ahmed
Copy link

@atalman I believe this is now fixed.

@malfet
Copy link
Contributor

malfet commented Sep 26, 2022

Indeed fixed by pytorch/pytorch@e227e3e, closing

@malfet malfet closed this as completed Sep 26, 2022
mehtanirav pushed a commit to pytorch/pytorch that referenced this issue Oct 4, 2022
Disabling the pypi cudnn wheel from uploading
Temporary change untill the cudnn wheel package is ready for release

This mitigates following issue: pytorch/vision#6628
Pull Request resolved: #85470
Approved by: https://github.com/malfet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants