-
is there a 32 bit desktop (sometimes called i386) verion of aws cli? (x86) Checking here... ...I only see reference to
Background: stuff like the generation of the rasbperry-pi image currently needs a i386 debian docker image (ref), and if I want to extend this with aws, I have a problem -- I cannot find the 32 bit version of aws cli. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
x86/ia32 usage isn't currently supported explicitly, however the AWS CLI v2 is written in pure Python. Our binary distribution packages a complete Python environment, including all the requisite packages such as Update: You're free to attempt to use the Source Distribution, with instructions given here: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-source-install.html |
Beta Was this translation helpful? Give feedback.
x86/ia32 usage isn't currently supported explicitly, however the AWS CLI v2 is written in pure Python. Our binary distribution packages a complete Python environment, including all the requisite packages such as
cryptography
.Update: You're free to attempt to use the Source Distribution, with instructions given here: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-source-install.html