Sounds like https://trac.sagemath.org/ticket/25445

On Thursday, March 25, 2021 at 7:24:43 AM UTC-7 seb....@gmail.com wrote:

> Hi,
>
> Did anyone try this before? At the moment this stucks at the following 
> issue:
>
> sage: import mpmath
> sage: mpmath.ctx_mp_python.mpf
> ---------------------------------------------------------------------------
> AttributeError                            Traceback (most recent call last)
> <ipython-input-2-8e8eed115623> in <module>
> ----> 1 mpmath.ctx_mp_python.mpf
>
> AttributeError: module 'mpmath.ctx_mp_python' has no attribute 'mpf'
>
>
> whereas
>
> ~/devel/sage$ ./local/bin/python3
> Python 3.9.2 (default, Mar 19 2021, 22:23:28)
> [GCC 7.4.0] on linux
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import mpmath
> >>> mpmath.ctx_mp_python.mpf
> <class 'mpmath.ctx_mp_python.mpf'>
>
>
> Any ideas what is the reason for this?
>
> For the background of this question see Mathics issue 1169 
> <https://github.com/mathics/Mathics/issues/1169>  especially this comment 
> <https://github.com/mathics/Mathics/issues/1169#issuecomment-806587816>.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/98843786-f8b9-4a60-b295-4253e9b31810n%40googlegroups.com.

Reply via email to