i got error ImportError: [E048] Can't import language 'en' or any matching language from spacy.lang: No module named "spacy.lang.'en'" #13382
Unanswered
Dhananjay-kumrawat
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
Hi! Sorry to hear you're running into trouble. On the surface, this looks like an installation error to me. Could you create a new virtual environment, install your libraries from scratch, share with us the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i got ImportError: [E048] Can't import language 'en' or any matching language from spacy.lang: No module named "spacy.lang.'en'" error when i work it with Streamlit v1.31.1
i also load nlp= spacy.load('en_core_web_sm') in my code please help me how to solve this error
Beta Was this translation helpful? Give feedback.
All reactions