You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/03/01 17:56:54 UTC

[GitHub] [incubator-superset] exwhyz edited a comment on issue #8688: PyArrow broke the build on ARM platform [Regression]

exwhyz edited a comment on issue #8688: PyArrow broke the build on ARM platform [Regression]
URL: https://github.com/apache/incubator-superset/issues/8688#issuecomment-590022673
 
 
   I have the exact same issue on Windows 10 64-bit, Python 3.8 with Arrow 0.16.0 - `Requirement already satisfied: pyarrow==0.16.0 in c:\python38\lib\site-packages (0.16.0)`. When installing apache-superset==0.35.2, it fails with the error - `ModuleNotFoundError: No module named 'numpy'` even though Numpy is installed fine and there are no environment conflicts - `Requirement already satisfied: numpy in c:\python38\lib\site-packages (1.18.1)`.
   
   Update: I suspect this is tied to the following issue (https://github.com/apache/arrow/issues/5987) and since apache-superset expects pyarrow==0.15.1 which I am unable to downgrade to (from 0.16.0 because of the same issue reported above i.e. Numpy import failure) this may mean non-linux installations will struggle until apache superset enable pyarrow==0.16.0  Also conda works likely because conda-forge has an older version of apache superset available for Windows (0.26.3)

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org