There were two modules parser and symbol which have been removed in python 3.10. these were only used in one function (tweak_field) in the utils.py file although that function itself was not used anywhere else in moose-core. Removed that function and the import to parser and symbol modules.
There were two modules parser and symbol which have been removed in python 3.10. these were only used in one function (tweak_field) in the utils.py file although that function itself was not used anywhere else in moose-core. Removed that function and the import to parser and symbol modules.