You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/29 16:48:13 UTC

[GitHub] [incubator-mxnet] szha commented on issue #19248: mxnet-cu100: can't import mxnet

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org