On sage 9.6 and python 3.11:

>>> import gc
>>> from sage.all import SR
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python3.11/site-packages/sage/all.py", line 127, in <module>
    from sage.data_structures.all import *
  File "/usr/lib64/python3.11/site-packages/sage/data_structures/all.py",
line 2, in <module>
    from .bitset import Bitset, FrozenBitset
  File "sage/data_structures/bitset.pyx", line 1, in init
sage.data_structures.bitset
ModuleNotFoundError: No module named 'memory_allocator'

This doesn't raise exception in sage shell.

-- 
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/CAGUWgD-z_VKPpgZYk64%2BgUECeRjzs4J4rTDDWDOpsU4-nW%3DSuw%40mail.gmail.com.

Reply via email to