Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: could not create '/opt/datadog-agent\bin': Permission denied #133

Open
leapar opened this issue Mar 23, 2017 · 1 comment
Open

error: could not create '/opt/datadog-agent\bin': Permission denied #133

leapar opened this issue Mar 23, 2017 · 1 comment

Comments

@leapar
Copy link

leapar commented Mar 23, 2017

`
$ "/opt/datadog-agent/embedded/bin/pip" install --install-option="--install-scripts=/opt/datadog-agent\bin" docker-py==1.10.6

Copying websocket_client.egg-info to /opt/datadog-agent/embedded/lib/python2.7/site-packages/websocket_client-0.40.0-py2.7.egg-info
running install_scripts
creating /opt/datadog-agent\bin
error: could not create '/opt/datadog-agent\bin': Permission denied
`

should be $ "/opt/datadog-agent/embedded/bin/pip" install --install-option="--install-scripts=/opt/datadog-agent/bin" docker-py==1.10.6

@olivielpeau
Copy link
Member

Hi @leapar, thanks for reporting this issue!

Could you add more details on the issue you encountered, namely:

  • the environment the command run under (omnibus build? installed agent?)
  • any details on your OS, the version of the agent, etc

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants