jmacglashan commented on issue #7302: Discussion and troubleshooting on PyPI 
(pip) Nightly Releases
URL: 
https://github.com/apache/incubator-mxnet/issues/7302#issuecomment-319747385
 
 
   Only thing that comes to mind is that I ran into issue on my mac with the 
pip install of the latest version. I'm not sure if it's worthwhile to add some 
unit tests to this or if that just slows down the intent of a pre-release. 
Either way, on the latest 802 build, when I imported mxnet, I got the following 
error (I'm removing the path to the virtual env)
   
   ```
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File ".../pyenv/lib/python3.5/site-packages/mxnet/__init__.py", line 7, in 
<module>
       from .base import MXNetError
     File ".../pyenv/lib/python3.5/site-packages/mxnet/base.py", line 69, in 
<module>
       _LIB = _load_lib()
     File ".../pyenv/lib/python3.5/site-packages/mxnet/base.py", line 61, in 
_load_lib
       lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL)
     File 
"/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ctypes/__init__.py",
 line 347, in __init__
       self._handle = _dlopen(self._name, mode)
   OSError: 
dlopen(.../mxpip/pyenv/lib/python3.5/site-packages/mxnet/libmxnet.so, 6): 
Symbol not found: _clock_gettime
     Referenced from: .../pyenv/lib/python3.5/site-packages/mxnet/libmxnet.so 
(which was built for Mac OS X 10.12)
     Expected in: /usr/lib/libSystem.B.dylib
    in .../pyenv/lib/python3.5/site-packages/mxnet/libmxnet.so
   ```
   
   An earlier pre-release worked fine though.
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to