ModuleNotFoundError: No module named 'thinc.neural' #8936
-
Hi guys! When I try loading en_core_web_trf model (or any others) I get the following error.
My code has been working well in the last months and this is the first time I am receiving this error! Is it related to updates? (Also I started using prodigy, do you think the error has to do with some installations that I made for prodigy?) Any help is appreciated! PS: I tried re-installing spacy and thinc and it didn't work! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Can you give the output of |
Beta Was this translation helpful? Give feedback.
Can you give the output of
spacy info
andpip freeze
? It's hard to figure out what's happening without knowing your versions/OS.