Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: No module named spacy #1

Open
therohitdas opened this issue Sep 25, 2021 · 1 comment
Open

Error: No module named spacy #1

therohitdas opened this issue Sep 25, 2021 · 1 comment

Comments

@therohitdas
Copy link

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.

@2br-2b
Copy link

2br-2b commented Feb 15, 2024

I had the same problem, but I also had to install regex first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants