[ https://issues.apache.org/jira/browse/ARROW-12579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384421#comment-17384421 ]
Krisztian Szucs edited comment on ARROW-12579 at 7/20/21, 5:35 PM: ------------------------------------------------------------------- Since ARROW-10658 has been resolved, the dependency versions should be correct now in the requirements files. We may update a numpy pin in setup.py: https://github.com/apache/arrow/blob/master/python/setup.py#L567 Though I'm not sure whether we should pin numpy there or not. There is no explicit mention in numpy's changelog about which is the first version with support for M1. The first numpy wheel for M1 is 1.21, but that doesn't mean that earlier numpy versions wouldn't compile. I'd leave the current numpy pin in setup.py as is to prevent any conflict with conda. Any opinons [~uwe]? was (Author: kszucs): Since ARROW-10658 has been resolved, the dependency versions should be correct now in the requirements files. We may update a numpy pin in setup.py: https://github.com/apache/arrow/blob/master/python/setup.py#L567 Though I'm not sure whether we should pin numpy there or not. There is no explicit mention in numpy's changelog about which is the first version with support for M1. The first numpy wheel for M1 is 1.21, but that doesn't mean that earlier numpy versions wouldn't compile. I'd leave the current numpy pin in setup.py as is to prevent any conflict with conda. Any opinons [~uwe]? Krisztián Szűcs: I'd leave it as is, but would be great if you could confirm that. > [Python] Pyarrow 4.0.0 dependency numpy 1.19.4 throws errors on Apple > silicon/M1 compilation > -------------------------------------------------------------------------------------------- > > Key: ARROW-12579 > URL: https://issues.apache.org/jira/browse/ARROW-12579 > Project: Apache Arrow > Issue Type: Bug > Components: Python > Affects Versions: 4.0.0, 4.0.1 > Reporter: Jack Wells > Assignee: Krisztian Szucs > Priority: Minor > Labels: build-failure > Fix For: 5.0.0 > > Attachments: pyarrow_build_errors.txt > > > Hi team! I've been unable to install older numpy versions (including 1.19.4 > as specified here f[or aarch64 > machine|https://github.com/apache/arrow/blob/master/python/requirements-wheel-build.txt]s) > on my Apple Silicon machine because the build process throws a number of > numpy compilation errors. I've been able to successfully install numpy 1.20.2 > however - is it possible to bump up the numpy acceptable version number to > enable Apple silicon installations? > Thanks! -- This message was sent by Atlassian Jira (v8.3.4#803005)