Code Monkey home page Code Monkey logo

Comments (8)

MutatedBread avatar MutatedBread commented on August 29, 2024 3

Hello 👋 seeing there's no aws-cli in alpine 3.20 and traced to this issue. Not sure if this is the right outlet to ask, can we ask for help to release aws-cli for alpine 3.20?

from aws-cli.

tim-finnigan avatar tim-finnigan commented on August 29, 2024 3

Thanks for reporting — as mentioned above, #8342 is the tracking issue for Python 3.12 support in v2. Some additional testing is still required for 3.12 but I've informed the team about this Alpine issue.

from aws-cli.

fossdd avatar fossdd commented on August 29, 2024 3

For now I enabled aws-cli in Alpine v3.20 again with a couple of patches, but stable official Python 3.12 support would be great.

from aws-cli.

fossdd avatar fossdd commented on August 29, 2024 2

No, everything should work as intended. :)

from aws-cli.

fossdd avatar fossdd commented on August 29, 2024 1

Alpine disabled aws-cli on 3.20 because of missing Python 3.12 compat (tracked at #8342). If you use :latest, make sure to always read the release notes before upgrading: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.20.0

from aws-cli.

EricWorrall avatar EricWorrall commented on August 29, 2024

I found a workaround for the missing awscli on alpine issue (tested on node-18:alpine).

apk add --no-cache curl
apk add --no-cache make
apk add --no-cache cmake
apk add --no-cache gcc
apk add --no-cache g++
apk add --no-cache libc-dev
apk add --no-cache libffi-dev
apk add --no-cache openssl-dev
apk add --no-cache python3
python3 -m venv ~/.environment
source ~/.environment/bin/activate
pip install awscli
deactivate

Then keep the environment deactivated, but reactivate the .environment whenever you need to use an aws command.
source ~/.environment/bin/activate
aws ... <- aws commands
deactivate

Obviously use apk del on all the extra packages and rm -rf the .environment directory once you are done.

I'm not sure if the curl, make, etc. are required, just adding python3 might work, but it's been a long day so I froze the script changes the first time I made it work - they were first added when I was trying to install and build the awscli apk.

I needed venv because the alpine docker container was fussy about installing packages from sources other than the repository - but I'm not sure whether this applies to all containers.

from aws-cli.

MutatedBread avatar MutatedBread commented on August 29, 2024

Alpine disabled aws-cli on 3.20 because of missing Python 3.12 compat (tracked at #8342). If you use :latest, make sure to always read the release notes before upgrading: wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.20.0

Got it, thanks for the info 🙏

from aws-cli.

MutatedBread avatar MutatedBread commented on August 29, 2024

hey @fossdd, that's great to hear! will there be any caveats if we use aws-cli on Alpine v3.20?

from aws-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.