[sage-support] can not install coxeter3 in sage, my system is mcos

2025-01-26 Thread min jiang
I installed the software by macos`s SageMath-10.5_x86_64.dmg file.It can run simple code,such as 1 +1 etc. But when I run some advanced pkgs, it will throw some errors, for example: when i run this code:

[sage-support] macos install sagemath but can not install coceter3

2025-01-26 Thread min jiang
when i run this code: R. = LaurentPolynomialRing(ZZ, 'v') W = CoxeterGroup('A3', implementation='coxeter3') H = IwahoriHeckeAlgebra(W, v**2); Cp=H.Cp() Cp.product_on_basis(W([1,2,1]), W([3,1])) Cp.product_on_basis(W([1,2,1]), W([3,1,2])) it will be wrong and the error msg is : RuntimeError Trace