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)