Looks like some updates were push to main for pycraft_main.py but not for the corresponding utilities:
Pycraft has ran into a problem module 'text_utils' has no attribute 'TextRenderer'
Traceback (most recent call last):
File "src/programs/pycraft_main.py", line 56, in __init__
Registry.fonts = text_utils.TextRenderer()
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'text_utils' has no attribute 'TextRenderer'