InstaPy / InstaPy/instapy-quickstart
cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes'
Open
- Dominant language
- Python
- Stars
- 777
- Forks
- 763
- PR merge metrics
- No merged PRs in 30d
Description
**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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.