Open IacopoOrtis opened 2 years ago
A workaround for this would be to run the following:
pip install emoji==0.5.1
Looks like the newer version of emoji doesn't work with the one currently used in the project.
After
pip uninstall emoji
pip install emoji==0.5.1
the problem persists
thanks bro
Problem: ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes'
Env: Linux venv, python 3.8
How to reproduce: python3 -m venv instapy source instapy/bin/activate pip3 install instapy python3 quickstart.py -> got error pip3 install emoji unidecode python3 start.py -> got error