Unable to import mxnet

when I run import mxnet as mx i get this error
OSError: libcudart.so.10.0: cannot open shared object file: No such file or directory

Please any help will be appreciated

Hi,

It looks like you installed mxnet with cuda 10 support but your cuda dependencies are misconfigured or not present.

Take a look at:

Note: If you’ve already installed cuda deps, it may be as simple as correctly updating the LD_LIBRARY_PATH environment variable.