Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.77k stars 2.17k forks source link

ModuleNotFoundError: No module named 'urllib3.packages.six.moves' #943

Open jxmesth opened 12 months ago

jxmesth commented 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!

aames-cls commented 10 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

jweezy119 commented 10 months ago

Still trying

RobertocDev commented 10 months ago

same error, in the sherlock library, with urllib3

MeshanKhosla commented 10 months ago

https://github.com/Datalux/Osintgram/issues/947#issuecomment-1872485426

Shogun310 commented 2 months ago

how to fix pls

Eric010700 commented 4 days ago

pip3 install urllib3

pip3 install --upgrade --user six

Hope This Helps! Cheers