Skip to content
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

uv tool run iam_role_assumer with uv 0.5.30 works & 0.5.31 fails #11511

Closed
snowman2 opened this issue Feb 14, 2025 · 5 comments
Closed

uv tool run iam_role_assumer with uv 0.5.30 works & 0.5.31 fails #11511

snowman2 opened this issue Feb 14, 2025 · 5 comments
Labels
bug Something isn't working

Comments

@snowman2
Copy link

Summary

This is the process to reproduce the error with output:

uv tool install iam_role_assumer
Resolved 9 packages in 83ms
Downloading botocore (12.7MiB)
 Downloaded botocore
Prepared 9 packages in 221ms
Installed 9 packages in 145ms
 + boto3==1.36.20
 + botocore==1.36.20
 + click==8.1.8
 + iam-role-assumer==0.2.0
 + jmespath==1.0.1
 + python-dateutil==2.9.0.post0
 + s3transfer==0.11.2
 + six==1.17.0
 + urllib3==2.3.0
Installed 1 executable: iam_role_assumer
$(uv tool run iam_role_assumer assume -r arn:aws:iam::{aws_account_id}:role/{role_name})
warning: An executable named `iam-role-assumer` is not provided by package `iam-role-assumer`.
The: command not found

After downgrading to uv 0.5.30 it works without any issue.

Platform

Ubuntu 22 x86_64

Version

0.5.31

Python version

Python 3.11

@snowman2 snowman2 added the bug Something isn't working label Feb 14, 2025
@zanieb
Copy link
Member

zanieb commented Feb 14, 2025

Fixed already in #11329 will be out today

@snowman2
Copy link
Author

Thanks!

@snowman2 snowman2 reopened this Feb 14, 2025
@snowman2
Copy link
Author

The issue is still present in version 0.6.0.

@charliermarsh
Copy link
Member

I just fixed this in #11524.

@snowman2
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants