FAQ

Q: How to resolve the following error when running scene_synthesizer in Python 3.7?

Exception: pyglet 2.0.7 requires Python 3.8 or newer.

A: Install a 1.X version of pyglet:

pip install "pyglet<2"