saranyailla opened a new issue #17978: Update METADATA - 
mxnet-1.5.0-py2.py3-none-any.whl - Raspberry Pi
URL: https://github.com/apache/incubator-mxnet/issues/17978
 
 
   ## Description
   Though mxnet seems to be installed using pip, it cannot be used with the 
statement `import mxnet` as it throws numpy error on raspberry pi.
   
   ### Error Message
   ValueError: numpy.ufunc size changed, may indicate binary incompatibility. 
Expected 124 from C header, got 112 from PyObject
   
   ## To Reproduce
   Installation using wheel: mxnet-1.5.0-py2.py3-none-any.whl
   
   ### Steps to reproduce
   1. pip install 
https://mxnet-public.s3.amazonaws.com/install/raspbian/mxnet-1.5.0-py2.py3-none-any.whl
   2. import mxnet
   
   ## What have you tried to solve it?
   1. Changing the numpy version>=1.16.0 solved this.
   
   METADATA file inside the mxnet-1.5.0.dist-info has to be updated with the 
correct versions of numpy. The github repo seems to be updated but the wheel 
for the raspberry pi is not.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to