Hi I was working on adding a fix for this but:
The current implementation of numerical_approx has
x = x = x._convert(kwds)
if is_a_numeric(x._gobj):
res = py_object_from_numeric(x._gobj)
elif is_a_constant(x._gobj):
res = x.pyobject()
else
On Monday, 14 May 2018 14:53:32 UTC-4, Jack Fearnley wrote:
>
> I just installed Sagemath 8.1 from the ubuntu repository on a fresh
> install of Ubuntu 18.04. This was a large which loaded many packages
> including Python2.7.
>
> When I came to run sage I got the following:
> **