It seems the 'operatorPrecendence' that was deprecated is not available anymore and produces:
ImportError: cannot import name 'operatorPrecedence' from 'pyparsing'
Maybe the requirements of should be updated to "pyparsing<3" or fixed.
operatorPrecedence = infixNotation
"""(Deprecated) Former name of :class:`infixNotation`, will be
dropped in a future release."""
Hello!
It seems the 'operatorPrecendence' that was deprecated is not available anymore and produces:
Maybe the requirements of should be updated to "pyparsing<3" or fixed.
From pyparsing code:
https://github.com/pyparsing/pyparsing/blob/pyparsing_2.4.7/pyparsing.py