agesys-dev team mailing list archive
-
agesys-dev team
-
Mailing list archive
-
Message #00176
[Bug 1654643] [NEW] pip install broken on Python 3 with no cython
Public bug reported:
When I try to pip install latest version with Python 3 on a system
without cython I get the following error:
Downloading oursql-0.9.3.2.tar.gz (187kB)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-xd8sydf3/oursql/setup.py", line 53
print "cython not found, using previously-cython'd .c file."
^
SyntaxError: Missing parentheses in call to 'print'
Should setup.py be using `from __future__ import print_function`?
** Affects: oursql
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Agesys
Team, which is subscribed to oursql.
https://bugs.launchpad.net/bugs/1654643
Title:
pip install broken on Python 3 with no cython
Status in oursql:
New
Bug description:
When I try to pip install latest version with Python 3 on a system
without cython I get the following error:
Downloading oursql-0.9.3.2.tar.gz (187kB)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-xd8sydf3/oursql/setup.py", line 53
print "cython not found, using previously-cython'd .c file."
^
SyntaxError: Missing parentheses in call to 'print'
Should setup.py be using `from __future__ import print_function`?
To manage notifications about this bug go to:
https://bugs.launchpad.net/oursql/+bug/1654643/+subscriptions