cevoaustralia / aws-google-auth

Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
MIT License
537 stars 181 forks source link

Unable to install aws-google-auth with U2F libraries #85

Closed kaldebert closed 6 years ago

kaldebert commented 6 years ago

When executing the command line: sudo pip install aws-google-auth[u2f] I got this error: no matches found: aws-google-auth[u2f]

Could you help me with this?

The command line sudo pip install aws-google-auth works well. The tool is installed but I got the message Failed to import U2F libraries, U2F login unavailable. Other methods can still continue. when I try to run the tool.

stevemac007 commented 6 years ago

I'm not actually sure how this works myself (not having a u2f device).

Let me investigate and see if we need updated instructions.

ErmisCat commented 6 years ago

Are you using ZSH? You can either try to escape the brackets or just use bash to install.

kaldebert commented 6 years ago

I'm using ZSH. You're right it was just an escaping issue. It works with: sudo pip install "aws-google-auth[u2f]"

stevemac007 commented 6 years ago

Great to know - Thanks @ErmisCat for the pointer - I'll add a note to the README to highlight this.