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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
There is a missing . venv/bin/active; prefix in the call to scripts/dump-glyphs-rules.py (line 49)
The failure is "missing glyphsLib", even though the library is installed in the venv.
This is an issue if the requirements are only installed in the virtual environment, and not globally installed.
(But using the venv call will ensure the libraries stay in sync)
There is a missing
. venv/bin/active;prefix in the call toscripts/dump-glyphs-rules.py(line 49)The failure is "missing glyphsLib", even though the library is installed in the venv.
This is an issue if the requirements are only installed in the virtual environment, and not globally installed.
(But using the venv call will ensure the libraries stay in sync)