aGiant commented on issue #16379: Fail to run example code with Raspberry Pi URL: https://github.com/apache/incubator-mxnet/issues/16379#issuecomment-589267034 > [This one](https://mxnet-public.s3.amazonaws.com/install/raspbian/mxnet-1.5.0-py2.py3-none-any.whl). It's on the installation guide on [this page](https://mxnet.apache.org/index.html). Still error after successfully installed on respberry pi 4b, ubuntu 19.10.1 Python3.6 ``` >>> import mxnet Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/ubuntu/.local/lib/python3.6/site-packages/mxnet/__init__.py", line 24, in <module> from .context import Context, current_context, cpu, gpu, cpu_pinned File "/home/ubuntu/.local/lib/python3.6/site-packages/mxnet/context.py", line 24, in <module> from .base import classproperty, with_metaclass, _MXClassPropertyMetaClass File "/home/ubuntu/.local/lib/python3.6/site-packages/mxnet/base.py", line 213, in <module> _LIB = _load_lib() File "/home/ubuntu/.local/lib/python3.6/site-packages/mxnet/base.py", line 204, in _load_lib lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL) File "/usr/local/lib/python3.6/ctypes/__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode) OSError: /home/ubuntu/.local/lib/python3.6/site-packages/mxnet/libmxnet.so: wrong ELF class: ELFCLASS32 ```
---------------------------------------------------------------- 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
