Ned Deily added the comment: It's not a bug and has nothing to do with pip per se. The PyPI entry of this package makes no claims that it is supported on Python 3 nor does its README. PEP 453 does not make any claims to add new capabilities to pip to automatically try to transform packages written for Python 2. If you installed pip with Python 3.3 and tried to install this package, you'd get exactly the same result. If you downloaded the package source and manually installed it with "python3 setup.py" (e.g. no pip), you'd still get the same result.
---------- nosy: +ned.deily _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20846> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com