emojis
emojis copied to clipboard
This script is not working
I followed the instructions and it cant find the dependencies.
% python3 scripts/process.py
Traceback (most recent call last):
File "/Users/technobug/Downloads/emojis-main/scripts/process.py", line 4, in <module>
from helpers.helpers import run
File "/Users/technobug/Downloads/emojis-main/scripts/helpers/helpers.py", line 13, in <module>
import urllib3
ModuleNotFoundError: No module named 'urllib3'
I have pip installed pip was successful. I don't understand what could be wrong?