gimme-aws-creds: Gimme-aws-creds no longer works in Powershell after updating from 2.3.1 to 2.3.3
2.3.1 was running perfectly today in Powershell. As soon as I ran pip3 install --upgrade gimme-aws-creds, I type in gimme-aws-creds and I get nothing. Not sure how I can see the errors, or force an install of the older version (I’m currently working on that)
Thanks! -Jaime
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 22 (6 by maintainers)
@PrivoChapin I tried that fix but it didn’t pan out for me. I used the windows 64 installer on (https://www.python.org/downloads/release/python-396/), chose to add python to environment checkbox of course. Then did pip3 install --upgrade gimme-aws-creds
However, after that changed the error and that lead me to this stack exchange article.
error:
“Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.”
https://stackoverflow.com/questions/65348890/python-was-not-found-run-without-arguments-to-install-from-the-microsoft-store
Using the second suggestion "3.Go to -> “start” and type “Manage App Execution Aliases” .Go to it and turn off “python”
and unchecking both of the python radio dots worked.