Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named #1571

Open
Shurasparda opened this issue Dec 14, 2024 · 7 comments
Open

ModuleNotFoundError: No module named #1571

Shurasparda opened this issue Dec 14, 2024 · 7 comments

Comments

@Shurasparda
Copy link

When i search the user name it says ""No module named 'urllib3.packages.six.moves' "" Please help me I'm new for this

@spoofer8
Copy link

I had the same issue but i found that running pip uninstall requests urllib3 followed by pip install requests fixed the issue for me. :)

@Shurasparda
Copy link
Author

After i do that now i have "No module name requests" 😂🥹😭

@spoofer8
Copy link

Something may be wrong with your python. Did you set up a virtual environment as mentioned in the installation part of the README?

@Shurasparda
Copy link
Author

Now it says no module name urllib3 why is that but after i reinstall requirements it says no module name urllib3.packages.six.moves why is that 🤔???

@spoofer8
Copy link

Im not too sure but i've given up on Osintgram now. Instagram is way to strict. Got ratelimited then account banned :(

@Shurasparda
Copy link
Author

Shurasparda commented Dec 15, 2024 via email

@Youssefelsaeed
Copy link

Removing and installing the package again should resolve the error ModuleNotFoundError: No module named 'urllib3.packages.six'"

Remove Package

pip uninstall urllib3

Install Package

pip install urllib3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants