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
~/seeker $ python3 seeker.py
Traceback (most recent call last):
File "/data/data/com.termux/files/home/seeker/seeker.py", line 12, in
import utils
File "/data/data/com.termux/files/home/seeker/utils.py", line 2, 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'
~/seeker $
The text was updated successfully, but these errors were encountered:
~/seeker $ python3 seeker.py
Traceback (most recent call last):
File "/data/data/com.termux/files/home/seeker/seeker.py", line 12, in
import utils
File "/data/data/com.termux/files/home/seeker/utils.py", line 2, 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'
~/seeker $
The text was updated successfully, but these errors were encountered: