ModuleNotFoundError: No module named 'thinc.types' #7910
-
#7219
My settings:
Info about spaCy
I can't find any solution and the other closed ticket is about an old version, which is not my issue. I tried to reinstall everything, with or without transformers but to no avail. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Sorry you're having trouble with this. 8.0.3 is the most recent release of thinc and it definitely has a
|
Beta Was this translation helpful? Give feedback.
-
Could you double check this in a command prompt, outside of Jupyter? The list of requirements you've cited here looks correct, so we need to figure out whether it's an issue with your environment itself, or with the combination of using this env in Jupyter. We've seen issues before where Jupyter was either not started in the correct environment, or was for some reason pulling in installations from the system outside of the environment. |
Beta Was this translation helpful? Give feedback.
Could you double check this in a command prompt, outside of Jupyter? The list of requirements you've cited here looks correct, so we need to figure out whether it's an issue with your environment itself, or with the combination of using this env in Jupyter. We've seen issues before where Jupyter was either not started in the correct environment, or was for some reason pulling in installations from the system outside of the environment.