lele012 opened a new issue #19234:
URL: https://github.com/apache/incubator-mxnet/issues/19234
## Description
This error occurred when I was using MXNET on ARM64。
“/usr/local/lib/python3.7/site-packages/mxnet/libmxnet.so”,but in the
path,lib file(libmxnet.so) is existed.
I installed MXNET by "pip install mxnet"。Is there no ARM64 MXNET image on
Dockerhub ?
### Error Message
root@face-6ff98747f6-rtl5n:/# python
Python 3.7.9 (default, Sep 10 2020, 15:29:47)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import mxnet as mx
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.7/site-packages/mxnet/__init__.py", line 24,
in <module>
from .context import Context, current_context, cpu, gpu, cpu_pinned
File "/usr/local/lib/python3.7/site-packages/mxnet/context.py", line 24,
in <module>
from .base import classproperty, with_metaclass,
_MXClassPropertyMetaClass
File "/usr/local/lib/python3.7/site-packages/mxnet/base.py", line 214, in
<module>
_LIB = _load_lib()
File "/usr/local/lib/python3.7/site-packages/mxnet/base.py", line 205, in
_load_lib
lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL)
File "/usr/local/lib/python3.7/ctypes/__init__.py", line 364, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /usr/local/lib/python3.7/site-packages/mxnet/libmxnet.so: 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 to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]