JustinhoCHN commented on issue #17923:
URL: 
https://github.com/apache/incubator-mxnet/issues/17923#issuecomment-628621084


   > @JustinhoCHN what was the CUDA version of your Jetson Nano image? It gives 
me the following error:
   > 
   > ```
   > >>> import mxnet
   > Traceback (most recent call last):
   >   File "<stdin>", line 1, in <module>
   >   File "/usr/local/lib/python3.6/dist-packages/mxnet/__init__.py", line 
24, in <module>
   >     from .context import Context, current_context, cpu, gpu, cpu_pinned
   >   File "/usr/local/lib/python3.6/dist-packages/mxnet/context.py", line 24, 
in <module>
   >     from .base import classproperty, with_metaclass, 
_MXClassPropertyMetaClass
   >   File "/usr/local/lib/python3.6/dist-packages/mxnet/base.py", line 214, 
in <module>
   >     _LIB = _load_lib()
   >   File "/usr/local/lib/python3.6/dist-packages/mxnet/base.py", line 205, 
in _load_lib
   >     lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL)
   >   File "/usr/lib/python3.6/ctypes/__init__.py", line 348, in __init__
   >     self._handle = _dlopen(self._name, mode)
   > OSError: libcudart.so.10.0: cannot open shared object file: No such file 
or directory
   > ```
   > 
   > My Jetson Nano image has CUDA 10.2
   
   mine is cuda 10.0, jetpack 4.3


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


Reply via email to