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

ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes' (...\.venv\lib\site-packages\emoji\unicode_codes\__init__.py) #289

Closed
AmineMahdioui opened this issue Jun 30, 2023 · 3 comments

Comments

@AmineMahdioui
Copy link

AmineMahdioui commented Jun 30, 2023

i just installed it and tried to run the quickstart and got this error
ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes' (c:\Users\amine\Downloads\DataScienceNotebooks master\.venv\lib\site-packages\emoji\unicode_codes\__init__.py)

@pietrovitagliano
Copy link

Run these commands in the prompt (I'm using Windows commands):

  • pip uninstall emoji
  • pip install emoji==1.7

This should resolve the problem with emojii

@AmineMahdioui
Copy link
Author

thank you it did work but i got a different package missing now
ModuleNotFoundError: No module named 'clarifai.rest'

@AmineMahdioui
Copy link
Author

AmineMahdioui commented Jul 4, 2023

I found fix in other issues

pip uninstall clarifai
pip install clarifai==2.6.2

Originally posted by @Raidtron in #282 (comment)

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