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
@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 deprecatedas an API.See https://setuptools.pypa.io/en/latest/pkg_resources.html.The pkg_resources package is slated for removalasearlyas2025-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 storageFile"/home/codespace/.local/lib/python3.12/site-packages/google/cloud/storage/__init__.py", line 38,in <module>
from google.cloud.storage.batch import BatchFile"/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 IncompleteReadashttplib_IncompleteReadModuleNotFoundError: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 SessionFile"/home/codespace/.local/lib/python3.12/site-packages/boto3/session.py", line 17, in <module>
import botocore.sessionFile"/home/codespace/.local/lib/python3.12/site-packages/botocore/session.py", line 28, in <module>
import botocore.configloaderFile"/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 IncompleteReadashttplib_IncompleteReadModuleNotFoundError:No module named 'urllib3.packages.six.moves'