Issue in importing spacy | getting an error - No module named 'thinc.api' #10853
Answered
by
polm
aman9801
asked this question in
Help: Coding & Implementations
-
I am working in a Jupyter notebook
Getting this error:
Environment:
Platform: macOS-12.3.1-arm64-arm-64bit |
Beta Was this translation helpful? Give feedback.
Answered by
polm
May 26, 2022
Replies: 2 comments 3 replies
-
Huh, that's weird. That version of thinc looks fine. How did you install spaCy? Did you restart your kernel after installing it? Are you sure the environment in your notebook is the same one you ran |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
adrianeboyd
-
This is resolved. I installed it in a new environment and it's working fine. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Huh, that's weird. That version of thinc looks fine.
How did you install spaCy? Did you restart your kernel after installing it? Are you sure the environment in your notebook is the same one you ran
pip list
in?