[sage-devel] Why does mpath special case for the sage backend?

2021-03-25 Thread Rocky Bernstein
Recently this has been an issue in that sage doesn't expose the mpf class. See https://groups.google.com/g/sage-devel/c/hUJeK4r34k8 What is the history around having a special sage back end? If this is about Pythoin Pickle differences between Python2 and Python3, I support for Python2 were

[sage-devel] Re: Error building a wheel for cython-0.29.21

2021-03-25 Thread Matthias Koeppe
Sage 9.2 does not support building from source on macOS Big Sur. Use the 9.3 release candidate. https://wiki.sagemath.org/ReleaseTours/sage-9.3#Availability_of_Sage_9.3_and_installation_help On Thursday, March 25, 2021 at 10:26:41 AM UTC-7 la...@math.luc.edu wrote: > Thanks Samuel, > > My

[sage-devel] Re: Running MathicsSession inside Sage

2021-03-25 Thread Rocky Bernstein
I spent some time looking over the links in the ticket cited. I am trying to understand why mpmath decided to do something special for sage and whether that is relevant still. I will ask on mpmath... On Thursday, March 25, 2021 at 12:19:59 PM UTC-4 Matthias Koeppe wrote: > Sounds like

[sage-devel] Re: Running MathicsSession inside Sage

2021-03-25 Thread Matthias Koeppe
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 >

[sage-devel] Running MathicsSession inside Sage

2021-03-25 Thread seb....@gmail.com
Hi, Did anyone try this before? At the moment this stucks at the following issue: sage: import mpmath sage: mpmath.ctx_mp_python.mpf --- AttributeErrorTraceback (most recent call last) in >