ansible-auto-scaling-tutorial
ansible-auto-scaling-tutorial copied to clipboard
Installing boto
In my case
pip install -U python-boto
Collecting python-boto
Could not find a version that satisfies the requirement python-boto (from versions: )
No matching distribution found for python-boto
but
pip install -U boto
Collecting boto
Using cached https://files.pythonhosted.org/packages/23/10/c0b78c27298029e4454a472a1919bde20cb182dab1662cec7f2ca1dcc523/boto-2.49.0-py2.py3-none-any.whl
Installing collected packages: boto
Successfully installed boto-2.49.0
Proposition: change python-boto to boto. I do not know why, so anyone can explain?
https://stackoverflow.com/questions/2481287/how-do-i-install-boto