You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package manager is looking for awscli>=1.7.46, you might have an older version installed.
For the permission error there's some great info on Stack Overflow on how to fix those types of issues, but I suggest working in a virtualenv which would also keep your existing awscli in tact. If you're not familiar with virtualenv I listed commands and info here: #15.
In the log spew, I see
Downloading/unpacking awscli>=1.7.46 (from saws) Downloading awscli-1.8.6-py2.py3-none-any.whl (780kB): 780kB downloaded
But I already have awscli installed and configured
then I get this error
IOError: [Errno 13] Permission denied: '/usr/local/bin/aws'
It would be great if you could detect if awscli is installed and skip that step.
The text was updated successfully, but these errors were encountered: