googlesamples / assistant-sdk-python

Samples and bindings for the Google Assistant API
http://developer.google.com/assistant/sdk
Apache License 2.0
915 stars 321 forks source link

getting error message 13. ibrary/Python/2.7/site-packages/certifi' Consider using the `--user` option or check the permissions. #244

Closed mizrahidiamond closed 6 years ago

mizrahidiamond commented 6 years ago

when installing Instabot.py I get the following error message. Any idea how to fix ?

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/certifi' Consider using the --user option or check the permissions.

Fleker commented 6 years ago

If you are installing with pip, you can use a virtual environment (recommended), --user as an install flag (also recommended), or run as sudo (less recommended).

prodnet commented 5 years ago

And how to execute it with --user ?

Fleker commented 5 years ago

pip install --user SomePackage

UmerFrooq commented 5 years ago

Thanks @Fleker

ispenser-byte commented 4 years ago

厉害