Skip to content

Incompatibility with pyparsing >= 3 #98

@lindycoder

Description

@lindycoder

Hello!

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.

From pyparsing code:

operatorPrecedence = infixNotation
"""(Deprecated) Former name of :class:`infixNotation`, will be
dropped in a future release."""

https://github.com/pyparsing/pyparsing/blob/pyparsing_2.4.7/pyparsing.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions