I tried to install MeetMe newrelic-plugin-agent
as described in https://github.com/MeetMe/newrelic-plugin-agent with PIP
but, I have this error message :
#pip install newrelic-plugin-agent
Downloading/unpacking newrelic-plugin-agent
Real name of requirement newrelic-plugin-agent is newrelic_plugin_agent
Could not find any downloads that satisfy the requirement newrelic-plugin-agent
No distributions at all found for newrelic-plugin-agent
The logs are :
------------------------------------------------------------
/usr/local/bin/pip run on Sun Jun 23 12:21:48 2013
Downloading/unpacking newrelic-plugin-agent
Getting page https://pypi.python.org/simple/newrelic-plugin-agent/
Could not fetch URL https://pypi.python.org/simple/newrelic-plugin-agent/: HTTP Error 404: Not Found (newrelic_plugin_agent does not have any releases)
Will skip URL https://pypi.python.org/simple/newrelic-plugin-agent/ when looking for download links for newrelic-plugin-agent
Getting page https://pypi.python.org/simple/
Real name of requirement newrelic-plugin-agent is newrelic_plugin_agent
URLs to search for versions for newrelic-plugin-agent:
* https://pypi.python.org/simple/newrelic_plugin_agent/
Getting page https://pypi.python.org/simple/newrelic_plugin_agent/
Could not fetch URL https://pypi.python.org/simple/newrelic_plugin_agent/: HTTP Error 404: Not Found (newrelic_plugin_agent does not have any releases)
Will skip URL https://pypi.python.org/simple/newrelic_plugin_agent/ when looking for download links for newrelic-plugin-agent
Could not find any downloads that satisfy the requirement newrelic-plugin-agent
Thanks for your help.