gautamkmr commented on issue #9949: Mac build from source script validation 
fails
URL: 
https://github.com/apache/incubator-mxnet/issues/9949#issuecomment-378749085
 
 
   So I am able to reproduce this issue mentioned  by Aaron
   
   
   However removing the dependency on numpy from setup.py and installing numpy 
version 1.9.2 worked fine
   
   
   Best match: certifi 2018.1.18
   Adding certifi 2018.1.18 to easy-install.pth file
   
   Using /Users/gauta/Library/Python/2.7/lib/python/site-packages
   Finished processing dependencies for mxnet==1.1.0
   f45c89a20de7:python gauta$ python 
   Python 2.7.10 (default, Oct 23 2015, 19:19:21) 
   [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import mxnet
   
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/oldnumeric/__init__.py:11:
 ModuleDeprecationWarning: The oldnumeric module will be dropped in Numpy 1.9
     warnings.warn(_msg, ModuleDeprecationWarning)
   >>> mxnet.__version__
   '1.1.0'
   >>> 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to