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 issue manifests in the build of apache superset.
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
