ImportError: libcudart.so.10.1: cannot open shared object file: No such file or directory #1874 Open rebecajohn opened on Sep 19, 2024 ...
Description: When building I'm receiving many warning, saying that some files are not found. Looks like into the libraries are some paths hardcoded ( /Users/mikechoch ) warning: (arm64) /Users/mike ...
Couple more things to check: make sure the library is readable by the user, and probably executable, just in case, although I don't know if that's actually required for libraries. Then maybe try ...