makethunder / awsudo

sudo-like utility to manage AWS credentials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'PyYAML<5.5,>=3.10' distribution was not found and is required by awscli

ItsJoel88 opened this issue · comments

Hi , so I've just encountered an error when trying to execute awsudo command , the error is :
the 'PyYAML<5.5,>=3.10' distribution was not found and is required by awscli

and the command is :
awsudo env | grep AWS

this is output from command pip list , the PyYAML is there already :
Screen Shot 2022-08-31 at 12 04 23

I'm using macOS (zsh terminal) , I've tried several solutions from internet , and the error still persist , and I've tried the aws cli command and it's working fine.

Can anyone help me with this error ? Thank you!