-
Notifications
You must be signed in to change notification settings - Fork 201
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
graviton gcc flags break pip install #208
Comments
I tried setting CFLAGS manually and installing psutil on AL2 and it seems to work. Node that GCC7 (the default) on AL2 doesn't recognize
|
Was able to install psutil on AL2:
Also doing |
@liquidcarbon were you able to get psutil installed with pip on Graviton AL2? |
Thanks everyone for replies. I reverted to x86 for now but if we need to move to Graviton I feel like there's enough pointers here. Feel free to close. |
I'm running into trouble with C-dependent python packages, specifically
psutil
on Amazon Linux 2 x2gd.largeIt seems like it was meaning to run
gcc -march=armv8.2-a+fp16+rcpc+dotprod+crypto _some_target_
, but instead an extra space sneaked in and the whole.2-a+fp16+rcpc etc.
part fell off. Anyone knows how to get around this?The text was updated successfully, but these errors were encountered: