问题:TypeError: issubclass() arg 1 must be a class
原因: 这是由python中的后端包之一的兼容性问题引起的问题,包"pydantic"
执行下面命令可以解决
python
python -m pip install -U pydantic spacy
原因: 这是由python中的后端包之一的兼容性问题引起的问题,包"pydantic"
执行下面命令可以解决
python -m pip install -U pydantic spacy