-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
Please fix/handle Python 3 incompatibility.
When I tried to install, I got this:
halis@eleanor ~ (master) $ pip install ansigenome
Collecting ansigenome
Using cached ansigenome-0.5.6.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/tmp/pip-build-xng2b7ao/ansigenome/setup.py", line 8
print "Ansigenome needs setuptools in order to build. " + \
^
SyntaxError: Missing parentheses in call to 'print'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-xng2b7ao/ansigenome
Some version info:
halis@eleanor ~ (master) $ pip -V
pip 7.1.2 from /usr/lib64/python3.4/site-packages (python 3.4)
halis@eleanor ~ (master) $ python
Python 3.4.3 (default, Nov 11 2015, 11:23:26)
[GCC 4.9.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
Reactions are currently unavailable