Python Forum

Full Version: I can not install the emoji module
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetings ,

I'm trying to install the emoji module, but I did not succeed .

information from the internet says that a red flashlight should appear, which would allow the automatic installation of the emoji module, but only an orange flashlight is emerging is emerging .

follows an example code, but does not execute anything :
import emoji print(emoji.emojize('I can not install the emoji module :cry:', use_aliases=True))
in the Run terminal several messages appear, one of them says:
Output:
django.core.exceptions.ImproperlyConfigured: Requested setting EMOJI_IMG_TAG, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
Friends ,

I managed to solve with the comment of sr. Lucas_Webx Smile


hugs.