-
Notifications
You must be signed in to change notification settings - Fork 295
Open
Description
@TheProdigyLeague ➜ /workspaces/flan (master) $ /home/codespace/.python/current/bin/python3 /workspaces/flan/gcp_push.py
/home/codespace/.local/lib/python3.12/site-packages/google/cloud/storage/__init__.py:34: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import get_distribution
Traceback (most recent call last):
File "/workspaces/flan/gcp_push.py", line 1, in <module>
from google.cloud import storage
File "/home/codespace/.local/lib/python3.12/site-packages/google/cloud/storage/__init__.py", line 38, in <module>
from google.cloud.storage.batch import Batch
File "/home/codespace/.local/lib/python3.12/site-packages/google/cloud/storage/batch.py", line 26, in <module>
import requests
File "/home/codespace/.local/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module>
import urllib3
File "/home/codespace/.local/lib/python3.12/site-packages/urllib3/__init__.py", line 7, in <module>
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "/home/codespace/.local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module>
from .exceptions import (
File "/home/codespace/.local/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in <module>
from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
@TheProdigyLeague ➜ /workspaces/flan (maste
@TheProdigyLeague ➜ /workspaces/flan (master) $ ^C
@TheProdigyLeague ➜ /workspaces/flan (master) $ /home/codespace/.python/current/bin/python3 /workspaces/flan/aws_push.py
Traceback (most recent call last):
File "/workspaces/flan/aws_push.py", line 1, in <module>
import boto3
File "/home/codespace/.local/lib/python3.12/site-packages/boto3/__init__.py", line 16, in <module>
from boto3.session import Session
File "/home/codespace/.local/lib/python3.12/site-packages/boto3/session.py", line 17, in <module>
import botocore.session
File "/home/codespace/.local/lib/python3.12/site-packages/botocore/session.py", line 28, in <module>
import botocore.configloader
File "/home/codespace/.local/lib/python3.12/site-packages/botocore/configloader.py", line 19, in <module>
from botocore.compat import six
File "/home/codespace/.local/lib/python3.12/site-packages/botocore/compat.py", line 27, in <module>
from urllib3 import exceptions
File "/home/codespace/.local/lib/python3.12/site-packages/urllib3/__init__.py", line 7, in <module>
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "/home/codespace/.local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module>
from .exceptions import (
File "/home/codespace/.local/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in <module>
from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'Metadata
Metadata
Assignees
Labels
No labels

