No module named validate.data
Hi, hi!
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