thegooglecodearchive / mpmath

Automatically exported from code.google.com/p/mpmath
Other
0 stars 0 forks source link

SyntaxErrors when installing with pip #213

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by vlada.pe...@gmail.com on 23 Jul 2011 at 12:31

GoogleCodeExporter commented 9 years ago
Gah, now I see this has already been reported (twice!). I'll post my comment on 
issue #204.

Original comment by vlada.pe...@gmail.com on 23 Jul 2011 at 1:40