Closed Frederik-Roeckle closed 7 months ago
I could remove the issue - I think it was caused by an older version of pm4py. I installed pm4py 2.7.11.4 after uninstalling older version.
Thanks for the hint I'm going to install that version and try it out again
Thanks @labonipia When forcing the pm4py version to 2.7.11.4 it workded without a problem.
pip install --force-reinstall -v "pm4py==2.7.11.4"
The given script of the authors for calculating the complexity Metrics ("Complexity.py") ran into errors when calculating the complexity measures:
With all these measures the script raise an InvalidVersionException:
InvalidVersion(f"Invalid version: '{version}'") packaging.version.InvalidVersion: Invalid version: 'please use pm4py.algo.filtering.log.ltl.ltl_checker.eventually_follows'