jay3332 / pilmoji

Pilmoji is a fast and reliable emoji renderer for PIL.
MIT License
77 stars 28 forks source link

There is a problem about import Pilmoji #12

Closed AirportR closed 2 years ago

AirportR commented 2 years ago

from pilmoji import Pilmoji File "/usr/local/lib/python3.8/dist-packages/pilmoji/init.py", line 1, in from . import helpers, source File "/usr/local/lib/python3.8/dist-packages/pilmoji/helpers.py", line 7, in from emoji import EMOJI_UNICODE ImportError: cannot import name 'EMOJI_UNICODE' from 'emoji' (/usr/local/lib/python3.8/dist-packages/emoji/init.py)

My system is Ubuntu 20.04 ,pilmoji version: 2.0.1 What can I do?

jay3332 commented 2 years ago

Being fixed by #13

ghost commented 2 years ago

The fix seems to have been made, but when will it be published to pypi?