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 Jun 12, 2023. It is now read-only.
I'm currently stuck on the building of build repo. I've tinkerred with the code, but each change leads to a new error so far. Any ideas?
./Forc/forc.py -m manifest/font/manifest.json -a manifest/font/aliases.json -i out/font_sources -o out/fonts -F [formats] --afsc Traceback (most recent call last): File "./Forc/forc.py", line 9, in <module> from start import start File "/home/caseybasichis/Prog/font/build/Forc/start.py", line 6, in <module> from manifest.manifest import checkTransformManifest File "/home/caseybasichis/Prog/font/build/Forc/manifest/manifest.py", line 3, in <module> from manifest.metadata import checkTransformMetadata File "/home/caseybasichis/Prog/font/build/Forc/manifest/metadata.py", line 2, in <module> from validate.data import validatePostScriptName ModuleNotFoundError: No module named 'validate.data'; 'validate' is not a package