Open jxmesth opened 12 months ago
Followed the instructions on how to install the requirements to run this. Everything completes successfully but when trying to run the program using
python main.py (user)
, I get the following error:
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
Note that I'm using Windows and have the latest Python and PIP installed.
Any help with this would be appreciated!
same exact setup. same error. I've tried uninstalling and reinstalling six, urllib3, etc. nothing works. I even found a suggesting that said I try it as a regular user and not an admin, still nothing
Still trying
same error, in the sherlock library, with urllib3
how to fix pls
Hope This Helps! Cheers
Followed the instructions on how to install the requirements to run this. Everything completes successfully but when trying to run the program using
python main.py (user)
, I get the following error:ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
Note that I'm using Windows and have the latest Python and PIP installed.
Any help with this would be appreciated!