-
Notifications
You must be signed in to change notification settings - Fork 15
typed-ast install failed on Apple Silicon and python version 3.10.2 #7
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
Comments
Same experience here. Error Output
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When running
$ poetry install
, the installation of https://github.com/python/typed_ast failed when compiling for Apple Silicon. It seems like they fixed it for Intel-based chips through python/typed_ast#156 but never fixed it for Apple Silicon processors. This is the commit that finished the pr: python/typed_ast@adfe297 and the comment says that it doesn't fix it for Apple Silicon.The same problem exists for python 3.9: python/typed_ast#146 and python 3.8: python/typed_ast#126.
It seems like they are adding support for what they can, but the typed_ast readme says:
The text was updated successfully, but these errors were encountered: