-
Notifications
You must be signed in to change notification settings - Fork 4
Description
At least on OSX, setup from the current master branch fails with:
"ModuleNotFoundError: No module named 'geometry'"
Presumably, this refers to the PyGeometry package: https://github.com/AndreaCensi/geometry
pip install PyGeometry superficially works but then the package gives an import error:
ImportError: cannot import name 'operatorPrecedence' from 'pyparsing' (/opt/homebrew/Cellar/sip/6.6.1/libexec/lib/python3.9/site-packages/pyparsing/__init__.py)
This looks like a regression error in the library and there is some mentioning of changes in pyparsing that would need to be taken into account but I didn't investigate this further. It looks like the PyGeometry package is not maintained. I have tried installing from the github master branch and the problem persists.