awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 770 forks source link

OSError: [Errno 1] Operation not permitted: #101

Closed keithyau closed 6 years ago

keithyau commented 8 years ago

Hi there, I tried both command on my mac with the same error. i used sudo, but it is still operation not permitted. Any idea? thanks your help !

sudo pip install aws-shell --upgrade --ignore-installed six

sudo pip install aws-shell

image

jamesls commented 8 years ago

Are you on El Capitan? This is a known issue on El Capitan, but I'm surprised you're still getting this error even when you run --ignore-installed six. Can you confirm a few things for me?

  1. What version of Mac OS X are you running?
  2. Can you share the whole output of sudo pip install aws-shell --upgrade --ignore-installed six?