-
Notifications
You must be signed in to change notification settings - Fork 3
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
UserWarning: Model uses an under-constrained spaCy version requirement #41
Comments
Without access to your env it's hard to determine what the problem is. Are you using a virtual env? What happens when you run |
Hi, I receive the traceback in my local python install, and also in a separate miniconda environment. The environment is freshly created on python 3.11.9 with only calamanCy and its dependencies installed. Note that functionalities work just fine it is simply just that UserWarning notice. This is what
Thanks. |
Closing this now. |
When loading any of the models, we get the traceback:
I don't understand, I thought I updated the
meta.json
files of the models on HuggingFace, and it is indeed reflected, however on the local package files of the model themeta.json
file still shows the old version. I uninstalled and reinstalled the model and still get the same warning.The text was updated successfully, but these errors were encountered: