poretools icon indicating copy to clipboard operation
poretools copied to clipboard

Python >= 2.7 is wrong

Open jwhite007 opened this issue 8 years ago • 2 comments

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/

jwhite007 avatar Dec 04 '17 18:12 jwhite007

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

alartin avatar Mar 01 '18 05:03 alartin

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)?

john-alexander avatar Aug 09 '19 15:08 john-alexander