You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error while starting the newrelic-plugin-agent. What could you possible reason?
newrelic-plugin-agent -c /etc/newrelic/newrelic-plugin-agent.cfg -f
Traceback (most recent call last):
File "/usr/bin/newrelic-plugin-agent", line 9, in <module>
load_entry_point('newrelic-plugin-agent==1.3.0', 'console_scripts', 'newrelic-plugin-agent')()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2566, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/lib/python2.7/site-packages/newrelic_plugin_agent/agent.py", line 23, in <module>
class NewRelicPluginAgent(helper.Controller):
AttributeError: 'module' object has no attribute 'Controller'
The text was updated successfully, but these errors were encountered:
Another workaround I've found was to reinstall and tell pip which version of helper to download with the -c option: pip install -c constraints.txt newrelic-plugin-agent
Where constraints.txt is a file that contains this line:
Getting this error while starting the newrelic-plugin-agent. What could you possible reason?
The text was updated successfully, but these errors were encountered: