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

Module not found urllib3.packages.six.moves' #63

Open
Lolgamer928 opened this issue Feb 10, 2025 · 1 comment
Open

Module not found urllib3.packages.six.moves' #63

Lolgamer928 opened this issue Feb 10, 2025 · 1 comment

Comments

@Lolgamer928
Copy link

Traceback (most recent call last): File "/data/data/com.termux/files/home/Mr.Holmes/MrHolmes.py", line 8, in
from Core.Support import Menu File "/data/data/com.termux/files/home/Mr.Holmes/Core/Support/Menu.py", line 10, in from Core import Searcher
File "/data/data/com.termux/files/home/Mr.Holmes/Core/Searcher.py", line 13, in from Core.Support import Requests_Search File "/data/data/com.termux/files/home/Mr.Holmes/Core/Support/Requests_Search.py", line 6, in
import requests File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/requests/init.py", line 43, in
import urllib3
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/init.py", line 8, in
from .connectionpool import (
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in
from .exceptions import (
File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in
from .packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'

@pykereaper
Copy link

Probably the same like here: 0xnoid/CloudFail#4

Update your urllib3 to be compatible with Python 3.12:

pip install urllib3 --upgrade

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

2 participants