arq5x / poretools

a toolkit for working with Oxford nanopore data
MIT License
239 stars 90 forks source link

Python >= 2.7 is wrong #161

Open jwhite007 opened 6 years ago

jwhite007 commented 6 years ago

Attempting to install to Python3

$ pip3 install git+https://github.com/arq5x/poretools.git
Collecting git+https://github.com/arq5x/poretools.git
  Cloning https://github.com/arq5x/poretools.git to /tmp/pip-w1sw56yo-build
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-w1sw56yo-build/setup.py", line 6
        print version
                    ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print(version)?

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-w1sw56yo-build/
alartin commented 6 years ago

From setup.py, it should be higher than 2.7 lower than 3.0

john-alexander commented 5 years ago

I have the same error $ python setup.py install --user File "setup.py", line 6 print version ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(version)?