Closed skeydan closed 5 years ago
Hello,
there are no stubs included in the packages, just the real libraries, like normal packages. Where it's checking for the library, make sure it's searching without the stubs
path, for example: /usr/lib64/libcuda.so
That file in particular is in the drivers main package, nvidia-driver-devel
.
Thank you! I will create an issue in TensorFlow then, to see if there's a way to modify the bazel
configuration.
Last login: Thu Mar 17 08:13:47 2022 from 120.240.53.20 bash: expor: command not found... bash: rt: command not found... Similar command is: 'tr' File /public/home/zmsong/jjzhang/software/lib64/stubs/libcuda.so doesn't exist
its my problems withnot the root authority, how to slove this error ?
Hi @scaronni thanks so much for your awesome work. I switched to using your packages after the manual way didn't work for me any more with kernel 5.1, and the guys on AskFedora highly recommended negativo17 :-)
All worked fine for me but I have an error compiling tensorflow (in the manual way, it was pretty easy specifying the correct paths because all was beneath
usr/local/cuda
).During configure, it says
but during the build it looks for a
stub
library and can't find it:Would you have an idea what could be the reason?
Many thanks!!