Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

mxnet-cu100: can't import mxnet #19248

Answered by szha
PascalIversen asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by PascalIversen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #19248 on September 29, 2020 16:48.