-
I am trying to install awscli 1.25.61 for Python 3.10.5 using pip on a RHEL 8 system, and it is failing with an error message about Cython:
After using pip to install Cython successfully, I still got the same output. I'd appreciate any assitance. The full output is below:
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
shang-lin
Aug 26, 2022
Replies: 1 comment
-
I found out that awscli 1.25.61 is obsolete. Now I've installed awscli v2 using the bundled installer, and everything seems to be working. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shang-lin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found out that awscli 1.25.61 is obsolete. Now I've installed awscli v2 using the bundled installer, and everything seems to be working.