Netflix-Skunkworks / aardvark

Aardvark is a multi-account AWS IAM Access Advisor API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: Setup script exited with error in funcsigs setup command: Invalid environment marker: python_version<"2.7"

stylianosrigas-ft opened this issue · comments

Hey guys, I got this error when running the aardvark setup in Amazon Linux OS. I managed to solve it by running first pip install pbr funcsigs locally and then the setup command. I also needed to install some extra packages listing them below:

--postgresql
--postgresql-devel
--python Development tools
--botocore==1.5.0
--pyasn1==0.1.8

this fixed the issue on the latest AMI:
pip install --upgrade pip && pip install --upgrade setuptools

@stylianosrigas-ft can you confirm the above fix please?

Can confirm, fix worked for me on Amazon Linux.

@mcpeak Fix worked for me too.

Got it, thanks all 👍