You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
dejvid
changed the title
This script is not workin
This script is not working
Nov 15, 2024
I followed the instructions and it cant find the dependencies.
I have pip installed pip was successful. I don't understand what could be wrong?
The text was updated successfully, but these errors were encountered: