Comment #39 on issue 2482 by brad.froehle: Stop bundling mpmath
http://code.google.com/p/sympy/issues/detail?id=2482
I've read through the comments and I appreciate those that deal with the
end user experience. However I think this points to an even stronger need
to unbundle mpmath. As an end user, I expect to be able to install the
Python 3 version of sympy just by doing:
$ python3 setup.py install
It's how all the other Python packages work (IPython, NumPy, etc).
As pointed out above, it's really simple to just add use_2to3 to the
distutils setup call (perhaps after importing setuptools in Python 3) to
have 2to3 automatically run.
In regards to worries that mpmath might be out of date and cause strange
bugs, we can easily deal with that by just checking mpmath.__version__.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.