Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] aws-cli: outdated boto dependency
@ 2019-09-06 14:18 voidlinux-github
  2019-09-06 14:29 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-06 14:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]

New issue by teotwaki on void-packages repository

https://github.com/void-linux/void-packages/issues/14253

Description:
### System

* xuname:  
  *Void 4.19.68_1 x86_64 GenuineIntel uptodate rF*
* package:  
  *aws-cli-1.16.231_1*

### Expected behavior

`aws configure` should prompt the user to setup the CLI tool. Example:

```
$ aws configure
AWS Access Key ID [None]: accesskey
AWS Secret Access Key [None]: secretkey
Default region name [None]: us-west-2
Default output format [None]:
```

### Actual behavior

```
$ aws configure

Credential named assume-role-with-web-identity not found.
```

### Steps to reproduce the behavior

- Update to the latest available `aws-cli` package
- Run `aws configure`

### Cause

This appears to be due to an outdated version of botocore (https://github.com/aws/aws-cli/issues/4371). AWS Support recommends to upgrade botocore to version >=1.12.201. Currently `python3-botocore-1.12.148_1` is pulled instead.

/cc @leahneukirchen 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: aws-cli: outdated boto dependency
  2019-09-06 14:18 [ISSUE] aws-cli: outdated boto dependency voidlinux-github
@ 2019-09-06 14:29 ` voidlinux-github
  2019-09-26  3:37 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-06 14:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/14253#issuecomment-528877636

Comment:
Try with 1.12.223.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: aws-cli: outdated boto dependency
  2019-09-06 14:18 [ISSUE] aws-cli: outdated boto dependency voidlinux-github
  2019-09-06 14:29 ` voidlinux-github
@ 2019-09-26  3:37 ` voidlinux-github
  2019-09-26  7:01 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-26  3:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

New comment by bobertlo on void-packages repository

https://github.com/void-linux/void-packages/issues/14253#issuecomment-535318778

Comment:
@teotwaki has this issue resolved for you with the newer versions? It is working for me with the example you provided.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: aws-cli: outdated boto dependency
  2019-09-06 14:18 [ISSUE] aws-cli: outdated boto dependency voidlinux-github
  2019-09-06 14:29 ` voidlinux-github
  2019-09-26  3:37 ` voidlinux-github
@ 2019-09-26  7:01 ` voidlinux-github
  2019-09-26 13:49 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-26  7:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

New comment by teotwaki on void-packages repository

https://github.com/void-linux/void-packages/issues/14253#issuecomment-535368310

Comment:
@bobertlo I switched to the pypi-provided version of aws-cli instead of the xbps one to solve this issue for me, just reported it here for completeness/others.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: aws-cli: outdated boto dependency
  2019-09-06 14:18 [ISSUE] aws-cli: outdated boto dependency voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-26  7:01 ` voidlinux-github
@ 2019-09-26 13:49 ` voidlinux-github
  2019-09-26 14:02 ` voidlinux-github
  2019-09-27 12:20 ` [ISSUE] [CLOSED] " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-26 13:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

New comment by bobertlo on void-packages repository

https://github.com/void-linux/void-packages/issues/14253#issuecomment-535510415

Comment:
Ok. Sorry about that. I will watch this closer. Someone bumped aws-cli without bumping botocore at some point. I was away for a while but will try to update this more regularly (but probably not daily ;)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: aws-cli: outdated boto dependency
  2019-09-06 14:18 [ISSUE] aws-cli: outdated boto dependency voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-26 13:49 ` voidlinux-github
@ 2019-09-26 14:02 ` voidlinux-github
  2019-09-27 12:20 ` [ISSUE] [CLOSED] " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-26 14:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

New comment by bobertlo on void-packages repository

https://github.com/void-linux/void-packages/issues/14253#issuecomment-535516436

Comment:
Another note is I tested this on a different box that had aws installed from pip and the dependencies were all screwy after I removed just aws. python is the worst ;) otherwise I think this can be closed.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] aws-cli: outdated boto dependency
  2019-09-06 14:18 [ISSUE] aws-cli: outdated boto dependency voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-26 14:02 ` voidlinux-github
@ 2019-09-27 12:20 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-27 12:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1015 bytes --]

Closed issue by teotwaki on void-packages repository

https://github.com/void-linux/void-packages/issues/14253

Description:
### System

* xuname:  
  *Void 4.19.68_1 x86_64 GenuineIntel uptodate rF*
* package:  
  *aws-cli-1.16.231_1*

### Expected behavior

`aws configure` should prompt the user to setup the CLI tool. Example:

```
$ aws configure
AWS Access Key ID [None]: accesskey
AWS Secret Access Key [None]: secretkey
Default region name [None]: us-west-2
Default output format [None]:
```

### Actual behavior

```
$ aws configure

Credential named assume-role-with-web-identity not found.
```

### Steps to reproduce the behavior

- Update to the latest available `aws-cli` package
- Run `aws configure`

### Cause

This appears to be due to an outdated version of botocore (https://github.com/aws/aws-cli/issues/4371). AWS Support recommends to upgrade botocore to version >=1.12.201. Currently `python3-botocore-1.12.148_1` is pulled instead.

/cc @leahneukirchen 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-09-27 12:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06 14:18 [ISSUE] aws-cli: outdated boto dependency voidlinux-github
2019-09-06 14:29 ` voidlinux-github
2019-09-26  3:37 ` voidlinux-github
2019-09-26  7:01 ` voidlinux-github
2019-09-26 13:49 ` voidlinux-github
2019-09-26 14:02 ` voidlinux-github
2019-09-27 12:20 ` [ISSUE] [CLOSED] " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).