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

Installation Error: Error 1 #167

Closed sysadminAbtrace closed 10 months ago

sysadminAbtrace commented 2 years ago

Hello,

Trying to install awsume on a AWS Workspace and I am getting the following error:

ERROR: Command errored out with exit status 1: 'C:\Python310\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'D:\Users\theodore\AppData\Local\Temp\pip-install-785h_jja\psutil_0bcd3e15f877442fa8a829e633d5b0cc\setup.py'"'"'; file='"'"'D:\Users\theodore\AppData\Local\Temp\pip-install-785h_jja\psutil_0bcd3e15f877442fa8a829e633d5b0cc\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'D:\Users\theodore\AppData\Local\Temp\pip-record-qtfwl318\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Python310\Include\psutil' Check the logs for full command output.

What am I missing here?

mtskillman commented 10 months ago

@sysadminAbtrace please provide more information on what method/approach you are using to install awsume. (apologies for the ~2 years delay here)

sysadminAbtrace commented 10 months ago

It would have been pip. But this is ancient now, I have since then changed machines and can't reproduce the bug.