Still encounter "TypeError: issubclass() arg 1 must be a class" problem with pydantic == 2.9.2 and scapy == 3.7.6 #13634
Unanswered
LuoXiaoxi-cxq
asked this question in
Help: Installation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was running the training part of the [self-attentive-parser] (https://github.com/nikitakit/self-attentive-parser), where I met this error (probably caused by version problems of
spacy
andpydantic
):This issue says installing two packages
chromadb
andpydantic
will work, so I installed them. I ranNow, my environment is
However, the problem still exists.
According to this issue, the problem ("TypeError: issubclass() arg 1 must be a class") should only exist for
pydantic
v1.10.7 and earlier related to the recent release oftyping_extensions
v4.6.0. My versions are higher, but this error isn't solved.Beta Was this translation helpful? Give feedback.
All reactions