sympy installed, however sympy.mpmath not found
问题 I want to use the jacobDN function in sympy, so I download it and python setup.py install it, successfully. When I want to use it as in the documentation does: >>> from sympy.mpmath import * Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named mpmath >>> Import everything from sympy is successful: >>> from sympy import * >>> Then I installed mpmath individually, then I can use the ellipfun from mpmath. However an annoying mpf is shown: >>> from