You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build Failure Due to Deprecated pipes Module in ninja
Issue
The version of ninja used by the build system relies on the pipes module, which has been deprecated and removed in Python 3.13. As a result, builds fail on systems using Python 3.13, such as Arch Linux and Fedora 41 (from
Workaround
Downgrade to Python 3.12
Use a virtual environment with an older Python version (e.g., Python 3.12).