sandeep-krishnamurthy opened a new issue #9699: MXNet pip package installs 
older version of numpy (1.13)
URL: https://github.com/apache/incubator-mxnet/issues/9699
 
 
   MXNet pip package installs numpy (<=1.13). We need to test and upgrade to 
the latest (1.14).
   Some of the issues users can face:
   1. Have an conda environment - with numpy, scipy etc. which is usually done 
by a DL practitioner.
   2. Do pip install mxnet in the environment. This installs numpy 1.13.
   
   Later user will fall into the following issue:
   
   ```
   RuntimeError: module compiled against API version 0xc but this version of 
numpy is 0xb
   ImportError: numpy.core.multiarray failed to import
   ImportError: numpy.core.umath failed to import
   ImportError: numpy.core.umath failed to import
   ```
   
   due to conflicting versions of Numpy.
   
   

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