-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Namespace' object has no attribute 'cli_binary_format' #119
Comments
Did you guys install version 2 of the aws cli using the packaged module? https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html It 'embeds' its own python according to the docs. I'm not sure how/if |
Same here. |
This issue is also present in |
Is this guidance for how a SAWS user can resolve this issue, or is it guidance for how SAWS development can resolve this issue? If the former I'm not actually clear on what I can do as a SAWS user to get this rolling |
Have the same issue? Any fix for this? |
Solved using |
If you used to use pipx, to fix the issue you need one another command: pipx install saws
pipx runpip saws install aws |
Note: To find the
|
I have had this issue for several days now, turns out when I call aws cli from python somewhere along the line boto3 adds AWS_DATA_PATH to the env.
|
I am running saws under py3.6 under virtualenv with aws CLI2 (which I need for sso). I am getting the following error for any aws command I try:
'Namespace' object has no attribute 'cli_binary_format'
I tried explicitly setting that attribute in the default section of my .aws/config file but that doesn't help. Note that setting this attribute is a new feature of CLI2
The text was updated successfully, but these errors were encountered: