【发布时间】:2013-06-23 12:26:46
【问题描述】:
我尝试使用 PIP 安装 MeetMe newrelic-plugin-agent,如 https://github.com/MeetMe/newrelic-plugin-agent 中所述
但是,我有这个错误信息:
#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
日志是:
------------------------------------------------------------
/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
感谢您的帮助。
【问题讨论】:
标签: pip newrelic-platform