-
Notifications
You must be signed in to change notification settings - Fork 279
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
pip install fails on MacOS 11.4 on arm64 (PEP 517) #957
Comments
Thanks for the report! According to pypa/pip#6256, that error message referencing PEP 517 simply means that the wheel failed to build - the actual cause is probably somewhere else in the output. Any chance you could include more of the log? |
Here's the more complete context, if you want me to increase verbosity or something just tell me how.
|
Also, if you want to know my environment, just let me know what you want. I do have Rosetta installed, which I (only) use for two Python apps (zim wiki and pytype). |
Thanks! I took a look at the code triggering the SKBuildError (https://github.com/scikit-build/scikit-build/blob/a7c746ae47d27b641f5734103e8fa4aaaabc09e3/skbuild/cmaker.py#L78-L82):
It would appear that ninja installation is failing when attempting to run
(Apologies I can't do any of this troubleshooting myself; I and the other pytype devs are all on Linux ^^;) |
Thanks! cmake was not available in my path and did not appear to be installed (brew or cask) with either architecture of homebrew. Even so, when using Rosetta2/x86_6 pytype did install...? Fortunately, installing the brew of cmake with This issue could be closed, but referenced in a follow-up as a dependency issue. |
Great, glad you were able to figure it out! I'll add a note to the Installation section of the README with a link to this bug. |
...
The text was updated successfully, but these errors were encountered: