Questgen.ai icon indicating copy to clipboard operation
Questgen.ai copied to clipboard

Error on Python 3.9.1

Open ishefi opened this issue 3 years ago • 1 comments

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

ishefi avatar May 20 '21 13:05 ishefi

requirements.txt I've updated requirements file, after which the above function works for me. Also, use Python 3.10

AliHaider20 avatar Nov 15 '23 10:11 AliHaider20