Hi there! I was trying to use this package with tabbyAPI and I get a traceback stating the following:
Traceback (most recent call last):
File "D:\tabbyAPI\main.py", line 22, in <module>
from formatron.grammar_generators.json_generator import JsonGenerator
File "D:\tabbyAPI\venv\Lib\site-packages\formatron\grammar_generators\json_generator.py", line 9, in <module>
import extractor
ModuleNotFoundError: No module named 'extractor'
Reproduction:
Install the package: pip install formatron
Try importing the JsonGenerator via from formatron.grammar_generators.json_generator import JsonGenerator
Hi there! I was trying to use this package with tabbyAPI and I get a traceback stating the following:
Reproduction:
pip install formatron
from formatron.grammar_generators.json_generator import JsonGenerator