-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[AWS Graviton2] graviton gcc flags break pip install #2090
Comments
liquidcarbon
changed the title
[AWS Graviton2] https://github.com/aws/aws-graviton-getting-started/issues/208
[AWS Graviton2] graviton gcc flags break pip install
Mar 29, 2022
More detailed error
|
same error here. 😭 |
Should be fixed after #1972 |
georgemarshall
pushed a commit
to georgemarshall/psutil
that referenced
this issue
Apr 6, 2022
Change the build.yml to add aarch64/arm64 builds Closes giampaolo#1782, closes giampaolo#1945, closes giampaolo#1954, closes giampaolo#1966, closes giampaolo#1972, closes giampaolo#2090 Signed-off-by: George Marshall <[email protected]>
Are you using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Description
I'm having trouble installing
psutil
and packages that depend on it. It seems like it was meaning to rungcc -march=armv8.2-a+fp16+rcpc+dotprod+crypto _some_target_
, but instead an extra space sneaked in and the whole.2-a+fp16+rcpc...
part fell off. Anyone knows how to get around this?also filed here aws/aws-graviton-getting-started#208
The text was updated successfully, but these errors were encountered: