Questgen.ai
Questgen.ai copied to clipboard
Error on Python 3.9.1
This is an issue of spaCy 2.2.4 with Python 3.9.1: when initializing QGen()
the following error occurs:
AttribureError: 'getset_descriptor' object has no attribute 'setdefault'
Should consider upgrading to spaCy 3.0.0
requirements.txt I've updated requirements file, after which the above function works for me. Also, use Python 3.10