poretools
poretools copied to clipboard
Python >= 2.7 is wrong
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/
From setup.py, it should be higher than 2.7 lower than 3.0
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)?