josephevans commented on issue #21109:
URL: 
https://github.com/apache/incubator-mxnet/issues/21109#issuecomment-1204706108

   Hi, numpy is a dependency of mxnet, which is why it is getting installed. 
Because you do not have the `wheel` package installed, your system is 
attempting to build it from source and failing.
   
   Can you try `pip install wheel` before running `pip install mxnet` so pip 
can utilize pre-compiled packages instead of building numpy from source?


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to