rnunziata opened a new issue #7608: OSError: libcudart.so.8.0: cannot open 
shared object 
URL: https://github.com/apache/incubator-mxnet/issues/7608
 
 
   Paths are correct...the library(libcudart.so.8.0) is present....it compiles 
without error. Environment vars are set correctly for cuda-8 with cudnn-6. 
running on ubuntu 16.04.  Can not figure out what is happening to cause this 
error. Is this a cuda issue, and nivida issue, tensorflow issue...any help 
please.
   
   
   ```
   Traceback (most recent call last):
     File "./fcis/demo.py", line 27, in <module>
       import mxnet as mx
     File 
"/usr/local/lib/python2.7/dist-packages/mxnet-0.9.5-py2.7.egg/mxnet/__init__.py",
 line 7, in <module>
       from .base import MXNetError
     File 
"/usr/local/lib/python2.7/dist-packages/mxnet-0.9.5-py2.7.egg/mxnet/base.py", 
line 46, in <module>
       _LIB = _load_lib()
     File 
"/usr/local/lib/python2.7/dist-packages/mxnet-0.9.5-py2.7.egg/mxnet/base.py", 
line 38, in _load_lib
       lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_GLOBAL)
     File "/usr/lib/python2.7/ctypes/__init__.py", line 362, in __init__
       self._handle = _dlopen(self._name, mode)
   OSError: libcudart.so.8.0: cannot open shared object file: No such file or 
directory
   
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to