You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing to bring to your attention an issue I encountered while using your excellent project. The issue is with the version of Spacy specified in the requirements.txt file, which is currently set to spacy==3.2.
While using this version, I encountered an error that says issubclass() arg 1 must be a class spacy. This appears to be due to an incompatibility with newer versions of Pydantic. According to this thread on the Spacy GitHub, this issue has been resolved in Spacy version 3.2.6.
Therefore, to ensure smooth operation of the project and avoid this error for other users, I would suggest updating the Spacy version in the requirements.txt file to spacy==3.2.6.
Thank you for your attention to this matter. I believe this minor adjustment will make the usage of this valuable tool more seamless for other developers in the future.
Best Regards,
hydway
The text was updated successfully, but these errors were encountered:
Hydway
changed the title
Issue with Spacy Dependency Version
Issue with Spacy Dependency Version: issubclass() arg 1 must be a class
Jun 24, 2023
Dear harvardnlp/annotated-transformer maintainers,
I am writing to bring to your attention an issue I encountered while using your excellent project. The issue is with the version of Spacy specified in the requirements.txt file, which is currently set to spacy==3.2.
While using this version, I encountered an error that says issubclass() arg 1 must be a class spacy. This appears to be due to an incompatibility with newer versions of Pydantic. According to this thread on the Spacy GitHub, this issue has been resolved in Spacy version 3.2.6.
Therefore, to ensure smooth operation of the project and avoid this error for other users, I would suggest updating the Spacy version in the requirements.txt file to spacy==3.2.6.
Thank you for your attention to this matter. I believe this minor adjustment will make the usage of this valuable tool more seamless for other developers in the future.
Best Regards,
hydway
The text was updated successfully, but these errors were encountered: