trek10inc / awsume

A utility for easily assuming AWS IAM roles from the command line.
https://awsu.me
MIT License
485 stars 90 forks source link

non-interactive awsume - VSCode ModuleNotFoundError #187

Closed vishnurpiper closed 10 months ago

vishnurpiper commented 1 year ago

Attempting to use awsume in my python scripts, just can't figure out how to get the imports to work? I am using windows and running WSL Remote Ubuntu where awsume is installed.

I went looking for the python files in /home//.local/bin/awsume and no luck. Help please!

image

LucasZielke commented 1 year ago

Have you referred to the docs on Non interactive awumse: The location you've printed out is the bin folder, the awsume python scripts are stored within your lib/site-packages , something like /.local/lib/python<version>/site-packages/awsume/

mtskillman commented 10 months ago

closing due to inactivity