Description
Confirm by changing [ ] to [x] below:
- I've gone though the User Guide and the API reference
- I've searched for previous similar issues and didn't find any solution
Issue is about usage on:
- Service API : I want to do X using Y service, what should I do?
- CLI : passing arguments or cli configurations.
- Other/Not sure.
Platform/OS/Hardware/Device
Archlinux, but this is platform-agnostic issue.
Describe the question
Currently it is really hard to track the aws-cli v2 for the purpose of packaging it. My steps basically are
git checkout TAG
pip install -r requirements.txt
pip install .
and that works fine until there is an update to botocore, since at that
point it will stop being possible to install previous tags. I would like you
to consider making the dev versions in botocore actual tags, so that the
installation will work even after you release new version.
The exact same thing happend yeasterday, there was new botocore released
but 2.0.20 was not (yet), so in that interval it was just not possible to install
it.
But my python-fu is not the strongest, maybe there are flags to pip that would
solve this?
Logs/output
Get full traceback and error logs by adding --debug
to the command.
N/A