aszanti Posted May 2, 2020 Report Share Posted May 2, 2020 HelloI have a problem with SageMath 9.0 - after upgrading to F32, there are errors in the Jupyter notebook:sage -n jupyterSageMath version 9.0, Release Date: 2020-01-01Using Python 3.8.2.An example of a simple function:f (x) = x ^ 2after run i get:TypeError Traceback (most recent call last)/usr/lib64/python3.8/codeop.py in __call __ (self, source, filename, symbol) 134 135 def __call __ (self, source, filename, symbol):-> 136 codeob = compile (source, filename, symbol, self.flags, 1) 137 for feature in _features: 138 if codeob.co_flags & feature.compiler_flag:TypeError: required field "type_ignores" missing from ModuleThere is a clear incompatibility of Python 3.8 with SageMath!Can you do anything about it? Please help. Link to comment Share on other sites More sharing options...
aszanti Posted May 24, 2020 Author Report Share Posted May 24, 2020 It's already great. After updating the application SAGE, everything works well in the notebook. SAGE is good! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now