On 08/03/13 20:08, [email protected] wrote: > Hello! > > On Fri, 08 Mar 2013 09:46:08 +1300 > [email protected] wrote: > >> Sorry Vladimir, I got buried in stuff. Can you please uninstall gmpy? >> At least set MPMATH_NOGMPY=1 before emerging sympy. >> > I uninstalled gmpy, but I still get an error: > > AttributeError: 'module' object has no attribute 'ipapi' > > Full log: http://bpaste.net/show/82199/
That would be related to ipython from the log I can that this ipython interaction is coming through sage being called from mpmath itself called from sympy. Considering that sage 5.7 has switched to ipython 0.13.1 that your sage install is not completely consistent/complete. Do you have sage-baselayout at 5.7 and sage itself at 5.6? If that's the case one way out would be to unmerge sage, upgrade sympy, and then merge sage again. There are other ways but that's a bit more complicated. Francois
