facebookarchive / augmented-traffic-control

Augmented Traffic Control: A tool to simulate network conditions
https://facebook.github.io/augmented-traffic-control
Other
4.33k stars 600 forks source link

installation issue #359

Open Gian-Michele opened 6 years ago

Gian-Michele commented 6 years ago

I'm not an expert on Python, during the installation process I run the command: "pip install atc_thrift atcd django-atc-api django-atc-demo-ui django-atc-profile-storage"

but the following error occur

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/six.pyc' Consider using the --user option or check the permissions.

can some one help me?

BR Gian Michele

dalmasi commented 6 years ago

you need to run your command with sudo try this: $sudo pip install atc_thrift atcd django-atc-api django-atc-demo-ui django-atc-profile-storage