I got the following error message.
File "/Users/fneuhaus/Library/Python/3.8/lib/python/site-packages/gavel_owl/dialects/annotated_owl/macleod_clif_parser.py", line 3, in
import ply.lex as lex
ModuleNotFoundError: No module named 'ply'
I installed it afterwards, but probably it should be installed automatically when installing fowl
This should have been fixed by commit bdd67cad9e21e35bc7cb78bf2c404b5b6afad31a but I still have this problem, so apparently, it didn't make it into the release
I got the following error message. File "/Users/fneuhaus/Library/Python/3.8/lib/python/site-packages/gavel_owl/dialects/annotated_owl/macleod_clif_parser.py", line 3, in
import ply.lex as lex
ModuleNotFoundError: No module named 'ply'
I installed it afterwards, but probably it should be installed automatically when installing fowl