New issue 213 by vlada.pe...@gmail.com: SyntaxErrors when installing with
pip
http://code.google.com/p/mpmath/issues/detail?id=213
vperic-laptop:/home/vperic/devel/sympy # pip-2.7 install mpmath
Downloading/unpacking mpmath
Downloading mpmath-0.17.tar.gz (465Kb): 465Kb downloaded
Running setup.py egg_info for package mpmath
Installing collected packages: mpmath
Running setup.py install for mpmath
SyntaxError: ('invalid syntax',
('/usr/local/lib/python2.7/site-packages/mpmath/libmp/exec_py3.py', 1,
12, 'exec_ = exec\n'))
SyntaxError: ('invalid syntax',
('/usr/local/lib/python2.7/site-packages/mpmath/tests/extratest_gamma.py',
50, 35, ' print("%s ok;" % name, end=\' \')\n'))
SyntaxError: ('invalid syntax',
('/usr/local/lib/python2.7/site-packages/mpmath/tests/torture.py', 80,
27, ' print(".", end=\' \')\n'))
Successfully installed mpmath
Cleaning up...
---
Everything works fine (I think) but it's bad form to have errors during
installation. See also the related SymPy issue at:
http://code.google.com/p/sympy/issues/detail?id=2598
Gah, now I see this has already been reported (twice!). I'll post my
comment on issue #204.