Closed pedrobuenoxs closed 1 year ago
Could you check if you have the latest version:
import emoji
print(emoji.__version__) # 2.5.0
hey @cvzi thanks for quick response.
on my venv:
~/dev/project main*
.venv ❯ pip show emoji
Name: emoji
Version: 2.5.0
Summary: Emoji for Python
Home-page: https://github.com/carpedm20/emoji/
Author: Taehoon Kim, Kevin Wurster
Author-email: carpedm20@gmail.com
License: New BSD
Location: /home/pedro/dev/freela/emoji-writer-v2/.venv/lib/python3.10/site-packages
Requires:
Required-by:
outside my env
~/dev/project main*
❯ pip show emoji
Name: emoji
Version: 2.5.0
Summary: Emoji for Python
Home-page: https://github.com/carpedm20/emoji/
Author: Taehoon Kim, Kevin Wurster
Author-email: carpedm20@gmail.com
License: New BSD
Location: /home/pedro/.local/lib/python3.10/site-packages
Requires:
Required-by:
when i ran the python file:
❯ python3 script2.py
Traceback (most recent call last):
File "/home/pedro/dev/project/script2.py", line 2, in <module>
print(emoji.__version__) # 2.5.0
AttributeError: module 'emoji' has no attribute '__version__'
Is there a file or folder named emoji
or emoji.py
in your project? That could cause Python to load the wrong file.
ok i need some sleep, thanks and sorry
No problem 😂 Please close the issue
Hi everyone, just found this package. Im working with texts and emojis and it was very helpful.
I've been away from this project for a while and now i cant make the package work.
requirements.txt
What im missing here?