-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails on Python 3.11 #11664
Comments
This is actually fixed in pydantic 1.10.2 (pydantic/pydantic#4012), but spaCy currently requires pydantic |
Thanks for the heads-up! We are doing a little testing for 3.11 ourselves, but every bit of information like this helps. |
Updates for python 3.11 for all our packages are in progress (the only remaining ones are |
This should be resolved by the release of spacy v3.4.2. Please let us know if you run into any problems! |
This issue has been automatically closed because it was answered and there was no follow-up discussion. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
How to reproduce the behaviour
python3.11 -m pip install spacy
import spacy
The class it's choking on is here:
spaCy/spacy/schemas.py
Line 158 in ceb6235
IN
field has an aliasin
, which is causing problems.This behavior was changed in python/cpython#92062 (which I approved, sorry for that).
Your Environment
The text was updated successfully, but these errors were encountered: