borglab/wrap

pyparsing install needed?

dellaert opened this issue · 2 comments

So, I just tried to rebuild gtsam on an older system, and it threw errors until I did "pip install pyparsing". I think that should not be required, right? Did something change from before?

pyparsing is needed if wrapping is enabled. It should be optional otherwise. We can look at this a bit later I guess?

This PR borglab/gtsam#1628 should resolve this. Closing, please reopen if still an issue.