SageMath10.3 for arm failed to start with error messag:
File "/private/var/tmp/sage-10.3-current/local/var/lib/sage/venv-python3.11.1/lib/python3.11/site-packages/IPython/core/interactiveshell.py", line 331, in InteractiveShell
ast_transformers: List[ast.NodeTransformer] = List(
~~~~^^^^^^^^^^^^^^^^^^^^^
if I replace "List[ast.NodeTransformer] " with "ListType[ast.NodeTransformer]", sage starts working .