It looks like the URL provided in Setup.py file of Newrelic plugin is obsolete. Every time I try to run python setup.py install , I get following error:
Traceback (most recent call last): File "setup.py", line 5, in from setuptools import setup, find_packages ImportError: No module named setuptools
But setuptools package is well installed in the system.
Can anybody please help how to deal with it.
Note: There is nothing wrong with setuptools or python here. It is Setup.py file of newRelic that has the issue.