Error: module import emoji no found

0

I am practicing a python class and need to download the emoji library so that the program after running print the emoji that the user typed.

However, at run time, it says the library is not installed.

I followed the internet tutorial steps on how to install it in Sublime, and it still did not work.

How do I proceed?

My code:

import emoji
print(emoji.emojize('Olá, Mundo :sunglasses:'))

The displayed error is:

  

ModuleNotFoundError: No module named 'emoji'

    
asked by anonymous 10.09.2018 / 18:09

0 answers