Hi,
I downloaded sympy from git and ran "bin/use2to3" but seems that it does
not convert mpmath. The directory is missing in "py3k-sympy".
I get the following error:
>>> import sympy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "sympy\__init__.py", line 49, in <module>
from sympy.core import *
File "sympy\core\__init__.py", line 8, in <module>
from .expr import Expr, AtomicExpr
File "sympy\core\expr.py", line 4, in <module>
from .evalf import EvalfMixin
File "sympy\core\evalf.py", line 6, in <module>
import sympy.mpmath.libmp as libmp
ImportError: No module named mpmath.libmp
Any ideas?
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/sympy/-/NZnf8ufSjhAJ.
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?hl=en.