When creating a vm through vagrant, during setup this error pops up: debian10: fontparts 0.9.6 has requirement booleanOperations>=0.9.0, but you'll have booleanoperations 0.8.2 which is incompatible.
Ignoring it leads to makeotf not being found during the build process, similar to #4162
I managed to work around this by removing afdko and manually installing version 2.8.1 through pip, I haven't tried out any later versions.
Hey there!
When creating a vm through vagrant, during setup this error pops up:
debian10: fontparts 0.9.6 has requirement booleanOperations>=0.9.0, but you'll have booleanoperations 0.8.2 which is incompatible.Ignoring it leads to
makeotfnot being found during the build process, similar to #4162I managed to work around this by removing afdko and manually installing version 2.8.1 through pip, I haven't tried out any later versions.