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

setup.py Python 2.6 failure #9

Closed
metachris opened this issue Nov 8, 2015 · 0 comments
Closed

setup.py Python 2.6 failure #9

metachris opened this issue Nov 8, 2015 · 0 comments

Comments

@metachris
Copy link

Downloading pdfminer.six-20151013.zip (4.2MB)
  100% |################################| 4.2MB 141kB/s 
  Traceback (most recent call last):
    File "<string>", line 20, in <module>
    File "/tmp/pip-build-QgQ8RT/pdfminer.six/setup.py", line 12, in <module>
      install_requires=['six', 'chardet'] if sys.version_info.major>2 else ['six'],
  AttributeError: 'tuple' object has no attribute 'major'
  Complete output from command python setup.py egg_info:
  Traceback (most recent call last):

    File "<string>", line 20, in <module>

    File "/tmp/pip-build-QgQ8RT/pdfminer.six/setup.py", line 12, in <module>

      install_requires=['six', 'chardet'] if sys.version_info.major>2 else ['six'],

  AttributeError: 'tuple' object has no attribute 'major'
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

2 participants