You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @fabriceyhc,
First of all, thank you for creating this project, I really appreciate it.
When I first installed emoji_translate and tried running the sample code, it threw some error -
Traceback (most recent call last):
File "main.py", line 3, in<module>
emo = Translator(exact_match_only=False, randomize=True)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/emoji_translate/emoji_translate.py", line 17, in __init__
from spacy.lang.en.stop_words import STOP_WORDS
ModuleNotFoundError: No module named 'spacy'
Fix was to install spacy separately.
The text was updated successfully, but these errors were encountered:
Hi @fabriceyhc,
First of all, thank you for creating this project, I really appreciate it.
When I first installed emoji_translate and tried running the sample code, it threw some error -
Fix was to install spacy separately.
The text was updated successfully, but these errors were encountered: