tastelessWine opened a new issue #17883: I am facing the issue when i am import mxnet 1.6.0 URL: https://github.com/apache/incubator-mxnet/issues/17883 <pre>Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/tastelesswine/anaconda3/envs/hitlist/lib/python3.8/site-packages/mxnet/__init__.py", line 23, in <module> from .context import Context, current_context, cpu, gpu, cpu_pinned File "/home/tastelesswine/anaconda3/envs/hitlist/lib/python3.8/site-packages/mxnet/context.py", line 23, in <module> from .base import classproperty, with_metaclass, _MXClassPropertyMetaClass File "/home/tastelesswine/anaconda3/envs/hitlist/lib/python3.8/site-packages/mxnet/base.py", line 351, in <module> _LIB = _load_lib() File "/home/tastelesswine/anaconda3/envs/hitlist/lib/python3.8/site-packages/mxnet/base.py", line 342, in _load_lib lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL) File "/home/tastelesswine/anaconda3/envs/hitlist/lib/python3.8/ctypes/__init__.py", line 373, in __init__ self._handle = _dlopen(self._name, mode) OSError: libcudart.so.10.1: cannot open shared object file: No such file or directory PS: I am using ubuntu 19.04 and building inside anaconda latest version. </pre>
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
