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
After cloning the repo, installing the requirements and running make I get No module named 'fontFeatures.pathUtils'. It looks like pathUtils was removed from that package. Should the requirements be locked down more to specific versions?
The text was updated successfully, but these errors were encountered:
but now after the progress bar reaching 100% get a new error:
Traceback (most recent call last):
File "/Users/me/src/Gulzar/venv/bin/fez2fea", line 44, in<module>
print(p.fontfeatures.asFea(do_gdef=args.do_gdef))
File "/Users/me/src/Gulzar/venv/lib/python3.10/site-packages/fontFeatures/feaLib/FontFeatures.py", line 21, in asFea
returnself.asFeaAST(**kwargs).asFea()
File "/Users/me/src/Gulzar/venv/lib/python3.10/site-packages/fontFeatures/feaLib/FontFeatures.py", line 149, in asFeaAST
pre = k.feaPreamble(self)
File "/Users/me/src/Gulzar/venv/lib/python3.10/site-packages/fontFeatures/feaLib/Routine.py", line 35, in feaPreamble
if self.flags & 0xFF00:
TypeError: unsupported operand type(s) for&:'dict' and 'int'
@simoncozens or @JWesorick
I attempted the make command using the same configuration, and encountered a similar error (with fontFeatures==1.7.3 set). So, I would be grateful if you could provide any guidance on resolving this issue. Do you have any update?
After cloning the repo, installing the requirements and running
make
I getNo module named 'fontFeatures.pathUtils'
. It looks like pathUtils was removed from that package. Should the requirements be locked down more to specific versions?The text was updated successfully, but these errors were encountered: