-
Notifications
You must be signed in to change notification settings - Fork 7k
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
ImportError: libcupti.so.10.2: cannot open shared object file: No such file or directory #5635
Comments
Thank you for reporting. Likely caused by the change that makes cupti a dynamic dependency. |
We can switch back to statically linking cupti as well, I just need to do what malfet suggested when I changed the defaults anyway! |
@ezyang imo we should just bundle cupti into the conda package |
works too. Do you need me to try to cook this up? |
A new version of `pytorch` has been released, `1.12.0`. This version's packages don't statically link to `libcupti`(More explanation on that [here](pytorch/vision#5635)). Until that is patched, we are going to run into the `libcupti` not found error: pytorch/pytorch#74473 (comment) Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #11289
Hej @malfet I'm facing the same issue with my build system, error below /home/ubuntu/.cache/bazel/_bazel_ubuntu/8de0a1069de8d166c668173ca21c04ae/execroot/com_lyft_avsoftware/bazel-out/k8-fastbuild/bin/src/chronos/tasks/feed_task_cuda_test.runfiles/com_lyft_avsoftware/src/chronos/tasks/feed_task_cuda_test:
error while loading shared libraries: libcupti.so.11.0: cannot open shared object file: No such file or directory To clarify I build my own pytorch and vision distros using our internal cuda == 11.0, lately when upgrading from torch 1.9 -> 1.12 and vision 1.10 -> 1.13 this same error has been coming up. We cannot add on to the LD_LIBRARY_PATH in parts our build system as we rely on bazel and it's tedious to add these files as dependency to every build they're needed on. Do you not plan on supporting the static links again? |
🐛 Describe the bug
Multiple
binary_linux_conda_*_cu*
jobs are currently failing on the latest main with the following error:Seems like a missing dependency problem. Same applies for
libcupti.so.11.3
here.Versions
Latest main branch 39772ec
The text was updated successfully, but these errors were encountered: