On Saturday, February 17, 2018 at 7:38:20 AM UTC, Ralf Stephan wrote: > > On Friday, February 16, 2018 at 10:05:02 AM UTC+1, Dima Pasechnik wrote: >> >> guppy.hpy() finds 149 objects >> dict of sympy.core.assumptions.ManagedProperties >> on the heap >> > > The solution of the original issue did not involve sympy so I was trying > to reproduce this, but when trying to SAGE_ROOT/local/bin/pip install guppy > I got > > pip is configured with locations that require TLS/SSL, however the ssl > module in Python is not available. > Collecting guppy > Could not fetch URL https://pypi.python.org/simple/guppy/: There was a > problem confirming the ssl certificate: Can't connect to HTTPS URL because > the SSL module is not available. - skipping > Could not find a version that satisfies the requirement guppy (from > versions: ) > No matching distribution found for guppy > > How did you install guppy? >
I ran ./sage --pip install guppy Anyhow, it seems that my guess about a leak in sympy is wrong. These sympy.core.assumptions.ManagedProperties is something one gets by importing sympy (or one of its components) -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
