-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Install failed on M1 Mac #159
Comments
Hi @MasatoshiTada ! Sorry for the late reply. I will take a look at this in the next few days. At the first glance - I forgot to properly adjust the sdist package. Before, it was copying the dependency inside and adjusting |
These are mostly notes for myself: In the perfect case, I'd also like to build wheels to avoid manual compilation on the user side, but GH Actions do not yet support M1. I do not have access to one myself, and other CI solutions don't seem like providing it as well. Ref: actions/runner-images#2187 Alternatively, I can use |
The problem with missing files is fixed (not released yet, though). The tracking issue for building wheels for M1 is #165. I plan to add it and release a new version with both - working |
A quick update - I released the Building wheels will take some more time, unfortunately. I am sorry about that. |
I still can't install on M1 Mac still getting failed to build wheel for jsonschema-rs |
Abstraction
I tried
pip install jsonschema-rs
on M1 Mac, but failed to install.On Intel Mac, I succeeded to install it (even without Rust!).
Environment
brew install rust
)brew install rust
)Log
The text was updated successfully, but these errors were encountered: