Python failing to import the UsdSchemaExamples from a clean build of Usd, this extends to other custom schemas build on that same build. Traceback (most recent call last): File "<stdin>", line 1, in ...
If you have pyparsing 3.0.9 installed, importing from pydot.dot_parser will fail. % pip install pyparsing==3.0.9 && pip install pydot % python -c 'from pydot.dot_parser import *' Traceback (most ...