As reported in https://ask.sagemath.org/question/72642/does-sympy-break-cyclotomicfield/ , importing sympy as from sympy import * and then trying to construct a CyclotomicField as K = CyclotomicField(32) results in an error: TypeError: unable to coerce <class 'sympy.core.numbers.Integer'> to an integer This seems to be a bug. The NumberField class does not seem to be affected. Importing sympy as: import sympy seems to work for me. Specs: Ubuntu 22.04. Checked on Sage 9.8 and 10.0.
Knd regards, Alexander -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/ed0a8b32-f9e4-415e-ad95-41796a51b4dfn%40googlegroups.com.