szha commented on issue #19248: URL: https://github.com/apache/incubator-mxnet/issues/19248#issuecomment-700841243
> OSError: libcudart.so.10.0: cannot open shared object file: No such file or directory This means that the library cannot find the CUDA 10.0 runtime library, which is part of the CUDA 10 toolkit. You will need to set the `LD_LIBRARY_PATH` environment variable to include the path for `libcudart.so.10.0` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
