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
Hello @chansonzhang, I had a similar issue, and the 'solution' I found was to downgrade the emoji package to version 1.7.0.
pip install emoji==1.7.0
The problem stems from the fact that the latest version of the recognizers-text-date-time package, along with its dependency recognizers-text, was released in November 2019 and hasn't been updated since then. Additionally, recognizers-text relies on the emoji package.
The issue arises because the emoji package made significant changes starting from version 2.0.0, leading to the ImportError you mentioned.
Describe the bug
ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error occurred.
Sample input/output
N/A
Platform (please complete the following information):
Additional context
ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji'
The text was updated successfully, but these errors were encountered: