-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation of RACK CLI fails on MacBook M1 #399
Comments
This seems to be a known problem that might have been solved already, although the discussion on this GitHub thread is inconclusive: |
I tried installing the latest version of
This time the problem appears to be with building wheel for numpy...
Again, this seems to be a known problem, although so far, I haven't been able to find a workaround: This is all well beyond my knowledge of Python packaging technology, so any suggestions would be helpful. Thanks. |
This might be a case of needing to update to a more recent package version. I'll try to see what's pulling in numpy and if upgrading can get us to a version new enough to work on M1. I'm reading that numpy-1.20.1 and up support M1 processors (though obviously you're still seeing it fail) |
If you try to install the RACK CLI on a MacBook with an M1 (ARM64) processor, bad things happen...
The problem seems to be caused by numpy and the wheel package - here is some relevant output:
Several screens later, the following error appears:
I may be mistaken, but it looks as though the underlying cause of the failure is a problem with
calculate_maxosx_platform_tag
, which doesn't allow for the new M1 MacBooks.The text was updated successfully, but these errors were encountered: