emojis icon indicating copy to clipboard operation
emojis copied to clipboard

This script is not working

Open dejvid opened this issue 1 year ago • 0 comments

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?

dejvid avatar Nov 15 '24 22:11 dejvid