-
Notifications
You must be signed in to change notification settings - Fork 31
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
TypeError: 'escape_forward_slashes' is an invalid keyword argument for this function, when loading SpaCy 3.0 model (Python 3.10) #83
Comments
We have not seen that error before. What code were you using that caused it, and what version of srsly are you using? It looks like you have a mismatch between ujson and srsly, but that shouldn't happen because srsly uses a vendored ujson. |
Closing due to lack of reply, but please feel free to let us know if this is still an issue for you. |
@polm I'm using Spacy 3.5.1 on Python 3.8.15 and experiencing the same issue. The code to reproduce:
The full trace
|
I also have the same problem |
When using Python 3.10.8, getting following error:
Has anyone seen this error before?
The text was updated successfully, but these errors were encountered: