usr/lib/python3/dist-packages/sympy/deprecated/class_registry.py:33: SymPyDeprecationWarning:
C, including its class ClassRegistry, has been deprecated since SymPy
1.0. It will be last supported in SymPy version 1.0. Use direct
imports from the defining module instead. See
https://github.com/sympy/sympy/issues/9371 for more info.
SymPyDeprecationWarning(
I temporarily use the following code to let the warning message not show.
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)