astonzhang removed a comment on issue #17658: [WIP] Update website, README and 
NEWS with 1.6.0
URL: https://github.com/apache/incubator-mxnet/pull/17658#issuecomment-590629334
 
 
   @ptrendx It seems that the 1.6.0 does not work on MacOS. I `pip install 
mxnet==1.6.0` on my macOS Mojave, then `import mxnet` will show errors. My 
friends also encounter the same problem on their macOS. Can you double check it 
on your side?
   
   Details of error:
   
   ```
   Python 3.7.3 (default, Mar 27 2019, 16:54:48) 
   [Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import mxnet
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "/Users/astonz/.local/lib/python3.7/site-packages/mxnet/__init__.py", 
line 24, in <module>
       from .context import Context, current_context, cpu, gpu, cpu_pinned
     File "/Users/astonz/.local/lib/python3.7/site-packages/mxnet/context.py", 
line 24, in <module>
       from .base import classproperty, with_metaclass, 
_MXClassPropertyMetaClass
     File "/Users/astonz/.local/lib/python3.7/site-packages/mxnet/base.py", 
line 214, in <module>
       _LIB = _load_lib()
     File "/Users/astonz/.local/lib/python3.7/site-packages/mxnet/base.py", 
line 205, in _load_lib
       lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL)
     File "/Users/astonz/miniconda3/lib/python3.7/ctypes/__init__.py", line 
356, in __init__
       self._handle = _dlopen(self._name, mode)
   OSError: 
dlopen(/Users/astonz/.local/lib/python3.7/site-packages/mxnet/libmxnet.so, 6): 
no suitable image found.  Did find:
        /Users/astonz/.local/lib/python3.7/site-packages/mxnet/libmxnet.so: 
unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00
        /Users/astonz/.local/lib/python3.7/site-packages/mxnet/libmxnet.so: 
unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00
   >>> exit()
   ```

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to