sensharma commented on issue #9699: MXNet pip package installs older version of 
numpy (1.13)
URL: 
https://github.com/apache/incubator-mxnet/issues/9699#issuecomment-372277630
 
 
   This is something I am facing as well. When installing numba and mxnet, 
mxnet pulls down numpy to 1.13 and breaks numba compiled against numpy 1.14. 
Using the --upgrade and --upgrade-strategy="only-if-needed" with pip install 
still pulls down numpy to 1.13 and breaks numba. The workaround I have found is 
to use the --no-deps flag with pip install when installing mxnet. mxnet then 
happily uses numpy 1.14. The dependency tested and updated to np 1.14 would be 
great to have.

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