### FAQ ### **Q: How to resolve the following error when running scene_synthesizer in Python 3.7?** .. code-block:: bash Exception: pyglet 2.0.7 requires Python 3.8 or newer. **A:** Install a 1.X version of pyglet: .. code-block:: bash pip install "pyglet<2"