cannot import name 'UNICODE_EMOJI' from 'emoji' whe trying setup spacymoji #11895
Unanswered
stph89
asked this question in
Help: Installation
Replies: 1 comment
-
How did you install spacymoji and the emoji library? It sounds like you might have a version mismatch. I think you can resolve it by installing spacymoji in a blank environment, but if that doesn't work could you share the output of |
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
Uh oh!
There was an error while loading. Please reload this page.
-
import spacy
from spacymoji import Emoji
nlp = spacy.load("en_core_web_sm")
emoji = Emoji(nlp)
nlp.add_pipe("emoji", first=True)
ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji'
Beta Was this translation helpful? Give feedback.
All reactions