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

Startup fails with "AttributeError: 'tuple' object has no attribute 'major'" #556

Open
CodyErekson opened this issue Jul 18, 2018 · 0 comments

Comments

@CodyErekson
Copy link

Hello,
I am trying to install newrelic-plugin-agent on a CentOS 6.10 server which uses Python2.6. (I am very unfamiliar with Python BTW.)
When trying to start the plugin either manually or via an init script, I get the following
Traceback (most recent call last): File "/usr/bin/newrelic-plugin-agent", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 72, in <module> from . import py31compat File "/usr/lib/python2.6/site-packages/pkg_resources/py31compat.py", line 18, in <module> sys.version_info.major == 2 or AttributeError: 'tuple' object has no attribute 'major'

May I please have some assistance with this?

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

1 participant