As discussed in this Discourse post, pycontracts v1.8, that the tracker depends on, is incompatible with the recently released pyparsing, because of the deprecated operatorPrecedence that was removed in pyparsing v3.
This means that in Python 3 environments, pyparsing v3 will be installed as an indirect dependency of the tracker, resulting in error.
As discussed in this Discourse post,
pycontractsv1.8, that the tracker depends on, is incompatible with the recently releasedpyparsing, because of the deprecatedoperatorPrecedencethat was removed in pyparsing v3.This means that in Python 3 environments, pyparsing v3 will be installed as an indirect dependency of the tracker, resulting in error.