Skip to content

Instantly share code, notes, and snippets.

@joerick
Created October 10, 2022 08:23
Show Gist options
  • Save joerick/42e9e31ceb5d1dfe43c69fb6a59436e2 to your computer and use it in GitHub Desktop.
Save joerick/42e9e31ceb5d1dfe43c69fb6a59436e2 to your computer and use it in GitHub Desktop.
PYTHONVERBOSE=1 /opt/homebrew/bin/python3.10 -m pip -v wheel .
import _frozen_importlib # frozen
import _imp # builtin
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
# installing zipimport hook
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <class '_frozen_importlib.FrozenImporter'>
# installed zipimport hook
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/codecs.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/codecs.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/codecs.cpython-310.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x102ec3670>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/aliases.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/aliases.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/aliases.cpython-310.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x102f14c40>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x102ec34f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/utf_8.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/utf_8.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/utf_8.cpython-310.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x102ec33d0>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/io.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/io.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/io.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/abc.cpython-310.pyc'
import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x102f14f70>
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x102f14d60>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/site.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/site.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/os.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/os.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/os.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/stat.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/stat.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/stat.cpython-310.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x102f17190>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_collections_abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_collections_abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_collections_abc.cpython-310.pyc'
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x102f174f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/posixpath.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/posixpath.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/posixpath.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/genericpath.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/genericpath.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/genericpath.cpython-310.pyc'
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x102f4dd20>
import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x102f17580>
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x102f15db0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_sitebuiltins.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_sitebuiltins.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_sitebuiltins.cpython-310.pyc'
import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x102f16e90>
Processing user site-packages
Processing global site-packages
Adding directory: '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages'
Processing .pth file: '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/distutils-precedence.pth'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_distutils_hack/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc'
import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x102f4edd0>
Processing .pth file: '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/protobuf-4.21.5-py3.10-nspkg.pth'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/types.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/types.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/types.cpython-310.pyc'
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x102f4fdc0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/warnings.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/warnings.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/warnings.cpython-310.pyc'
import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x102f4f040>
import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x102f4f2b0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/util.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/util.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/util.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_abc.cpython-310.pyc'
import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x102f81db0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/contextlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/contextlib.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__pycache__/__init__.cpython-310.pyc'
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/keyword.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/keyword.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/keyword.cpython-310.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x102fc8760>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/operator.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/operator.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/operator.cpython-310.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x102fc8820>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/reprlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/reprlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/reprlib.cpython-310.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x102fc8a30>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x102f804f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/functools.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/functools.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/functools.cpython-310.pyc'
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x102fc9240>
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x102f81ba0>
import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x102f4f1c0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/machinery.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/machinery.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/machinery.cpython-310.pyc'
import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x102f81360>
# possible namespace for /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/google
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sitecustomize.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sitecustomize.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sitecustomize.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/re.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/re.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/re.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/enum.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/enum.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/enum.cpython-310.pyc'
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x102f827a0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_compile.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sre_compile.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_compile.cpython-310.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_parse.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sre_parse.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_parse.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_constants.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sre_constants.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_constants.cpython-310.pyc'
import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x103020d90>
import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x103020580>
import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x102fcbdf0>
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/copyreg.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/copyreg.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/copyreg.cpython-310.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x103022890>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x102f4fcd0>
import 'sitecustomize' # <_frozen_importlib_external.SourceFileLoader object at 0x102f4fc10>
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x102f15780>
Python 3.10.6 (main, Aug 11 2022, 13:36:31) [Clang 13.1.6 (clang-1316.0.21.2.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/runpy.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/runpy.cpython-310.pyc'
import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x102f4f430>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/traceback.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/traceback.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/traceback.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/linecache.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/linecache.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/linecache.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tokenize.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tokenize.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tokenize.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/token.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/token.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/token.cpython-310.pyc'
import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x1030583a0>
import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x103023ac0>
import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x103023850>
import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x103022d70>
# /opt/homebrew/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/typing.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/typing.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/typing.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__pycache__/abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__pycache__/abc.cpython-310.pyc'
import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x10305b220>
import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x103058a90>
import 'pip' # <_frozen_importlib_external.SourceFileLoader object at 0x103023e50>
# /opt/homebrew/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/__main__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x10309d8a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ssl.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ssl.cpython-310.pyc'
# extension module '_ssl' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ssl.cpython-310-darwin.so'
# extension module '_socket' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_socket.cpython-310-darwin.so'
# extension module '_socket' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_socket.cpython-310-darwin.so'
import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10309f670>
# extension module '_ssl' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ssl.cpython-310-darwin.so'
import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10309f1f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/socket.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/socket.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/socket.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/selectors.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/selectors.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/selectors.cpython-310.pyc'
# extension module 'math' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/math.cpython-310-darwin.so'
# extension module 'math' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/math.cpython-310-darwin.so'
import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10360a7a0>
# extension module 'select' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/select.cpython-310-darwin.so'
# extension module 'select' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/select.cpython-310-darwin.so'
import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10360a860>
import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x103609d50>
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
# extension module 'array' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/array.cpython-310-darwin.so'
# extension module 'array' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/array.cpython-310-darwin.so'
import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10360b880>
import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x1036091b0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/base64.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/base64.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/base64.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/struct.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/struct.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/struct.cpython-310.pyc'
# extension module '_struct' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_struct.cpython-310-darwin.so'
# extension module '_struct' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_struct.cpython-310-darwin.so'
import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x103640610>
import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x103640400>
# extension module 'binascii' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/binascii.cpython-310-darwin.so'
# extension module 'binascii' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/binascii.cpython-310-darwin.so'
import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1036406a0>
import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x10360b6d0>
import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x10309da50>
import 'pip._internal.utils.inject_securetransport' # <_frozen_importlib_external.SourceFileLoader object at 0x10309d900>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/_log.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/weakref.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/weakref.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/weakref.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_weakrefset.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_weakrefset.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_weakrefset.cpython-310.pyc'
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x103680310>
import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x1036435e0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/string.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/string.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/string.cpython-310.pyc'
import '_string' # <class '_frozen_importlib.BuiltinImporter'>
import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x103680d00>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/threading.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/threading.cpython-310.pyc'
import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x103681330>
import 'atexit' # <class '_frozen_importlib.BuiltinImporter'>
import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x103641690>
import 'pip._internal.utils._log' # <_frozen_importlib_external.SourceFileLoader object at 0x10309dc00>
import 'pip._internal' # <_frozen_importlib_external.SourceFileLoader object at 0x10305a320>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x10305aa70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/main.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/locale.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/locale.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/locale.cpython-310.pyc'
import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x103641f60>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/optparse.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/optparse.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/optparse.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/textwrap.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/textwrap.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/textwrap.cpython-310.pyc'
import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x1036c9630>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/gettext.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/gettext.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/gettext.cpython-310.pyc'
import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x1036ca440>
import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x103683c10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/__future__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__future__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/__future__.cpython-310.pyc'
import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x1036cb400>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/glob.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/glob.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/glob.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/fnmatch.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/fnmatch.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/fnmatch.cpython-310.pyc'
import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x1036cbfa0>
import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x1036cba90>
import 'pip._vendor' # <_frozen_importlib_external.SourceFileLoader object at 0x1036cb250>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__about__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-310.pyc'
import 'pip._vendor.packaging.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x103718400>
import 'pip._vendor.packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x1036cb160>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/platform.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/platform.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/platform.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/subprocess.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/subprocess.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/signal.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/signal.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/signal.cpython-310.pyc'
import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x10371a5c0>
# extension module 'fcntl' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/fcntl.cpython-310-darwin.so'
# extension module 'fcntl' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/fcntl.cpython-310-darwin.so'
import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10371aa10>
# extension module '_posixsubprocess' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-darwin.so'
# extension module '_posixsubprocess' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-darwin.so'
import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10371aad0>
import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x103719810>
import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x103718c10>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sysconfig.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sysconfig.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sysconfig.cpython-310.pyc'
import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x10371b820>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc'
import 'pip._vendor.packaging._manylinux' # <_frozen_importlib_external.SourceFileLoader object at 0x10371bbb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc'
import 'pip._vendor.packaging._musllinux' # <_frozen_importlib_external.SourceFileLoader object at 0x103764670>
import 'pip._vendor.packaging.tags' # <_frozen_importlib_external.SourceFileLoader object at 0x1037184f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/version.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc'
import 'pip._vendor.packaging._structures' # <_frozen_importlib_external.SourceFileLoader object at 0x1037656f0>
import 'pip._vendor.packaging.version' # <_frozen_importlib_external.SourceFileLoader object at 0x103764910>
import 'pip._vendor.packaging.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x1036cb280>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/parser.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/shutil.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/shutil.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/shutil.cpython-310.pyc'
# extension module 'zlib' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/zlib.cpython-310-darwin.so'
# extension module 'zlib' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/zlib.cpython-310-darwin.so'
import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10378c7c0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/bz2.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/bz2.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/bz2.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_compression.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_compression.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_compression.cpython-310.pyc'
import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x10378e710>
# extension module '_bz2' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so'
# extension module '_bz2' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so'
import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10378ec20>
import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x10378df00>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/lzma.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lzma.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/lzma.cpython-310.pyc'
# extension module '_lzma' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so'
# extension module '_lzma' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so'
import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10378f2e0>
import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x10378ec80>
import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x10378cee0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc'
import 'pip._internal.cli.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x10378fd30>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/configuration.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/configparser.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/configparser.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/configparser.cpython-310.pyc'
import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x10378ffa0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/exceptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x1037d3a30>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc'
import 'pip._vendor.urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x1037d3af0>
import 'pip._vendor.urllib3.packages.six.moves' # <pip._vendor.urllib3.packages.six._SixMetaPathImporter object at 0x103a9ce20>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/__init__.cpython-310.pyc'
import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x103a9c3d0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/client.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/client.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/__init__.cpython-310.pyc'
import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x103ab9db0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/parser.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/parser.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/parser.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/feedparser.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/feedparser.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/feedparser.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/errors.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/errors.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/errors.cpython-310.pyc'
import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x103aba9b0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_policybase.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_policybase.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_policybase.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/header.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/header.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/header.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/quoprimime.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/quoprimime.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/quoprimime.cpython-310.pyc'
import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x103af4520>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/base64mime.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/base64mime.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/base64mime.cpython-310.pyc'
import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x103af4a30>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/charset.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/charset.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/charset.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/encoders.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/encoders.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/encoders.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/quopri.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/quopri.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/quopri.cpython-310.pyc'
import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x103af54b0>
import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x103af5120>
import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x103af4c40>
import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x103abbd60>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/utils.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/utils.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/utils.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/random.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/random.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/random.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/bisect.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/bisect.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/bisect.cpython-310.pyc'
# extension module '_bisect' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bisect.cpython-310-darwin.so'
# extension module '_bisect' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bisect.cpython-310-darwin.so'
import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x103af6ad0>
import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x103af68c0>
# extension module '_random' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_random.cpython-310-darwin.so'
# extension module '_random' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_random.cpython-310-darwin.so'
import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x103af6a10>
# extension module '_sha512' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha512.cpython-310-darwin.so'
# extension module '_sha512' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha512.cpython-310-darwin.so'
import '_sha512' # <_frozen_importlib_external.ExtensionFileLoader object at 0x103af6b30>
import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x103af5cf0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/datetime.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/datetime.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/datetime.cpython-310.pyc'
# extension module '_datetime' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_datetime.cpython-310-darwin.so'
# extension module '_datetime' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_datetime.cpython-310-darwin.so'
import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x103b31150>
import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x103af6c80>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/__init__.cpython-310.pyc'
import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x103af6da0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/parse.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/parse.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/parse.cpython-310.pyc'
import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x103af6cb0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_parseaddr.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_parseaddr.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_parseaddr.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/calendar.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/calendar.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/calendar.cpython-310.pyc'
import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x103b32b60>
import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x103b30b20>
import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x103af5ae0>
import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x103abb370>
import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x103aba320>
import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x103ab9ed0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/message.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/message.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/message.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/uu.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/uu.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/uu.cpython-310.pyc'
import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc45b0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_encoded_words.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_encoded_words.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_encoded_words.cpython-310.pyc'
import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc47f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/iterators.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/iterators.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/iterators.cpython-310.pyc'
import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc4c40>
import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x103aba7d0>
import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x103a9c460>
import 'pip._vendor.urllib3.packages.six.moves.http_client' # <pip._vendor.urllib3.packages.six._SixMetaPathImporter object at 0x103a9ce20>
import 'pip._vendor.urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x1037d3070>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc'
import 'pip._vendor.urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x1037d3310>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/connection.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc6d70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc'
import 'pip._vendor.urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc6f20>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc'
import 'pip._vendor.urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc70a0>
import 'pip._vendor.urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc6a70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/request.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc'
import 'pip._vendor.urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc73a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc'
import 'pip._vendor.urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc7430>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc'
import 'pip._vendor.urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc74f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/hmac.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/hmac.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/hmac.cpython-310.pyc'
# extension module '_hashlib' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_hashlib.cpython-310-darwin.so'
# extension module '_hashlib' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_hashlib.cpython-310-darwin.so'
import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x103bf4bb0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/hashlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/hashlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/hashlib.cpython-310.pyc'
# extension module '_blake2' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_blake2.cpython-310-darwin.so'
# extension module '_blake2' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_blake2.cpython-310-darwin.so'
import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x103bf5480>
import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x103bf5060>
import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x103bf4550>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc'
import 'pip._vendor.urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x103bf5180>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc'
import 'pip._vendor.urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x103bf68c0>
import 'pip._vendor.urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc7c70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc'
import 'pip._vendor.urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x103bf40a0>
import 'pip._vendor.urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc67a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/proxy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc'
import 'pip._vendor.urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc67d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc'
import 'pip._vendor.urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x103bf6260>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ipaddress.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ipaddress.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ipaddress.cpython-310.pyc'
import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x103bf6d10>
import 'pip._vendor.urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x103bf6b30>
import 'pip._vendor.urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x103bc5ea0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/queue.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/queue.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/queue.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/heapq.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/heapq.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/heapq.cpython-310.pyc'
# extension module '_heapq' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_heapq.cpython-310-darwin.so'
# extension module '_heapq' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_heapq.cpython-310-darwin.so'
import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x103c43af0>
import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x103c435e0>
# extension module '_queue' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_queue.cpython-310-darwin.so'
# extension module '_queue' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_queue.cpython-310-darwin.so'
import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x103c43910>
import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x103bf6b60>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/mimetypes.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/mimetypes.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/mimetypes.cpython-310.pyc'
import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6c580>
import 'pip._vendor.urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x103c43fa0>
import 'pip._vendor.urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x103c43c10>
import 'pip._vendor.urllib3.packages.six.moves.urllib' # <pip._vendor.urllib3.packages.six._SixMetaPathImporter object at 0x103a9ce20>
import 'pip._vendor.urllib3.packages.six.moves.urllib.parse' # <pip._vendor.urllib3.packages.six._SixMetaPathImporter object at 0x103a9ce20>
import 'pip._vendor.urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x103c434c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc'
import 'pip._vendor.urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x103c43a00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/queue.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc'
import 'pip._vendor.urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6d2a0>
import 'pip._vendor.urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x1037d3430>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc'
import 'pip._vendor.urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6d450>
import 'pip._vendor.urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x1037d2b60>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/exceptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc'
import 'pip._vendor.chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6eaa0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc'
import 'pip._vendor.chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6dd80>
import 'pip._vendor.chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6e140>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc'
import 'pip._vendor.chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6fe50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc'
import 'pip._vendor.chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x103c941c0>
import 'pip._vendor.chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6fb50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc'
import 'pip._vendor.chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c941f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc'
import 'pip._vendor.chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x103c95000>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc'
import 'pip._vendor.chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x103c950c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc'
import 'pip._vendor.chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x103c95150>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc'
import 'pip._vendor.chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x103c951e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc'
import 'pip._vendor.chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x103c95270>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/johabfreq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-310.pyc'
import 'pip._vendor.chardet.johabfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x103c95300>
import 'pip._vendor.chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x103c94bb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc'
import 'pip._vendor.chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c95660>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc'
import 'pip._vendor.chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x103c95a20>
import 'pip._vendor.chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c94820>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc'
import 'pip._vendor.chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c959c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc'
import 'pip._vendor.chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x103c95f60>
import 'pip._vendor.chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c95c30>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc'
import 'pip._vendor.chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c96380>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc'
import 'pip._vendor.chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c96590>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc'
import 'pip._vendor.chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c967d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/johabprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-310.pyc'
import 'pip._vendor.chardet.johabprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c96a10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc'
import 'pip._vendor.chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c96c50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc'
import 'pip._vendor.chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c96fb0>
import 'pip._vendor.chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c94490>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc'
import 'pip._vendor.chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c972e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc'
import 'pip._vendor.chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c976a0>
import 'pip._vendor.chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x103c97580>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc'
import 'pip._vendor.chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x103c97c70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc'
import 'pip._vendor.chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x103c97be0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc'
import 'pip._vendor.chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x103c97b50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc'
import 'pip._vendor.chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x103af7820>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc'
import 'pip._vendor.chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x103af7790>
import 'pip._vendor.chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x103c97190>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/utf1632prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-310.pyc'
import 'pip._vendor.chardet.utf1632prober' # <_frozen_importlib_external.SourceFileLoader object at 0x103af7760>
import 'pip._vendor.chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6e710>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/version.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc'
import 'pip._vendor.chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x103af75b0>
import 'pip._vendor.chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6ed70>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/decoder.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/decoder.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/decoder.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/scanner.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/scanner.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/scanner.cpython-310.pyc'
# extension module '_json' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_json.cpython-310-darwin.so'
# extension module '_json' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_json.cpython-310-darwin.so'
import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x103b30a30>
import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x103af6e90>
import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x103af7250>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/encoder.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/encoder.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/encoder.cpython-310.pyc'
import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x103c94670>
import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6ece0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/cookiejar.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/cookiejar.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/cookiejar.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/copy.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/copy.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/copy.cpython-310.pyc'
import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x1058e0940>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/request.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/request.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tempfile.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tempfile.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tempfile.cpython-310.pyc'
import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x1058e2d10>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/error.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/error.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/error.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/response.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/response.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/response.cpython-310.pyc'
import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x105940130>
import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x1058e3cd0>
# extension module '_scproxy' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_scproxy.cpython-310-darwin.so'
# extension module '_scproxy' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_scproxy.cpython-310-darwin.so'
import '_scproxy' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1059407c0>
import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x1058e0ca0>
import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x103c97a60>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/cookies.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/cookies.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/cookies.cpython-310.pyc'
import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x1058e1cc0>
import 'pip._vendor.requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6f3a0>
import 'pip._vendor.requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x103c6f160>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc'
import 'pip._internal.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x1059418a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/packages.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc'
import 'pip._vendor.idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x105941870>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/core.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/core.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/core.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc'
import 'pip._vendor.idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x105941f90>
# extension module 'unicodedata' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/unicodedata.cpython-310-darwin.so'
# extension module 'unicodedata' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/unicodedata.cpython-310-darwin.so'
import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105942050>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc'
import 'pip._vendor.idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x105942110>
import 'pip._vendor.idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x105941930>
import 'pip._vendor.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x105941540>
import 'pip._vendor.requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x1059417e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/utils.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/zipfile.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/zipfile.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/zipfile.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pathlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pathlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pathlib.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ntpath.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ntpath.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ntpath.cpython-310.pyc'
import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x1059a2230>
import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x1059a0580>
import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x105942ad0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/certs.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/core.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/resources.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/resources.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/resources.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_common.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_common.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_common.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/abc.cpython-310.pyc'
import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x1059e0580>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_adapters.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_adapters.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_adapters.cpython-310.pyc'
import 'importlib._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x1059e11e0>
import 'importlib._common' # <_frozen_importlib_external.SourceFileLoader object at 0x1059a3f70>
import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x1059a3940>
import 'pip._vendor.certifi.core' # <_frozen_importlib_external.SourceFileLoader object at 0x1059a3550>
import 'pip._vendor.certifi' # <_frozen_importlib_external.SourceFileLoader object at 0x1059a3310>
import 'pip._vendor.requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x105943340>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__version__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc'
import 'pip._vendor.requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x1059a3220>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/_internal_utils.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc'
import 'pip._vendor.requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x1059a3520>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/cookies.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc'
import 'pip._vendor.requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x1059a3760>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/structures.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-310.pyc'
import 'pip._vendor.requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x1059e2590>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/readers.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/readers.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/readers.cpython-310.pyc'
import 'importlib.readers' # <_frozen_importlib_external.SourceFileLoader object at 0x1059e2b00>
import 'pip._vendor.requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x1059415d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/api.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/api.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/api.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/auth.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-310.pyc'
import 'pip._vendor.requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x105a107c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/models.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/models.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/models.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/idna.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/idna.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/idna.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/stringprep.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/stringprep.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/stringprep.cpython-310.pyc'
import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x105a11d80>
import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x105a119f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/hooks.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc'
import 'pip._vendor.requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x105a120e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/status_codes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc'
import 'pip._vendor.requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x105a12230>
import 'pip._vendor.requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x105a10d30>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc'
# destroy pip._vendor.urllib3.contrib.socks
import 'pip._vendor.requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x1059e3e20>
import 'pip._vendor.requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x1059e3520>
import 'pip._vendor.requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x1059e32b0>
import 'pip._vendor.requests' # <_frozen_importlib_external.SourceFileLoader object at 0x1037d2800>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_extension.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc'
import 'pip._vendor.rich._extension' # <_frozen_importlib_external.SourceFileLoader object at 0x105a12a40>
import 'pip._vendor.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x1059e3ca0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/console.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/console.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/console.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/inspect.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/inspect.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/inspect.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ast.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ast.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ast.cpython-310.pyc'
import '_ast' # <class '_frozen_importlib.BuiltinImporter'>
import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x105a56e30>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/dis.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/dis.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/dis.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/opcode.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/opcode.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/opcode.cpython-310.pyc'
# extension module '_opcode' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_opcode.cpython-310-darwin.so'
# extension module '_opcode' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_opcode.cpython-310-darwin.so'
import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105a9db10>
import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x105a9d8a0>
import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x105a575e0>
import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x105a54b20>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/dataclasses.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/dataclasses.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/dataclasses.cpython-310.pyc'
import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x105a9f310>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/getpass.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/getpass.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/getpass.cpython-310.pyc'
# extension module 'termios' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/termios.cpython-310-darwin.so'
# extension module 'termios' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/termios.cpython-310-darwin.so'
import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105ad9690>
import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x105ad9420>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/entities.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/entities.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/entities.cpython-310.pyc'
import 'html.entities' # <_frozen_importlib_external.SourceFileLoader object at 0x105ad9930>
import 'html' # <_frozen_importlib_external.SourceFileLoader object at 0x105ad95d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/errors.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-310.pyc'
import 'pip._vendor.rich.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x105ad9960>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/themes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/style.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/style.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/style.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/color.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/colorsys.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/colorsys.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/colorsys.cpython-310.pyc'
import 'colorsys' # <_frozen_importlib_external.SourceFileLoader object at 0x105adb760>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_palettes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/palette.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/color_triplet.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc'
import 'pip._vendor.rich.color_triplet' # <_frozen_importlib_external.SourceFileLoader object at 0x105adbf70>
import 'pip._vendor.rich.palette' # <_frozen_importlib_external.SourceFileLoader object at 0x105adba30>
import 'pip._vendor.rich._palettes' # <_frozen_importlib_external.SourceFileLoader object at 0x105adb8e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/repr.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-310.pyc'
import 'pip._vendor.rich.repr' # <_frozen_importlib_external.SourceFileLoader object at 0x105ca8850>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc'
import 'pip._vendor.rich.terminal_theme' # <_frozen_importlib_external.SourceFileLoader object at 0x105ca8a90>
import 'pip._vendor.rich.color' # <_frozen_importlib_external.SourceFileLoader object at 0x105adadd0>
import 'pip._vendor.rich.style' # <_frozen_importlib_external.SourceFileLoader object at 0x105ada140>
import 'pip._vendor.rich.default_styles' # <_frozen_importlib_external.SourceFileLoader object at 0x105ad9cf0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/theme.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-310.pyc'
import 'pip._vendor.rich.theme' # <_frozen_importlib_external.SourceFileLoader object at 0x105caa0b0>
import 'pip._vendor.rich.themes' # <_frozen_importlib_external.SourceFileLoader object at 0x105ad9ae0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_replace.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_codes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc'
import 'pip._vendor.rich._emoji_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x105caa470>
import 'pip._vendor.rich._emoji_replace' # <_frozen_importlib_external.SourceFileLoader object at 0x105caa320>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_export_format.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-310.pyc'
import 'pip._vendor.rich._export_format' # <_frozen_importlib_external.SourceFileLoader object at 0x105caa6b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_log_render.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/text.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/text.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/text.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_loop.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc'
import 'pip._vendor.rich._loop' # <_frozen_importlib_external.SourceFileLoader object at 0x105cab7c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_pick.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc'
import 'pip._vendor.rich._pick' # <_frozen_importlib_external.SourceFileLoader object at 0x105cabb50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/cells.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_cell_widths.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc'
import 'pip._vendor.rich._cell_widths' # <_frozen_importlib_external.SourceFileLoader object at 0x105d64340>
import 'pip._vendor.rich.cells' # <_frozen_importlib_external.SourceFileLoader object at 0x105cabe50>
import 'pip._vendor.rich._wrap' # <_frozen_importlib_external.SourceFileLoader object at 0x105cabc70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/align.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/align.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/align.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/constrain.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/jupyter.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/segment.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-310.pyc'
import 'pip._vendor.rich.segment' # <_frozen_importlib_external.SourceFileLoader object at 0x105d65060>
import 'pip._vendor.rich.jupyter' # <_frozen_importlib_external.SourceFileLoader object at 0x105d64be0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/measure.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc'
import 'pip._vendor.rich.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x105d66c50>
import 'pip._vendor.rich.measure' # <_frozen_importlib_external.SourceFileLoader object at 0x105d66f50>
import 'pip._vendor.rich.constrain' # <_frozen_importlib_external.SourceFileLoader object at 0x105d64910>
import 'pip._vendor.rich.align' # <_frozen_importlib_external.SourceFileLoader object at 0x105d64550>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/containers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-310.pyc'
import 'pip._vendor.rich.containers' # <_frozen_importlib_external.SourceFileLoader object at 0x105d67730>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/control.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/control.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/control.cpython-310.pyc'
import 'pip._vendor.rich.control' # <_frozen_importlib_external.SourceFileLoader object at 0x105d67d90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/emoji.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc'
import 'pip._vendor.rich.emoji' # <_frozen_importlib_external.SourceFileLoader object at 0x105da0910>
import 'pip._vendor.rich.text' # <_frozen_importlib_external.SourceFileLoader object at 0x105caa7a0>
import 'pip._vendor.rich._log_render' # <_frozen_importlib_external.SourceFileLoader object at 0x105caa4a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/highlighter.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc'
import 'pip._vendor.rich.highlighter' # <_frozen_importlib_external.SourceFileLoader object at 0x105da19c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/markup.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-310.pyc'
import 'pip._vendor.rich.markup' # <_frozen_importlib_external.SourceFileLoader object at 0x105da1c00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/pager.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-310.pyc'
import 'pip._vendor.rich.pager' # <_frozen_importlib_external.SourceFileLoader object at 0x105da24d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/abc.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-310.pyc'
import 'pip._vendor.rich.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x105da3040>
import 'pip._vendor.rich.pretty' # <_frozen_importlib_external.SourceFileLoader object at 0x105da2260>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/region.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/region.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/region.cpython-310.pyc'
import 'pip._vendor.rich.region' # <_frozen_importlib_external.SourceFileLoader object at 0x105da3eb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/scope.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/panel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/box.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/box.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/box.cpython-310.pyc'
import 'pip._vendor.rich.box' # <_frozen_importlib_external.SourceFileLoader object at 0x105dd8550>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/padding.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-310.pyc'
import 'pip._vendor.rich.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x105ddafe0>
import 'pip._vendor.rich.panel' # <_frozen_importlib_external.SourceFileLoader object at 0x105ddb580>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/table.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/table.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/table.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/fractions.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/fractions.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/fractions.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/decimal.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/decimal.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/decimal.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/numbers.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/numbers.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/numbers.cpython-310.pyc'
import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x105dd97b0>
# extension module '_decimal' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_decimal.cpython-310-darwin.so'
# extension module '_decimal' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_decimal.cpython-310-darwin.so'
import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105dd92a0>
import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x105dd9090>
import 'fractions' # <_frozen_importlib_external.SourceFileLoader object at 0x105dda1d0>
import 'pip._vendor.rich._ratio' # <_frozen_importlib_external.SourceFileLoader object at 0x105dd8580>
import 'pip._vendor.rich.table' # <_frozen_importlib_external.SourceFileLoader object at 0x105ddb250>
import 'pip._vendor.rich.scope' # <_frozen_importlib_external.SourceFileLoader object at 0x105dda800>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/screen.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-310.pyc'
import 'pip._vendor.rich.screen' # <_frozen_importlib_external.SourceFileLoader object at 0x105dda7d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/styled.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-310.pyc'
import 'pip._vendor.rich.styled' # <_frozen_importlib_external.SourceFileLoader object at 0x105e2aa40>
import 'pip._vendor.rich.console' # <_frozen_importlib_external.SourceFileLoader object at 0x105a12b90>
import 'pip._internal.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x1037d0490>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc'
import 'pip._vendor.platformdirs.api' # <_frozen_importlib_external.SourceFileLoader object at 0x105e2afe0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc'
import 'pip._vendor.platformdirs.version' # <_frozen_importlib_external.SourceFileLoader object at 0x105e2b3a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc'
import 'pip._vendor.platformdirs.macos' # <_frozen_importlib_external.SourceFileLoader object at 0x105e2b490>
import 'pip._vendor.platformdirs' # <_frozen_importlib_external.SourceFileLoader object at 0x105e29690>
import 'pip._internal.utils.appdirs' # <_frozen_importlib_external.SourceFileLoader object at 0x1037d2350>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/logging.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/handlers.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/handlers.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/handlers.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pickle.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pickle.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pickle.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_compat_pickle.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_compat_pickle.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_compat_pickle.cpython-310.pyc'
import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x105e156f0>
# extension module '_pickle' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_pickle.cpython-310-darwin.so'
# extension module '_pickle' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_pickle.cpython-310-darwin.so'
import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105e155a0>
import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x105e17f40>
import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x105e28e80>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/logging.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.pygments' # <_frozen_importlib_external.SourceFileLoader object at 0x105f60730>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/_mapping.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc'
import 'pip._vendor.pygments.lexers._mapping' # <_frozen_importlib_external.SourceFileLoader object at 0x105f60ca0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/modeline.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc'
import 'pip._vendor.pygments.modeline' # <_frozen_importlib_external.SourceFileLoader object at 0x105fa6e00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/plugin.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc'
import 'pip._vendor.pygments.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x105fa6f20>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/util.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-310.pyc'
import 'pip._vendor.pygments.util' # <_frozen_importlib_external.SourceFileLoader object at 0x105fa7130>
import 'pip._vendor.pygments.lexers' # <_frozen_importlib_external.SourceFileLoader object at 0x105f60850>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/token.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc'
import 'pip._vendor.pygments.token' # <_frozen_importlib_external.SourceFileLoader object at 0x105fa6fb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/columns.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-310.pyc'
import 'pip._vendor.rich.columns' # <_frozen_importlib_external.SourceFileLoader object at 0x105fa7850>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexer.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc'
import 'pip._vendor.pygments.filter' # <_frozen_importlib_external.SourceFileLoader object at 0x105fd9840>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.pygments.filters' # <_frozen_importlib_external.SourceFileLoader object at 0x105fd9c00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/regexopt.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc'
import 'pip._vendor.pygments.regexopt' # <_frozen_importlib_external.SourceFileLoader object at 0x105fda0b0>
import 'pip._vendor.pygments.lexer' # <_frozen_importlib_external.SourceFileLoader object at 0x105fd8880>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/style.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc'
import 'pip._vendor.pygments.style' # <_frozen_importlib_external.SourceFileLoader object at 0x105fd91e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.pygments.styles' # <_frozen_importlib_external.SourceFileLoader object at 0x105fdaa70>
import 'pip._vendor.rich.syntax' # <_frozen_importlib_external.SourceFileLoader object at 0x105fa7df0>
import 'pip._vendor.rich.traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x105e15090>
import 'pip._vendor.rich.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x105e17ee0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc'
import 'pip._internal.utils.deprecation' # <_frozen_importlib_external.SourceFileLoader object at 0x105fdbc40>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/misc.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/_types.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-310.pyc'
import 'pip._vendor.tomli._types' # <_frozen_importlib_external.SourceFileLoader object at 0x10602e9e0>
import 'pip._vendor.tomli._re' # <_frozen_importlib_external.SourceFileLoader object at 0x10602e6b0>
import 'pip._vendor.tomli._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x10602de40>
import 'pip._vendor.tomli' # <_frozen_importlib_external.SourceFileLoader object at 0x10602dc00>
import 'pip._vendor.pep517.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10602d900>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.pep517.in_process' # <_frozen_importlib_external.SourceFileLoader object at 0x10602dba0>
import 'pip._vendor.pep517.wrappers' # <_frozen_importlib_external.SourceFileLoader object at 0x10602d0c0>
import 'pip._vendor.pep517' # <_frozen_importlib_external.SourceFileLoader object at 0x10602ce50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/__pycache__/__init__.cpython-310.pyc'
import 'concurrent' # <_frozen_importlib_external.SourceFileLoader object at 0x10602fcd0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__pycache__/_base.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/_base.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__pycache__/_base.cpython-310.pyc'
import 'concurrent.futures._base' # <_frozen_importlib_external.SourceFileLoader object at 0x10605c190>
import 'concurrent.futures' # <_frozen_importlib_external.SourceFileLoader object at 0x10602fe80>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/retry.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-310.pyc'
import 'pip._vendor.tenacity.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x10602fee0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/nap.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-310.pyc'
import 'pip._vendor.tenacity.nap' # <_frozen_importlib_external.SourceFileLoader object at 0x10605e2f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/stop.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-310.pyc'
import 'pip._vendor.tenacity.stop' # <_frozen_importlib_external.SourceFileLoader object at 0x10605e590>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/wait.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/_utils.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-310.pyc'
import 'pip._vendor.tenacity._utils' # <_frozen_importlib_external.SourceFileLoader object at 0x10605f4c0>
import 'pip._vendor.tenacity.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x10605ec50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/before.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-310.pyc'
import 'pip._vendor.tenacity.before' # <_frozen_importlib_external.SourceFileLoader object at 0x10605f820>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/after.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-310.pyc'
import 'pip._vendor.tenacity.after' # <_frozen_importlib_external.SourceFileLoader object at 0x10605fb20>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/before_sleep.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-310.pyc'
import 'pip._vendor.tenacity.before_sleep' # <_frozen_importlib_external.SourceFileLoader object at 0x10605fc70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/_asyncio.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_events.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_events.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_events.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/constants.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/constants.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/constants.cpython-310.pyc'
import 'asyncio.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x106086a40>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/coroutines.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/coroutines.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/coroutines.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_futures.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_futures.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_futures.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/format_helpers.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/format_helpers.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/format_helpers.cpython-310.pyc'
import 'asyncio.format_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x1060875e0>
import 'asyncio.base_futures' # <_frozen_importlib_external.SourceFileLoader object at 0x1060872e0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/log.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/log.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/log.cpython-310.pyc'
import 'asyncio.log' # <_frozen_importlib_external.SourceFileLoader object at 0x106087700>
import 'asyncio.coroutines' # <_frozen_importlib_external.SourceFileLoader object at 0x106086c20>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/events.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/events.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/events.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/contextvars.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextvars.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/contextvars.cpython-310.pyc'
# extension module '_contextvars' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_contextvars.cpython-310-darwin.so'
# extension module '_contextvars' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_contextvars.cpython-310-darwin.so'
import '_contextvars' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1060bccd0>
import 'contextvars' # <_frozen_importlib_external.SourceFileLoader object at 0x1060bcb50>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/exceptions.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/exceptions.cpython-310.pyc'
import 'asyncio.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x1060bd0f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_tasks.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_tasks.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_tasks.cpython-310.pyc'
import 'asyncio.base_tasks' # <_frozen_importlib_external.SourceFileLoader object at 0x1060bd540>
# extension module '_asyncio' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_asyncio.cpython-310-darwin.so'
# extension module '_asyncio' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_asyncio.cpython-310-darwin.so'
import '_asyncio' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1060bcf10>
import 'asyncio.events' # <_frozen_importlib_external.SourceFileLoader object at 0x106087730>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/futures.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/futures.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/futures.cpython-310.pyc'
import 'asyncio.futures' # <_frozen_importlib_external.SourceFileLoader object at 0x1060bd5a0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/protocols.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/protocols.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/protocols.cpython-310.pyc'
import 'asyncio.protocols' # <_frozen_importlib_external.SourceFileLoader object at 0x1060bdc90>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/sslproto.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/sslproto.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/sslproto.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/transports.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/transports.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/transports.cpython-310.pyc'
import 'asyncio.transports' # <_frozen_importlib_external.SourceFileLoader object at 0x1060beb90>
import 'asyncio.sslproto' # <_frozen_importlib_external.SourceFileLoader object at 0x1060bdde0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/staggered.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/staggered.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/staggered.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/locks.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/locks.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/locks.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/mixins.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/mixins.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/mixins.cpython-310.pyc'
import 'asyncio.mixins' # <_frozen_importlib_external.SourceFileLoader object at 0x1060f81f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/tasks.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/tasks.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/tasks.cpython-310.pyc'
import 'asyncio.tasks' # <_frozen_importlib_external.SourceFileLoader object at 0x1060f8340>
import 'asyncio.locks' # <_frozen_importlib_external.SourceFileLoader object at 0x1060bf850>
import 'asyncio.staggered' # <_frozen_importlib_external.SourceFileLoader object at 0x1060bf610>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/trsock.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/trsock.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/trsock.cpython-310.pyc'
import 'asyncio.trsock' # <_frozen_importlib_external.SourceFileLoader object at 0x1060f9330>
import 'asyncio.base_events' # <_frozen_importlib_external.SourceFileLoader object at 0x1060851b0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/runners.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/runners.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/runners.cpython-310.pyc'
import 'asyncio.runners' # <_frozen_importlib_external.SourceFileLoader object at 0x106086830>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/queues.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/queues.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/queues.cpython-310.pyc'
import 'asyncio.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x1060f9690>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/streams.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/streams.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/streams.cpython-310.pyc'
import 'asyncio.streams' # <_frozen_importlib_external.SourceFileLoader object at 0x1060f9c60>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/subprocess.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/subprocess.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/subprocess.cpython-310.pyc'
import 'asyncio.subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x1060fa7a0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/threads.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/threads.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/threads.cpython-310.pyc'
import 'asyncio.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x1060fac20>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/unix_events.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/unix_events.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/unix_events.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_subprocess.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_subprocess.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_subprocess.cpython-310.pyc'
import 'asyncio.base_subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x1061401c0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/selector_events.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/selector_events.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/selector_events.cpython-310.pyc'
import 'asyncio.selector_events' # <_frozen_importlib_external.SourceFileLoader object at 0x106140a60>
import 'asyncio.unix_events' # <_frozen_importlib_external.SourceFileLoader object at 0x1060face0>
import 'asyncio' # <_frozen_importlib_external.SourceFileLoader object at 0x106084f70>
import 'pip._vendor.tenacity._asyncio' # <_frozen_importlib_external.SourceFileLoader object at 0x106084b20>
import 'pip._vendor.tenacity' # <_frozen_importlib_external.SourceFileLoader object at 0x10602db10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.models' # <_frozen_importlib_external.SourceFileLoader object at 0x106142050>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/scheme.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc'
import 'pip._internal.models.scheme' # <_frozen_importlib_external.SourceFileLoader object at 0x1061420b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc'
import 'pip._internal.utils.virtualenv' # <_frozen_importlib_external.SourceFileLoader object at 0x1061421a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/base.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_sysconfigdata__darwin_darwin.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_sysconfigdata__darwin_darwin.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_sysconfigdata__darwin_darwin.cpython-310.pyc'
import '_sysconfigdata__darwin_darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x106142890>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_osx_support.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_osx_support.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_osx_support.cpython-310.pyc'
import '_osx_support' # <_frozen_importlib_external.SourceFileLoader object at 0x106142920>
import 'pip._internal.locations.base' # <_frozen_importlib_external.SourceFileLoader object at 0x1061426b0>
import 'pip._internal.locations._sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x106142440>
import 'pip._internal.locations' # <_frozen_importlib_external.SourceFileLoader object at 0x10602f940>
import 'pip._internal.utils.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x105fdbbe0>
import 'pip._internal.utils.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x105e29a80>
import 'pip._internal.configuration' # <_frozen_importlib_external.SourceFileLoader object at 0x10378fbb0>
import 'pip._internal.cli.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x10378c8e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/format_control.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc'
import 'pip._internal.models.format_control' # <_frozen_importlib_external.SourceFileLoader object at 0x106143e50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/index.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc'
import 'pip._internal.models.index' # <_frozen_importlib_external.SourceFileLoader object at 0x106143790>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/target_python.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc'
import 'pip._internal.utils.compatibility_tags' # <_frozen_importlib_external.SourceFileLoader object at 0x1061940d0>
import 'pip._internal.models.target_python' # <_frozen_importlib_external.SourceFileLoader object at 0x1061438e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/hashes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc'
import 'pip._internal.utils.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x106194370>
import 'pip._internal.cli.cmdoptions' # <_frozen_importlib_external.SourceFileLoader object at 0x1036ca710>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/base_command.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/config.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/config.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/config.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/socketserver.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/socketserver.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/socketserver.cpython-310.pyc'
import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x106195fc0>
import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x106195630>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/command_context.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc'
import 'pip._internal.cli.command_context' # <_frozen_importlib_external.SourceFileLoader object at 0x106196fb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc'
import 'pip._internal.utils.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x106197220>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc'
import 'pip._internal.utils.temp_dir' # <_frozen_importlib_external.SourceFileLoader object at 0x1061977c0>
import 'pip._internal.cli.base_command' # <_frozen_importlib_external.SourceFileLoader object at 0x1061950f0>
import 'pip._internal.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x106194f70>
import 'pip._internal.cli.main_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x103683f70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/base.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/csv.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/csv.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/csv.cpython-310.pyc'
# extension module '_csv' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_csv.cpython-310-darwin.so'
# extension module '_csv' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_csv.cpython-310-darwin.so'
import '_csv' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1061d9ff0>
import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x1061d98a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/util.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-310.pyc'
import 'pip._vendor.pyparsing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x1061dae60>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/exceptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/unicode.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc'
import 'pip._vendor.pyparsing.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x1061dbd60>
import 'pip._vendor.pyparsing.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x1061db6d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/actions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc'
import 'pip._vendor.pyparsing.actions' # <_frozen_importlib_external.SourceFileLoader object at 0x1061dbaf0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/core.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/results.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pprint.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pprint.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pprint.cpython-310.pyc'
import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x106449bd0>
import 'pip._vendor.pyparsing.results' # <_frozen_importlib_external.SourceFileLoader object at 0x106448dc0>
import 'pip._vendor.pyparsing.core' # <_frozen_importlib_external.SourceFileLoader object at 0x10620d1b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/helpers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc'
import 'pip._vendor.pyparsing.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x10620ec80>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/testing.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc'
import 'pip._vendor.pyparsing.testing' # <_frozen_importlib_external.SourceFileLoader object at 0x1065b0430>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/common.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-310.pyc'
import 'pip._vendor.pyparsing.common' # <_frozen_importlib_external.SourceFileLoader object at 0x1065b0970>
import 'pip._vendor.pyparsing' # <_frozen_importlib_external.SourceFileLoader object at 0x1061da4d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/markers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc'
import 'pip._vendor.packaging.specifiers' # <_frozen_importlib_external.SourceFileLoader object at 0x1065e4760>
import 'pip._vendor.packaging.markers' # <_frozen_importlib_external.SourceFileLoader object at 0x1065b3bb0>
import 'pip._vendor.packaging.requirements' # <_frozen_importlib_external.SourceFileLoader object at 0x1061da170>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/direct_url.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc'
import 'pip._internal.models.direct_url' # <_frozen_importlib_external.SourceFileLoader object at 0x1065e6020>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc'
import 'pip._internal.utils.egg_link' # <_frozen_importlib_external.SourceFileLoader object at 0x106638d30>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/packaging.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc'
import 'pip._internal.utils.packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x106638eb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/urls.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc'
import 'pip._internal.utils.urls' # <_frozen_importlib_external.SourceFileLoader object at 0x106639120>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/_json.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-310.pyc'
import 'pip._internal.metadata._json' # <_frozen_importlib_external.SourceFileLoader object at 0x1066392d0>
import 'pip._internal.metadata.base' # <_frozen_importlib_external.SourceFileLoader object at 0x1061d81c0>
import 'pip._internal.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x1061d8700>
import 'pip._internal.cli.autocompletion' # <_frozen_importlib_external.SourceFileLoader object at 0x1036838e0>
import 'pip._internal.cli.main' # <_frozen_importlib_external.SourceFileLoader object at 0x10305acb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cache.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/link.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc'
import 'pip._internal.utils.filetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x10663b3a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/models.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc'
import 'pip._internal.utils.models' # <_frozen_importlib_external.SourceFileLoader object at 0x10663b4f0>
import 'pip._internal.models.link' # <_frozen_importlib_external.SourceFileLoader object at 0x10663aaa0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc'
import 'pip._internal.models.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x10663baf0>
import 'pip._internal.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x10663a6b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/req_command.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.index' # <_frozen_importlib_external.SourceFileLoader object at 0x106668b20>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/collector.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/__pycache__/__init__.cpython-310.pyc'
import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x106669ba0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/__init__.cpython-310.pyc'
import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x106669c30>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/ElementTree.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/ElementTree.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/ElementTree.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/ElementPath.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/ElementPath.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/ElementPath.cpython-310.pyc'
import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x10666b700>
# extension module 'pyexpat' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/pyexpat.cpython-310-darwin.so'
# extension module 'pyexpat' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/pyexpat.cpython-310-darwin.so'
import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1066982e0>
# extension module '_elementtree' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_elementtree.cpython-310-darwin.so'
# extension module '_elementtree' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_elementtree.cpython-310-darwin.so'
import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10666bc70>
import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x106669c90>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/parser.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/parser.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/parser.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_markupbase.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_markupbase.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_markupbase.cpython-310.pyc'
import '_markupbase' # <_frozen_importlib_external.SourceFileLoader object at 0x106698580>
import 'html.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x10666bf10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/search_scope.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc'
import 'pip._internal.models.search_scope' # <_frozen_importlib_external.SourceFileLoader object at 0x106698d30>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.network' # <_frozen_importlib_external.SourceFileLoader object at 0x106698b50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/session.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc'
import 'pip._vendor.cachecontrol.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x10669a050>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/exceptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc'
import 'pip._vendor.msgpack.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x10669ada0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/ext.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc'
import 'pip._vendor.msgpack.ext' # <_frozen_importlib_external.SourceFileLoader object at 0x10669af80>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc'
import 'pip._vendor.msgpack.fallback' # <_frozen_importlib_external.SourceFileLoader object at 0x10669b8b0>
import 'pip._vendor.msgpack' # <_frozen_importlib_external.SourceFileLoader object at 0x10669aaa0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc'
import 'pip._vendor.cachecontrol.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10669b640>
import 'pip._vendor.cachecontrol.serialize' # <_frozen_importlib_external.SourceFileLoader object at 0x10669a410>
import 'pip._vendor.cachecontrol.controller' # <_frozen_importlib_external.SourceFileLoader object at 0x106699c90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc'
# extension module 'mmap' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/mmap.cpython-310-darwin.so'
# extension module 'mmap' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/mmap.cpython-310-darwin.so'
import 'mmap' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1066d4dc0>
import 'pip._vendor.cachecontrol.filewrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x10669a890>
import 'pip._vendor.cachecontrol.adapter' # <_frozen_importlib_external.SourceFileLoader object at 0x106699900>
import 'pip._vendor.cachecontrol.wrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x1066997b0>
import 'pip._vendor.cachecontrol' # <_frozen_importlib_external.SourceFileLoader object at 0x106699510>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/auth.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/shlex.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/shlex.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/shlex.cpython-310.pyc'
import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x1066d51b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/spinners.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc'
import 'pip._internal.cli.spinners' # <_frozen_importlib_external.SourceFileLoader object at 0x1066d56c0>
import 'pip._internal.utils.subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x1066d4c70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc'
import 'pip._internal.vcs.versioncontrol' # <_frozen_importlib_external.SourceFileLoader object at 0x1066d5e40>
import 'pip._internal.vcs.bazaar' # <_frozen_importlib_external.SourceFileLoader object at 0x1066d4d90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/git.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc'
import 'pip._internal.vcs.git' # <_frozen_importlib_external.SourceFileLoader object at 0x1066d76d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc'
import 'pip._internal.vcs.mercurial' # <_frozen_importlib_external.SourceFileLoader object at 0x1066d7fa0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc'
import 'pip._internal.vcs.subversion' # <_frozen_importlib_external.SourceFileLoader object at 0x1067144f0>
import 'pip._internal.vcs' # <_frozen_importlib_external.SourceFileLoader object at 0x1066d47f0>
import 'pip._internal.network.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x106699b10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/cache.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc'
import 'pip._vendor.cachecontrol.caches.file_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x106715150>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc'
import 'pip._vendor.cachecontrol.caches.redis_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x1067154e0>
import 'pip._vendor.cachecontrol.caches' # <_frozen_importlib_external.SourceFileLoader object at 0x106714ee0>
import 'pip._internal.network.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x106714b80>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/glibc.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc'
import 'pip._internal.utils.glibc' # <_frozen_importlib_external.SourceFileLoader object at 0x106715720>
import 'pip._internal.network.session' # <_frozen_importlib_external.SourceFileLoader object at 0x106698bb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/utils.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc'
import 'pip._internal.network.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x106715c60>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/sources.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/candidate.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc'
import 'pip._internal.models.candidate' # <_frozen_importlib_external.SourceFileLoader object at 0x106716200>
import 'pip._internal.index.sources' # <_frozen_importlib_external.SourceFileLoader object at 0x106715cf0>
import 'pip._internal.index.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x106668be0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/package_finder.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc'
import 'pip._internal.models.selection_prefs' # <_frozen_importlib_external.SourceFileLoader object at 0x106717a00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/req_file.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/encoding.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc'
import 'pip._internal.utils.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x10674c700>
import 'pip._internal.req.req_file' # <_frozen_importlib_external.SourceFileLoader object at 0x106717e80>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/req_install.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/uuid.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/uuid.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/uuid.cpython-310.pyc'
# extension module '_uuid' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_uuid.cpython-310-darwin.so'
# extension module '_uuid' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_uuid.cpython-310-darwin.so'
import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x10674e7a0>
import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x10674d4b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/build_env.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc'
import 'pip._internal.build_env' # <_frozen_importlib_external.SourceFileLoader object at 0x10674e830>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.operations' # <_frozen_importlib_external.SourceFileLoader object at 0x10674f0a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.operations.build' # <_frozen_importlib_external.SourceFileLoader object at 0x10674f100>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc'
import 'pip._internal.operations.build.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x10674f160>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc'
import 'pip._internal.operations.build.metadata_editable' # <_frozen_importlib_external.SourceFileLoader object at 0x10674f1f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc'
import 'pip._internal.utils.setuptools_build' # <_frozen_importlib_external.SourceFileLoader object at 0x10674f400>
import 'pip._internal.operations.build.metadata_legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x10674f280>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.operations.install' # <_frozen_importlib_external.SourceFileLoader object at 0x10674f6a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/editable_legacy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc'
import 'pip._internal.operations.install.editable_legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x10674f700>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc'
import 'pip._internal.operations.install.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x10674f820>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/compileall.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/compileall.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/compileall.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/py_compile.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/py_compile.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/py_compile.cpython-310.pyc'
import 'py_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x106780c40>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/filecmp.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/filecmp.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/filecmp.cpython-310.pyc'
import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x1067810f0>
import 'compileall' # <_frozen_importlib_external.SourceFileLoader object at 0x106780850>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.distlib' # <_frozen_importlib_external.SourceFileLoader object at 0x1067815d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__pycache__/__init__.cpython-310.pyc'
import 'xmlrpc' # <_frozen_importlib_external.SourceFileLoader object at 0x1067836d0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__pycache__/client.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/client.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__pycache__/client.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__pycache__/__init__.cpython-310.pyc'
import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a8c70>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__pycache__/expat.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/expat.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__pycache__/expat.cpython-310.pyc'
import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a8e20>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/gzip.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/gzip.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/gzip.cpython-310.pyc'
import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a8e80>
import 'xmlrpc.client' # <_frozen_importlib_external.SourceFileLoader object at 0x106783790>
import 'pip._vendor.distlib.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x106781c00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pkgutil.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pkgutil.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pkgutil.cpython-310.pyc'
import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x106782c20>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/util.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tarfile.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tarfile.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tarfile.cpython-310.pyc'
import 'pwd' # <class '_frozen_importlib.BuiltinImporter'>
# extension module 'grp' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/grp.cpython-310-darwin.so'
# extension module 'grp' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/grp.cpython-310-darwin.so'
import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x102f14fa0>
import 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x1067aadd0>
import 'pip._vendor.distlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a9ea0>
import 'pip._vendor.distlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x106781f00>
import 'pip._vendor.distlib.scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x106781570>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc'
import 'pip._internal.utils.unpacking' # <_frozen_importlib_external.SourceFileLoader object at 0x106781a50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc'
import 'pip._internal.utils.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x10680ca60>
import 'pip._internal.operations.install.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x10674fa30>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/pyproject.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc'
import 'pip._internal.pyproject' # <_frozen_importlib_external.SourceFileLoader object at 0x10674ffa0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc'
import 'pip._internal.req.req_uninstall' # <_frozen_importlib_external.SourceFileLoader object at 0x10680d900>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc'
import 'pip._internal.utils.direct_url_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x10680df00>
import 'pip._internal.req.req_install' # <_frozen_importlib_external.SourceFileLoader object at 0x10674cb20>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/req_set.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc'
import 'pip._internal.req.req_set' # <_frozen_importlib_external.SourceFileLoader object at 0x10680e200>
import 'pip._internal.req' # <_frozen_importlib_external.SourceFileLoader object at 0x106717bb0>
import 'pip._internal.index.package_finder' # <_frozen_importlib_external.SourceFileLoader object at 0x106669150>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/build_tracker.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-310.pyc'
import 'pip._internal.operations.build.build_tracker' # <_frozen_importlib_external.SourceFileLoader object at 0x10680eaa0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/prepare.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/base.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc'
import 'pip._internal.distributions.base' # <_frozen_importlib_external.SourceFileLoader object at 0x10680f220>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc'
import 'pip._internal.distributions.sdist' # <_frozen_importlib_external.SourceFileLoader object at 0x10680f4f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc'
import 'pip._internal.distributions.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x10680f820>
import 'pip._internal.distributions' # <_frozen_importlib_external.SourceFileLoader object at 0x10680efe0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/installed.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc'
import 'pip._internal.distributions.installed' # <_frozen_importlib_external.SourceFileLoader object at 0x10680f8b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/download.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/progress.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc'
import 'pip._vendor.rich.filesize' # <_frozen_importlib_external.SourceFileLoader object at 0x106855ab0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/live.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc'
import 'pip._vendor.rich.ansi' # <_frozen_importlib_external.SourceFileLoader object at 0x106856a40>
import 'pip._vendor.rich.file_proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x106856620>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc'
import 'pip._vendor.rich.live_render' # <_frozen_importlib_external.SourceFileLoader object at 0x106857550>
import 'pip._vendor.rich.live' # <_frozen_importlib_external.SourceFileLoader object at 0x106855c60>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc'
import 'pip._vendor.rich.progress_bar' # <_frozen_importlib_external.SourceFileLoader object at 0x106857370>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_spinners.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc'
import 'pip._vendor.rich._spinners' # <_frozen_importlib_external.SourceFileLoader object at 0x106857700>
import 'pip._vendor.rich.spinner' # <_frozen_importlib_external.SourceFileLoader object at 0x106857040>
import 'pip._vendor.rich.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x10680ff70>
import 'pip._internal.cli.progress_bars' # <_frozen_importlib_external.SourceFileLoader object at 0x10680fd00>
import 'pip._internal.network.download' # <_frozen_importlib_external.SourceFileLoader object at 0x10680f9d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc'
import 'pip._internal.network.lazy_wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x1068925f0>
import 'pip._internal.operations.prepare' # <_frozen_importlib_external.SourceFileLoader object at 0x10680ee00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/constructors.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc'
import 'pip._internal.req.constructors' # <_frozen_importlib_external.SourceFileLoader object at 0x1068923b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.resolution' # <_frozen_importlib_external.SourceFileLoader object at 0x106892020>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/base.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc'
import 'pip._internal.resolution.base' # <_frozen_importlib_external.SourceFileLoader object at 0x106891fc0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc'
import 'pip._internal.utils.entrypoints' # <_frozen_importlib_external.SourceFileLoader object at 0x106890dc0>
import 'pip._internal.self_outdated_check' # <_frozen_importlib_external.SourceFileLoader object at 0x1068907f0>
import 'pip._internal.cli.req_command' # <_frozen_importlib_external.SourceFileLoader object at 0x1066688e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/wheel_builder.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc'
import 'pip._internal.operations.build.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x106892e90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc'
import 'pip._internal.operations.build.wheel_editable' # <_frozen_importlib_external.SourceFileLoader object at 0x106892f50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc'
import 'pip._internal.operations.build.wheel_legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x1068913f0>
import 'pip._internal.wheel_builder' # <_frozen_importlib_external.SourceFileLoader object at 0x106892b30>
import 'pip._internal.commands.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x10663a560>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/plistlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/plistlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/plistlib.cpython-310.pyc'
import 'plistlib' # <_frozen_importlib_external.SourceFileLoader object at 0x1068c8160>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/six.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc'
import 'pip._vendor.six' # <_frozen_importlib_external.SourceFileLoader object at 0x10690cca0>
import 'pip._vendor.six.moves' # <pip._vendor.six._SixMetaPathImporter object at 0x10690e050>
import 'pip._vendor.six.moves.urllib' # <pip._vendor.six._SixMetaPathImporter object at 0x10690e050>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/py31compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc'
import 'pip._vendor.pkg_resources.py31compat' # <_frozen_importlib_external.SourceFileLoader object at 0x10690d5a0>
# possible namespace for /opt/homebrew/lib/python3.10/site-packages/google
# possible namespace for /opt/homebrew/lib/python3.10/site-packages/google
import 'pip._vendor.pkg_resources' # <_frozen_importlib_external.SourceFileLoader object at 0x1068c9870>
import 'pip._internal.metadata.pkg_resources' # <_frozen_importlib_external.SourceFileLoader object at 0x1068c9030>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib' # <_frozen_importlib_external.SourceFileLoader object at 0x10693afb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/providers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc'
import 'pip._vendor.resolvelib.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x10693b5b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/reporters.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc'
import 'pip._vendor.resolvelib.reporters' # <_frozen_importlib_external.SourceFileLoader object at 0x10693b910>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.resolvelib.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x106970df0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc'
import 'pip._vendor.resolvelib.compat.collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x106970fa0>
import 'pip._vendor.resolvelib.structs' # <_frozen_importlib_external.SourceFileLoader object at 0x106970520>
import 'pip._vendor.resolvelib.resolvers' # <_frozen_importlib_external.SourceFileLoader object at 0x10693ba60>
import 'pip._vendor.resolvelib' # <_frozen_importlib_external.SourceFileLoader object at 0x10693b340>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib.base' # <_frozen_importlib_external.SourceFileLoader object at 0x106972170>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib.candidates' # <_frozen_importlib_external.SourceFileLoader object at 0x106972a70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib.found_candidates' # <_frozen_importlib_external.SourceFileLoader object at 0x1069a01f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib.requirements' # <_frozen_importlib_external.SourceFileLoader object at 0x1069a0820>
import 'pip._internal.resolution.resolvelib.factory' # <_frozen_importlib_external.SourceFileLoader object at 0x106973af0>
import 'pip._internal.resolution.resolvelib.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x10693bd90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib.reporter' # <_frozen_importlib_external.SourceFileLoader object at 0x1069a1c60>
import 'pip._internal.resolution.resolvelib.resolver' # <_frozen_importlib_external.SourceFileLoader object at 0x10693b010>
Processing /Users/joerick/Projects/cibuildwheel
Installing build dependencies: started
Running command pip subprocess to install build dependencies
import _frozen_importlib # frozen
import _imp # builtin
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
# installing zipimport hook
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <class '_frozen_importlib.FrozenImporter'>
# installed zipimport hook
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/codecs.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/codecs.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/codecs.cpython-310.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x104f1f640>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/aliases.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/aliases.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/aliases.cpython-310.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x104f70c10>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x104f1f4c0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/utf_8.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/utf_8.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/utf_8.cpython-310.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x104f1f3a0>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/io.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/io.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/io.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/abc.cpython-310.pyc'
import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x104f70f40>
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x104f70d30>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/site.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/site.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/os.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/os.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/os.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/stat.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/stat.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/stat.cpython-310.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x104f73160>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_collections_abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_collections_abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_collections_abc.cpython-310.pyc'
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x104f734c0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/posixpath.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/posixpath.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/posixpath.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/genericpath.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/genericpath.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/genericpath.cpython-310.pyc'
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x104fa9cf0>
import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x104f73550>
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x104f71d80>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_sitebuiltins.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_sitebuiltins.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_sitebuiltins.cpython-310.pyc'
import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x104f72e60>
Processing user site-packages
Processing global site-packages
Adding directory: '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages'
Processing .pth file: '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/distutils-precedence.pth'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_distutils_hack/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc'
import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x104faada0>
Processing .pth file: '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/protobuf-4.21.5-py3.10-nspkg.pth'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/types.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/types.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/types.cpython-310.pyc'
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x104fabdc0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/warnings.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/warnings.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/warnings.cpython-310.pyc'
import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x104faa2f0>
import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x104fab2b0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/util.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/util.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/util.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_abc.cpython-310.pyc'
import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x104fe1db0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/contextlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/contextlib.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__pycache__/__init__.cpython-310.pyc'
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/keyword.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/keyword.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/keyword.cpython-310.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x105028730>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/operator.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/operator.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/operator.cpython-310.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x1050287f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/reprlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/reprlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/reprlib.cpython-310.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x105028a00>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x104fe04f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/functools.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/functools.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/functools.cpython-310.pyc'
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x105029210>
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x104fe1ba0>
import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x104fab1c0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/machinery.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/machinery.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/machinery.cpython-310.pyc'
import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x104fe1360>
# possible namespace for /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/google
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sitecustomize.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sitecustomize.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sitecustomize.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/re.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/re.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/re.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/enum.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/enum.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/enum.cpython-310.pyc'
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x104fe2770>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_compile.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sre_compile.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_compile.cpython-310.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_parse.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sre_parse.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_parse.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_constants.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sre_constants.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_constants.cpython-310.pyc'
import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x105188d60>
import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x105188550>
import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x10502bdc0>
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/copyreg.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/copyreg.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/copyreg.cpython-310.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x10518a860>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x104fabca0>
import 'sitecustomize' # <_frozen_importlib_external.SourceFileLoader object at 0x104fabbe0>
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x104f71750>
Python 3.10.6 (main, Aug 11 2022, 13:36:31) [Clang 13.1.6 (clang-1316.0.21.2.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/runpy.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/runpy.cpython-310.pyc'
import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x10518bd60>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/typing.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/typing.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/typing.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__pycache__/abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__pycache__/abc.cpython-310.pyc'
import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x1051a8400>
import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x10518b7f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/__pycache__/__init__.cpython-310.pyc'
import 'pip' # <_frozen_importlib_external.SourceFileLoader object at 0x1051a8e80>
# /opt/homebrew/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/__main__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/__pycache__/__main__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x1051eceb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/inject_securetransport.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ssl.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ssl.cpython-310.pyc'
# extension module '_ssl' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ssl.cpython-310-darwin.so'
# extension module '_socket' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_socket.cpython-310-darwin.so'
# extension module '_socket' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_socket.cpython-310-darwin.so'
import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1051eec80>
# extension module '_ssl' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_ssl.cpython-310-darwin.so'
import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1051ee800>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/socket.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/socket.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/socket.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/selectors.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/selectors.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/selectors.cpython-310.pyc'
# extension module 'math' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/math.cpython-310-darwin.so'
# extension module 'math' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/math.cpython-310-darwin.so'
import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105255db0>
# extension module 'select' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/select.cpython-310-darwin.so'
# extension module 'select' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/select.cpython-310-darwin.so'
import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105255e70>
import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x105255360>
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
# extension module 'array' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/array.cpython-310-darwin.so'
# extension module 'array' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/array.cpython-310-darwin.so'
import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105256e90>
import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x1052547c0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/base64.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/base64.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/base64.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/struct.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/struct.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/struct.cpython-310.pyc'
# extension module '_struct' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_struct.cpython-310-darwin.so'
# extension module '_struct' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_struct.cpython-310-darwin.so'
import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105257be0>
import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x1052579d0>
# extension module 'binascii' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/binascii.cpython-310-darwin.so'
# extension module 'binascii' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/binascii.cpython-310-darwin.so'
import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105257c70>
import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x105256ce0>
import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x1051ed060>
import 'pip._internal.utils.inject_securetransport' # <_frozen_importlib_external.SourceFileLoader object at 0x1051ecf10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/_log.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/_log.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/traceback.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/traceback.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/traceback.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/linecache.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/linecache.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/linecache.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tokenize.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tokenize.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tokenize.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/token.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/token.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/token.cpython-310.pyc'
import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x1053f8220>
import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x1053c3940>
import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x1053c36d0>
import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x1053c2bf0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/weakref.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/weakref.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/weakref.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_weakrefset.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_weakrefset.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_weakrefset.cpython-310.pyc'
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x1053f9450>
import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x1053c3cd0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/string.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/string.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/string.cpython-310.pyc'
import '_string' # <class '_frozen_importlib.BuiltinImporter'>
import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x1053f9e40>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/threading.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/threading.cpython-310.pyc'
import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x1053fa470>
import 'atexit' # <class '_frozen_importlib.BuiltinImporter'>
import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x1053c0ca0>
import 'pip._internal.utils._log' # <_frozen_importlib_external.SourceFileLoader object at 0x1051ed210>
import 'pip._internal' # <_frozen_importlib_external.SourceFileLoader object at 0x1051ecac0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x1051ecca0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/main.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/locale.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/locale.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/locale.cpython-310.pyc'
import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x1053c1570>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/autocompletion.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/optparse.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/optparse.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/optparse.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/textwrap.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/textwrap.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/textwrap.cpython-310.pyc'
import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x10543e770>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/gettext.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/gettext.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/gettext.cpython-310.pyc'
import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x10543f580>
import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x10543cd90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/main_parser.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/cmdoptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/__future__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__future__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/__future__.cpython-310.pyc'
import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x105884580>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/glob.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/glob.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/glob.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/fnmatch.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/fnmatch.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/fnmatch.cpython-310.pyc'
import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x1058851e0>
import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x105884c10>
import 'pip._vendor' # <_frozen_importlib_external.SourceFileLoader object at 0x1058843d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__about__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-310.pyc'
import 'pip._vendor.packaging.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x105885540>
import 'pip._vendor.packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x105885030>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/utils.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/tags.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/platform.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/platform.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/platform.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/subprocess.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/subprocess.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/signal.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/signal.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/signal.cpython-310.pyc'
import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x105887700>
# extension module 'fcntl' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/fcntl.cpython-310-darwin.so'
# extension module 'fcntl' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/fcntl.cpython-310-darwin.so'
import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105887b50>
# extension module '_posixsubprocess' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-darwin.so'
# extension module '_posixsubprocess' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_posixsubprocess.cpython-310-darwin.so'
import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105887c10>
import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x105886950>
import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x105885d50>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sysconfig.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sysconfig.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sysconfig.cpython-310.pyc'
import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x1058bcbe0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/_manylinux.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-310.pyc'
import 'pip._vendor.packaging._manylinux' # <_frozen_importlib_external.SourceFileLoader object at 0x1058bcd30>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/_musllinux.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-310.pyc'
import 'pip._vendor.packaging._musllinux' # <_frozen_importlib_external.SourceFileLoader object at 0x1058bd7b0>
import 'pip._vendor.packaging.tags' # <_frozen_importlib_external.SourceFileLoader object at 0x105885630>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/version.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/_structures.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-310.pyc'
import 'pip._vendor.packaging._structures' # <_frozen_importlib_external.SourceFileLoader object at 0x1058be830>
import 'pip._vendor.packaging.version' # <_frozen_importlib_external.SourceFileLoader object at 0x1058bda50>
import 'pip._vendor.packaging.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x105885000>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/parser.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/parser.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/shutil.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/shutil.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/shutil.cpython-310.pyc'
# extension module 'zlib' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/zlib.cpython-310-darwin.so'
# extension module 'zlib' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/zlib.cpython-310-darwin.so'
import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1058f5900>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/bz2.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/bz2.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/bz2.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_compression.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_compression.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_compression.cpython-310.pyc'
import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x1058f7850>
# extension module '_bz2' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so'
# extension module '_bz2' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so'
import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1058f7d60>
import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x1058f7040>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/lzma.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lzma.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/lzma.cpython-310.pyc'
# extension module '_lzma' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so'
# extension module '_lzma' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so'
import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105930460>
import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x1058f7dc0>
import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x1058f6020>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/status_codes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-310.pyc'
import 'pip._internal.cli.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x105930eb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/configuration.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/configuration.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/configparser.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/configparser.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/configparser.cpython-310.pyc'
import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x105931120>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/exceptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/exceptions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/exceptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x105ca4bb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/six.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-310.pyc'
import 'pip._vendor.urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x105ca4c70>
import 'pip._vendor.urllib3.packages.six.moves' # <pip._vendor.urllib3.packages.six._SixMetaPathImporter object at 0x105ca5f60>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/__init__.cpython-310.pyc'
import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x105ca5510>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/client.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/client.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/__init__.cpython-310.pyc'
import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x105cceef0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/parser.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/parser.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/parser.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/feedparser.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/feedparser.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/feedparser.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/errors.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/errors.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/errors.cpython-310.pyc'
import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x105ccfaf0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_policybase.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_policybase.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_policybase.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/header.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/header.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/header.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/quoprimime.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/quoprimime.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/quoprimime.cpython-310.pyc'
import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x105d01660>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/base64mime.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/base64mime.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/base64mime.cpython-310.pyc'
import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x105d01b70>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/charset.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/charset.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/charset.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/encoders.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/encoders.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/encoders.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/quopri.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/quopri.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/quopri.cpython-310.pyc'
import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x105d025f0>
import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x105d02260>
import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x105d01d80>
import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x105d00ee0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/utils.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/utils.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/utils.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/random.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/random.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/random.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/bisect.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/bisect.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/bisect.cpython-310.pyc'
# extension module '_bisect' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bisect.cpython-310-darwin.so'
# extension module '_bisect' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bisect.cpython-310-darwin.so'
import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105d03c10>
import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x105d03a00>
# extension module '_random' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_random.cpython-310-darwin.so'
# extension module '_random' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_random.cpython-310-darwin.so'
import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105d03be0>
# extension module '_sha512' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha512.cpython-310-darwin.so'
# extension module '_sha512' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_sha512.cpython-310-darwin.so'
import '_sha512' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105d03c70>
import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x105d02e30>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/datetime.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/datetime.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/datetime.cpython-310.pyc'
# extension module '_datetime' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_datetime.cpython-310-darwin.so'
# extension module '_datetime' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_datetime.cpython-310-darwin.so'
import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105d46290>
import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x105d03dc0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/__init__.cpython-310.pyc'
import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x105d03ee0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/parse.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/parse.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/parse.cpython-310.pyc'
import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x105d03df0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_parseaddr.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_parseaddr.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_parseaddr.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/calendar.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/calendar.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/calendar.cpython-310.pyc'
import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x105d47cd0>
import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x105d44b20>
import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x105d02c20>
import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x105d004f0>
import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x105ccf460>
import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x105ccf010>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/message.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/message.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/message.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/uu.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/uu.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/uu.cpython-310.pyc'
import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x105d896f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_encoded_words.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/_encoded_words.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/_encoded_words.cpython-310.pyc'
import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x105d89930>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/iterators.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/iterators.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/email/__pycache__/iterators.cpython-310.pyc'
import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x105d89d80>
import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x105ccf8b0>
import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x105ca4fa0>
import 'pip._vendor.urllib3.packages.six.moves.http_client' # <pip._vendor.urllib3.packages.six._SixMetaPathImporter object at 0x105ca5f60>
import 'pip._vendor.urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x105ca41f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/_version.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-310.pyc'
import 'pip._vendor.urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x105ca4490>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/connection.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x105d8beb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-310.pyc'
import 'pip._vendor.urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x105d8bf10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/wait.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-310.pyc'
import 'pip._vendor.urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbc220>
import 'pip._vendor.urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x105d8bbb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/request.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-310.pyc'
import 'pip._vendor.urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbc520>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/response.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-310.pyc'
import 'pip._vendor.urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbc5b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/retry.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-310.pyc'
import 'pip._vendor.urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbc670>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/hmac.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/hmac.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/hmac.cpython-310.pyc'
# extension module '_hashlib' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_hashlib.cpython-310-darwin.so'
# extension module '_hashlib' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_hashlib.cpython-310-darwin.so'
import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105dbdcf0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/hashlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/hashlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/hashlib.cpython-310.pyc'
# extension module '_blake2' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_blake2.cpython-310-darwin.so'
# extension module '_blake2' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_blake2.cpython-310-darwin.so'
import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105dbe5c0>
import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbe1a0>
import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbd690>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/url.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-310.pyc'
import 'pip._vendor.urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbe2c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssltransport.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-310.pyc'
import 'pip._vendor.urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbfa00>
import 'pip._vendor.urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbd240>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/timeout.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-310.pyc'
import 'pip._vendor.urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbcd90>
import 'pip._vendor.urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x105d8b8e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/proxy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-310.pyc'
import 'pip._vendor.urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x105d8b910>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/_collections.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-310.pyc'
import 'pip._vendor.urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbf3a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ipaddress.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ipaddress.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ipaddress.cpython-310.pyc'
import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbfe50>
import 'pip._vendor.urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x105dbfc70>
import 'pip._vendor.urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x105d8afe0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/queue.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/queue.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/queue.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/heapq.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/heapq.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/heapq.cpython-310.pyc'
# extension module '_heapq' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_heapq.cpython-310-darwin.so'
# extension module '_heapq' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_heapq.cpython-310-darwin.so'
import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105e30c70>
import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x105e30760>
# extension module '_queue' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_queue.cpython-310-darwin.so'
# extension module '_queue' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_queue.cpython-310-darwin.so'
import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105e30a90>
import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x105d8b640>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/request.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/filepost.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/fields.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/mimetypes.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/mimetypes.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/mimetypes.cpython-310.pyc'
import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x105e316c0>
import 'pip._vendor.urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x105e31120>
import 'pip._vendor.urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x105e30d90>
import 'pip._vendor.urllib3.packages.six.moves.urllib' # <pip._vendor.urllib3.packages.six._SixMetaPathImporter object at 0x105ca5f60>
import 'pip._vendor.urllib3.packages.six.moves.urllib.parse' # <pip._vendor.urllib3.packages.six._SixMetaPathImporter object at 0x105ca5f60>
import 'pip._vendor.urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x105e307f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-310.pyc'
import 'pip._vendor.urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x105e314e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/queue.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-310.pyc'
import 'pip._vendor.urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x105e323e0>
import 'pip._vendor.urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x105ca45b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/poolmanager.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-310.pyc'
import 'pip._vendor.urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x105e32590>
import 'pip._vendor.urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x105933ca0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/exceptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/enums.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc'
import 'pip._vendor.chardet.enums' # <_frozen_importlib_external.SourceFileLoader object at 0x105e32e60>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/universaldetector.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/charsetgroupprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/charsetprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-310.pyc'
import 'pip._vendor.chardet.charsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e68760>
import 'pip._vendor.chardet.charsetgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e68460>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/escprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/codingstatemachine.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-310.pyc'
import 'pip._vendor.chardet.codingstatemachine' # <_frozen_importlib_external.SourceFileLoader object at 0x105e68fd0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/escsm.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-310.pyc'
import 'pip._vendor.chardet.escsm' # <_frozen_importlib_external.SourceFileLoader object at 0x105e69300>
import 'pip._vendor.chardet.escprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e68cd0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/latin1prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-310.pyc'
import 'pip._vendor.chardet.latin1prober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e69330>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/mbcsgroupprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/big5prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/chardistribution.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/big5freq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-310.pyc'
import 'pip._vendor.chardet.big5freq' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6a140>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/euckrfreq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-310.pyc'
import 'pip._vendor.chardet.euckrfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6a200>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/euctwfreq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-310.pyc'
import 'pip._vendor.chardet.euctwfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6a290>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312freq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-310.pyc'
import 'pip._vendor.chardet.gb2312freq' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6a320>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/jisfreq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-310.pyc'
import 'pip._vendor.chardet.jisfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6a3b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/johabfreq.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-310.pyc'
import 'pip._vendor.chardet.johabfreq' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6a440>
import 'pip._vendor.chardet.chardistribution' # <_frozen_importlib_external.SourceFileLoader object at 0x105e69cf0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/mbcharsetprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-310.pyc'
import 'pip._vendor.chardet.mbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6a7a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/mbcssm.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-310.pyc'
import 'pip._vendor.chardet.mbcssm' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6ab60>
import 'pip._vendor.chardet.big5prober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e69960>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/cp949prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-310.pyc'
import 'pip._vendor.chardet.cp949prober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6ab00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/eucjpprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/jpcntx.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-310.pyc'
import 'pip._vendor.chardet.jpcntx' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6b0a0>
import 'pip._vendor.chardet.eucjpprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6ad70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/euckrprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-310.pyc'
import 'pip._vendor.chardet.euckrprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6b4c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/euctwprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-310.pyc'
import 'pip._vendor.chardet.euctwprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6b6d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/gb2312prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-310.pyc'
import 'pip._vendor.chardet.gb2312prober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6b910>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/johabprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-310.pyc'
import 'pip._vendor.chardet.johabprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6bb50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/sjisprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-310.pyc'
import 'pip._vendor.chardet.sjisprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e6bd90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/utf8prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-310.pyc'
import 'pip._vendor.chardet.utf8prober' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4c130>
import 'pip._vendor.chardet.mbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105e695d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/sbcsgroupprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/hebrewprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-310.pyc'
import 'pip._vendor.chardet.hebrewprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4c460>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langbulgarianmodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/sbcharsetprober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-310.pyc'
import 'pip._vendor.chardet.sbcharsetprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4c820>
import 'pip._vendor.chardet.langbulgarianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4c700>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langgreekmodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-310.pyc'
import 'pip._vendor.chardet.langgreekmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4d690>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langhebrewmodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-310.pyc'
import 'pip._vendor.chardet.langhebrewmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4d600>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langrussianmodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-310.pyc'
import 'pip._vendor.chardet.langrussianmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4d570>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langthaimodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-310.pyc'
import 'pip._vendor.chardet.langthaimodel' # <_frozen_importlib_external.SourceFileLoader object at 0x105d45a80>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/langturkishmodel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-310.pyc'
import 'pip._vendor.chardet.langturkishmodel' # <_frozen_importlib_external.SourceFileLoader object at 0x105d44490>
import 'pip._vendor.chardet.sbcsgroupprober' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4c310>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/utf1632prober.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-310.pyc'
import 'pip._vendor.chardet.utf1632prober' # <_frozen_importlib_external.SourceFileLoader object at 0x105d45b70>
import 'pip._vendor.chardet.universaldetector' # <_frozen_importlib_external.SourceFileLoader object at 0x105e32bc0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/version.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-310.pyc'
import 'pip._vendor.chardet.version' # <_frozen_importlib_external.SourceFileLoader object at 0x105d44ac0>
import 'pip._vendor.chardet' # <_frozen_importlib_external.SourceFileLoader object at 0x105e331f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/decoder.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/decoder.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/decoder.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/scanner.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/scanner.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/scanner.cpython-310.pyc'
# extension module '_json' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_json.cpython-310-darwin.so'
# extension module '_json' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_json.cpython-310-darwin.so'
import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105d44280>
import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x105d443d0>
import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x105d44880>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/encoder.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/encoder.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/encoder.cpython-310.pyc'
import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x105d44670>
import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x105e682e0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/cookiejar.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/cookiejar.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/cookiejar.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/copy.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/copy.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/copy.cpython-310.pyc'
import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4da80>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/request.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/request.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tempfile.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tempfile.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tempfile.cpython-310.pyc'
import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4fe50>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/error.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/error.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/error.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/response.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/response.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/__pycache__/response.cpython-310.pyc'
import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x105fad270>
import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x105face50>
# extension module '_scproxy' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_scproxy.cpython-310-darwin.so'
# extension module '_scproxy' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_scproxy.cpython-310-darwin.so'
import '_scproxy' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105fad900>
import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4dde0>
import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x105d44610>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/cookies.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/cookies.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/__pycache__/cookies.cpython-310.pyc'
import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x105f4ee00>
import 'pip._vendor.requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x105e33940>
import 'pip._vendor.requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x105e33700>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compat.cpython-310.pyc'
import 'pip._internal.utils.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x105fae9e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/packages.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/package_data.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-310.pyc'
import 'pip._vendor.idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x105fae9b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/core.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/core.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/core.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/idnadata.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-310.pyc'
import 'pip._vendor.idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x105faf0d0>
# extension module 'unicodedata' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/unicodedata.cpython-310-darwin.so'
# extension module 'unicodedata' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/unicodedata.cpython-310-darwin.so'
import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x105faf190>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/intranges.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-310.pyc'
import 'pip._vendor.idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x105faf250>
import 'pip._vendor.idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x105faea70>
import 'pip._vendor.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x105fae680>
import 'pip._vendor.requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x105fae920>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/utils.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/zipfile.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/zipfile.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/zipfile.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pathlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pathlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pathlib.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ntpath.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ntpath.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ntpath.cpython-310.pyc'
import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x10600b340>
import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x106009690>
import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x105fafbe0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/certs.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/core.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-310.pyc'
import 'pip._vendor.certifi.core' # <_frozen_importlib_external.SourceFileLoader object at 0x1060546a0>
import 'pip._vendor.certifi' # <_frozen_importlib_external.SourceFileLoader object at 0x106054460>
import 'pip._vendor.requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x106008490>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__version__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-310.pyc'
import 'pip._vendor.requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x106054370>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/_internal_utils.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-310.pyc'
import 'pip._vendor.requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x106054670>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/cookies.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-310.pyc'
import 'pip._vendor.requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x106054970>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/structures.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-310.pyc'
import 'pip._vendor.requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x106055690>
import 'pip._vendor.requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x105fae710>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/api.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/api.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/api.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/auth.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-310.pyc'
import 'pip._vendor.requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x106057130>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/models.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/models.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/models.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/idna.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/idna.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/idna.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/stringprep.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/stringprep.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/stringprep.cpython-310.pyc'
import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x106084730>
import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x1060843a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/hooks.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-310.pyc'
import 'pip._vendor.requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x106084a90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/status_codes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-310.pyc'
import 'pip._vendor.requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x106084be0>
import 'pip._vendor.requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x1060576a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/socks.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-310.pyc'
# destroy pip._vendor.urllib3.contrib.socks
import 'pip._vendor.requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x1060567d0>
import 'pip._vendor.requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x106055ed0>
import 'pip._vendor.requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x106055c60>
import 'pip._vendor.requests' # <_frozen_importlib_external.SourceFileLoader object at 0x105933940>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_extension.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-310.pyc'
import 'pip._vendor.rich._extension' # <_frozen_importlib_external.SourceFileLoader object at 0x1060853f0>
import 'pip._vendor.rich' # <_frozen_importlib_external.SourceFileLoader object at 0x106056650>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/console.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/console.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/console.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/inspect.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/inspect.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/inspect.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ast.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ast.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/ast.cpython-310.pyc'
import '_ast' # <class '_frozen_importlib.BuiltinImporter'>
import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x1060c57e0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/dis.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/dis.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/dis.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/opcode.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/opcode.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/opcode.cpython-310.pyc'
# extension module '_opcode' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_opcode.cpython-310-darwin.so'
# extension module '_opcode' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_opcode.cpython-310-darwin.so'
import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1061104c0>
import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x106110250>
import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x1060c5f90>
import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x106087490>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/dataclasses.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/dataclasses.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/dataclasses.cpython-310.pyc'
import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x1060c4d60>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/getpass.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/getpass.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/getpass.cpython-310.pyc'
# extension module 'termios' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/termios.cpython-310-darwin.so'
# extension module 'termios' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/termios.cpython-310-darwin.so'
import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x106113c10>
import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x106113d90>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/entities.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/entities.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/entities.cpython-310.pyc'
import 'html.entities' # <_frozen_importlib_external.SourceFileLoader object at 0x1061542e0>
import 'html' # <_frozen_importlib_external.SourceFileLoader object at 0x106113c40>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/errors.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-310.pyc'
import 'pip._vendor.rich.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x106154310>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/themes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/default_styles.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/style.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/style.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/style.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/color.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/colorsys.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/colorsys.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/colorsys.cpython-310.pyc'
import 'colorsys' # <_frozen_importlib_external.SourceFileLoader object at 0x106156110>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_palettes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/palette.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/color_triplet.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-310.pyc'
import 'pip._vendor.rich.color_triplet' # <_frozen_importlib_external.SourceFileLoader object at 0x106156920>
import 'pip._vendor.rich.palette' # <_frozen_importlib_external.SourceFileLoader object at 0x1061563e0>
import 'pip._vendor.rich._palettes' # <_frozen_importlib_external.SourceFileLoader object at 0x106156290>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/repr.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-310.pyc'
import 'pip._vendor.rich.repr' # <_frozen_importlib_external.SourceFileLoader object at 0x1061571c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/terminal_theme.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-310.pyc'
import 'pip._vendor.rich.terminal_theme' # <_frozen_importlib_external.SourceFileLoader object at 0x106157400>
import 'pip._vendor.rich.color' # <_frozen_importlib_external.SourceFileLoader object at 0x106155780>
import 'pip._vendor.rich.style' # <_frozen_importlib_external.SourceFileLoader object at 0x106154af0>
import 'pip._vendor.rich.default_styles' # <_frozen_importlib_external.SourceFileLoader object at 0x1061546a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/theme.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-310.pyc'
import 'pip._vendor.rich.theme' # <_frozen_importlib_external.SourceFileLoader object at 0x106304a60>
import 'pip._vendor.rich.themes' # <_frozen_importlib_external.SourceFileLoader object at 0x106154490>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_replace.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_emoji_codes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-310.pyc'
import 'pip._vendor.rich._emoji_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x106304e20>
import 'pip._vendor.rich._emoji_replace' # <_frozen_importlib_external.SourceFileLoader object at 0x106304cd0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_export_format.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-310.pyc'
import 'pip._vendor.rich._export_format' # <_frozen_importlib_external.SourceFileLoader object at 0x106305060>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_log_render.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/text.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/text.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/text.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_loop.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-310.pyc'
import 'pip._vendor.rich._loop' # <_frozen_importlib_external.SourceFileLoader object at 0x106306170>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_pick.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-310.pyc'
import 'pip._vendor.rich._pick' # <_frozen_importlib_external.SourceFileLoader object at 0x106306500>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_wrap.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/cells.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_cell_widths.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-310.pyc'
import 'pip._vendor.rich._cell_widths' # <_frozen_importlib_external.SourceFileLoader object at 0x106306cb0>
import 'pip._vendor.rich.cells' # <_frozen_importlib_external.SourceFileLoader object at 0x106306800>
import 'pip._vendor.rich._wrap' # <_frozen_importlib_external.SourceFileLoader object at 0x106306620>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/align.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/align.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/align.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/constrain.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/jupyter.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/segment.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-310.pyc'
import 'pip._vendor.rich.segment' # <_frozen_importlib_external.SourceFileLoader object at 0x1063079d0>
import 'pip._vendor.rich.jupyter' # <_frozen_importlib_external.SourceFileLoader object at 0x106307550>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/measure.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/protocol.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-310.pyc'
import 'pip._vendor.rich.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x1063e1600>
import 'pip._vendor.rich.measure' # <_frozen_importlib_external.SourceFileLoader object at 0x1063e1900>
import 'pip._vendor.rich.constrain' # <_frozen_importlib_external.SourceFileLoader object at 0x106307280>
import 'pip._vendor.rich.align' # <_frozen_importlib_external.SourceFileLoader object at 0x106306ef0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/containers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-310.pyc'
import 'pip._vendor.rich.containers' # <_frozen_importlib_external.SourceFileLoader object at 0x1063e20e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/control.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/control.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/control.cpython-310.pyc'
import 'pip._vendor.rich.control' # <_frozen_importlib_external.SourceFileLoader object at 0x1063e2740>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/emoji.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-310.pyc'
import 'pip._vendor.rich.emoji' # <_frozen_importlib_external.SourceFileLoader object at 0x1063e3280>
import 'pip._vendor.rich.text' # <_frozen_importlib_external.SourceFileLoader object at 0x106305150>
import 'pip._vendor.rich._log_render' # <_frozen_importlib_external.SourceFileLoader object at 0x106304e50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/highlighter.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-310.pyc'
import 'pip._vendor.rich.highlighter' # <_frozen_importlib_external.SourceFileLoader object at 0x106400370>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/markup.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-310.pyc'
import 'pip._vendor.rich.markup' # <_frozen_importlib_external.SourceFileLoader object at 0x1064005b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/pager.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-310.pyc'
import 'pip._vendor.rich.pager' # <_frozen_importlib_external.SourceFileLoader object at 0x106400e80>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/pretty.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/abc.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-310.pyc'
import 'pip._vendor.rich.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x1064019f0>
import 'pip._vendor.rich.pretty' # <_frozen_importlib_external.SourceFileLoader object at 0x106400c10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/region.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/region.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/region.cpython-310.pyc'
import 'pip._vendor.rich.region' # <_frozen_importlib_external.SourceFileLoader object at 0x106403970>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/scope.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/panel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/box.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/box.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/box.cpython-310.pyc'
import 'pip._vendor.rich.box' # <_frozen_importlib_external.SourceFileLoader object at 0x106403e20>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/padding.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-310.pyc'
import 'pip._vendor.rich.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x106402890>
import 'pip._vendor.rich.panel' # <_frozen_importlib_external.SourceFileLoader object at 0x106402b60>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/table.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/table.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/table.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_ratio.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/fractions.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/fractions.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/fractions.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/decimal.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/decimal.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/decimal.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/numbers.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/numbers.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/numbers.cpython-310.pyc'
import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x106435ba0>
# extension module '_decimal' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_decimal.cpython-310-darwin.so'
# extension module '_decimal' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_decimal.cpython-310-darwin.so'
import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x106435930>
import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x106435720>
import 'fractions' # <_frozen_importlib_external.SourceFileLoader object at 0x106434d00>
import 'pip._vendor.rich._ratio' # <_frozen_importlib_external.SourceFileLoader object at 0x106434880>
import 'pip._vendor.rich.table' # <_frozen_importlib_external.SourceFileLoader object at 0x106403a90>
import 'pip._vendor.rich.scope' # <_frozen_importlib_external.SourceFileLoader object at 0x106402fe0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/screen.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-310.pyc'
import 'pip._vendor.rich.screen' # <_frozen_importlib_external.SourceFileLoader object at 0x106403010>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/styled.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-310.pyc'
import 'pip._vendor.rich.styled' # <_frozen_importlib_external.SourceFileLoader object at 0x106472590>
import 'pip._vendor.rich.console' # <_frozen_importlib_external.SourceFileLoader object at 0x106085510>
import 'pip._internal.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x1059315d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/appdirs.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/api.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-310.pyc'
import 'pip._vendor.platformdirs.api' # <_frozen_importlib_external.SourceFileLoader object at 0x106472950>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/version.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-310.pyc'
import 'pip._vendor.platformdirs.version' # <_frozen_importlib_external.SourceFileLoader object at 0x106472d10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/macos.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-310.pyc'
import 'pip._vendor.platformdirs.macos' # <_frozen_importlib_external.SourceFileLoader object at 0x106472e00>
import 'pip._vendor.platformdirs' # <_frozen_importlib_external.SourceFileLoader object at 0x106471720>
import 'pip._internal.utils.appdirs' # <_frozen_importlib_external.SourceFileLoader object at 0x105933490>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/logging.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/logging.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/handlers.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/handlers.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/handlers.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pickle.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pickle.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pickle.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_compat_pickle.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_compat_pickle.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_compat_pickle.cpython-310.pyc'
import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x1064adf90>
# extension module '_pickle' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_pickle.cpython-310-darwin.so'
# extension module '_pickle' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_pickle.cpython-310-darwin.so'
import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1064ae0e0>
import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x106436c50>
import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x1064739a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/logging.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/traceback.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.pygments' # <_frozen_importlib_external.SourceFileLoader object at 0x1064af0a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/_mapping.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-310.pyc'
import 'pip._vendor.pygments.lexers._mapping' # <_frozen_importlib_external.SourceFileLoader object at 0x1064af610>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/modeline.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-310.pyc'
import 'pip._vendor.pygments.modeline' # <_frozen_importlib_external.SourceFileLoader object at 0x1066017b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/plugin.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-310.pyc'
import 'pip._vendor.pygments.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x1066018d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/util.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-310.pyc'
import 'pip._vendor.pygments.util' # <_frozen_importlib_external.SourceFileLoader object at 0x106601ae0>
import 'pip._vendor.pygments.lexers' # <_frozen_importlib_external.SourceFileLoader object at 0x1064af1c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/token.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-310.pyc'
import 'pip._vendor.pygments.token' # <_frozen_importlib_external.SourceFileLoader object at 0x106601960>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/columns.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-310.pyc'
import 'pip._vendor.rich.columns' # <_frozen_importlib_external.SourceFileLoader object at 0x106602200>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/syntax.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/lexer.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/filter.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-310.pyc'
import 'pip._vendor.pygments.filter' # <_frozen_importlib_external.SourceFileLoader object at 0x1066341f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.pygments.filters' # <_frozen_importlib_external.SourceFileLoader object at 0x1066345b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/regexopt.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-310.pyc'
import 'pip._vendor.pygments.regexopt' # <_frozen_importlib_external.SourceFileLoader object at 0x106634a60>
import 'pip._vendor.pygments.lexer' # <_frozen_importlib_external.SourceFileLoader object at 0x1066031f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/style.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-310.pyc'
import 'pip._vendor.pygments.style' # <_frozen_importlib_external.SourceFileLoader object at 0x106603b50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.pygments.styles' # <_frozen_importlib_external.SourceFileLoader object at 0x106635420>
import 'pip._vendor.rich.syntax' # <_frozen_importlib_external.SourceFileLoader object at 0x1066027a0>
import 'pip._vendor.rich.traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x1064ae4a0>
import 'pip._vendor.rich.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x106436e00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/deprecation.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-310.pyc'
import 'pip._internal.utils.deprecation' # <_frozen_importlib_external.SourceFileLoader object at 0x106636bf0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/misc.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/misc.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/_parser.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/_re.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/_types.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-310.pyc'
import 'pip._vendor.tomli._types' # <_frozen_importlib_external.SourceFileLoader object at 0x106689390>
import 'pip._vendor.tomli._re' # <_frozen_importlib_external.SourceFileLoader object at 0x106689060>
import 'pip._vendor.tomli._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x1066887f0>
import 'pip._vendor.tomli' # <_frozen_importlib_external.SourceFileLoader object at 0x1066885b0>
import 'pip._vendor.pep517.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x1066882b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/resources.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/resources.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/resources.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_common.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_common.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_common.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/abc.cpython-310.pyc'
import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x10668a1a0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_adapters.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_adapters.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_adapters.cpython-310.pyc'
import 'importlib._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x10668ae00>
import 'importlib._common' # <_frozen_importlib_external.SourceFileLoader object at 0x106689720>
import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x1066893c0>
import 'pip._vendor.pep517.in_process' # <_frozen_importlib_external.SourceFileLoader object at 0x106688550>
import 'pip._vendor.pep517.wrappers' # <_frozen_importlib_external.SourceFileLoader object at 0x106636950>
import 'pip._vendor.pep517' # <_frozen_importlib_external.SourceFileLoader object at 0x106636ad0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/__pycache__/__init__.cpython-310.pyc'
import 'concurrent' # <_frozen_importlib_external.SourceFileLoader object at 0x106694730>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__pycache__/_base.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/_base.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/concurrent/futures/__pycache__/_base.cpython-310.pyc'
import 'concurrent.futures._base' # <_frozen_importlib_external.SourceFileLoader object at 0x106694bb0>
import 'concurrent.futures' # <_frozen_importlib_external.SourceFileLoader object at 0x1066948e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/retry.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-310.pyc'
import 'pip._vendor.tenacity.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x106694d60>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/nap.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-310.pyc'
import 'pip._vendor.tenacity.nap' # <_frozen_importlib_external.SourceFileLoader object at 0x106696d10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/stop.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-310.pyc'
import 'pip._vendor.tenacity.stop' # <_frozen_importlib_external.SourceFileLoader object at 0x106696fb0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/wait.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/_utils.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-310.pyc'
import 'pip._vendor.tenacity._utils' # <_frozen_importlib_external.SourceFileLoader object at 0x106697ee0>
import 'pip._vendor.tenacity.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x106697670>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/before.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-310.pyc'
import 'pip._vendor.tenacity.before' # <_frozen_importlib_external.SourceFileLoader object at 0x1066979a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/after.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-310.pyc'
import 'pip._vendor.tenacity.after' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e0580>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/before_sleep.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-310.pyc'
import 'pip._vendor.tenacity.before_sleep' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e06d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/_asyncio.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_events.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_events.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_events.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/constants.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/constants.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/constants.cpython-310.pyc'
import 'asyncio.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e3460>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/coroutines.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/coroutines.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/coroutines.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_futures.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_futures.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_futures.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/format_helpers.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/format_helpers.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/format_helpers.cpython-310.pyc'
import 'asyncio.format_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e3f40>
import 'asyncio.base_futures' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e3d00>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/log.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/log.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/log.cpython-310.pyc'
import 'asyncio.log' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e3e20>
import 'asyncio.coroutines' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e3640>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/events.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/events.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/events.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/contextvars.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextvars.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/contextvars.cpython-310.pyc'
# extension module '_contextvars' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_contextvars.cpython-310-darwin.so'
# extension module '_contextvars' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_contextvars.cpython-310-darwin.so'
import '_contextvars' # <_frozen_importlib_external.ExtensionFileLoader object at 0x1067216f0>
import 'contextvars' # <_frozen_importlib_external.SourceFileLoader object at 0x106721570>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/exceptions.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/exceptions.cpython-310.pyc'
import 'asyncio.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x106721b10>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_tasks.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_tasks.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_tasks.cpython-310.pyc'
import 'asyncio.base_tasks' # <_frozen_importlib_external.SourceFileLoader object at 0x106721f60>
# extension module '_asyncio' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_asyncio.cpython-310-darwin.so'
# extension module '_asyncio' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_asyncio.cpython-310-darwin.so'
import '_asyncio' # <_frozen_importlib_external.ExtensionFileLoader object at 0x106721930>
import 'asyncio.events' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e3e50>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/futures.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/futures.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/futures.cpython-310.pyc'
import 'asyncio.futures' # <_frozen_importlib_external.SourceFileLoader object at 0x106721fc0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/protocols.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/protocols.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/protocols.cpython-310.pyc'
import 'asyncio.protocols' # <_frozen_importlib_external.SourceFileLoader object at 0x1067226b0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/sslproto.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/sslproto.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/sslproto.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/transports.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/transports.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/transports.cpython-310.pyc'
import 'asyncio.transports' # <_frozen_importlib_external.SourceFileLoader object at 0x1067235b0>
import 'asyncio.sslproto' # <_frozen_importlib_external.SourceFileLoader object at 0x106722800>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/staggered.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/staggered.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/staggered.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/locks.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/locks.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/locks.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/mixins.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/mixins.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/mixins.cpython-310.pyc'
import 'asyncio.mixins' # <_frozen_importlib_external.SourceFileLoader object at 0x106764c10>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/tasks.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/tasks.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/tasks.cpython-310.pyc'
import 'asyncio.tasks' # <_frozen_importlib_external.SourceFileLoader object at 0x106764d60>
import 'asyncio.locks' # <_frozen_importlib_external.SourceFileLoader object at 0x1067642b0>
import 'asyncio.staggered' # <_frozen_importlib_external.SourceFileLoader object at 0x106723400>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/trsock.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/trsock.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/trsock.cpython-310.pyc'
import 'asyncio.trsock' # <_frozen_importlib_external.SourceFileLoader object at 0x106765d50>
import 'asyncio.base_events' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e1bd0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/runners.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/runners.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/runners.cpython-310.pyc'
import 'asyncio.runners' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e3250>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/queues.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/queues.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/queues.cpython-310.pyc'
import 'asyncio.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x1067660b0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/streams.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/streams.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/streams.cpython-310.pyc'
import 'asyncio.streams' # <_frozen_importlib_external.SourceFileLoader object at 0x106766680>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/subprocess.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/subprocess.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/subprocess.cpython-310.pyc'
import 'asyncio.subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x1067671c0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/threads.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/threads.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/threads.cpython-310.pyc'
import 'asyncio.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x106767640>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/unix_events.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/unix_events.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/unix_events.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_subprocess.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_subprocess.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/base_subprocess.cpython-310.pyc'
import 'asyncio.base_subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a4be0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/selector_events.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/selector_events.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/__pycache__/selector_events.cpython-310.pyc'
import 'asyncio.selector_events' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a5480>
import 'asyncio.unix_events' # <_frozen_importlib_external.SourceFileLoader object at 0x106767700>
import 'asyncio' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e1990>
import 'pip._vendor.tenacity._asyncio' # <_frozen_importlib_external.SourceFileLoader object at 0x1066e1540>
import 'pip._vendor.tenacity' # <_frozen_importlib_external.SourceFileLoader object at 0x106636b00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.models' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a6a70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/scheme.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/scheme.cpython-310.pyc'
import 'pip._internal.models.scheme' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a6ad0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/virtualenv.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-310.pyc'
import 'pip._internal.utils.virtualenv' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a6bc0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/base.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/locations/__pycache__/base.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_sysconfigdata__darwin_darwin.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_sysconfigdata__darwin_darwin.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_sysconfigdata__darwin_darwin.cpython-310.pyc'
import '_sysconfigdata__darwin_darwin' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a72b0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_osx_support.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_osx_support.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_osx_support.cpython-310.pyc'
import '_osx_support' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a7340>
import 'pip._internal.locations.base' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a70d0>
import 'pip._internal.locations._sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x1067a6e60>
import 'pip._internal.locations' # <_frozen_importlib_external.SourceFileLoader object at 0x1066943a0>
import 'pip._internal.utils.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x106636830>
import 'pip._internal.utils.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x1064719c0>
import 'pip._internal.configuration' # <_frozen_importlib_external.SourceFileLoader object at 0x105930d30>
import 'pip._internal.cli.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x1058f5a20>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/format_control.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/format_control.cpython-310.pyc'
import 'pip._internal.models.format_control' # <_frozen_importlib_external.SourceFileLoader object at 0x106800100>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/index.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/index.cpython-310.pyc'
import 'pip._internal.models.index' # <_frozen_importlib_external.SourceFileLoader object at 0x106800370>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/target_python.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/target_python.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/compatibility_tags.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-310.pyc'
import 'pip._internal.utils.compatibility_tags' # <_frozen_importlib_external.SourceFileLoader object at 0x1068006d0>
import 'pip._internal.models.target_python' # <_frozen_importlib_external.SourceFileLoader object at 0x106800520>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/hashes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-310.pyc'
import 'pip._internal.utils.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x106800f40>
import 'pip._internal.cli.cmdoptions' # <_frozen_importlib_external.SourceFileLoader object at 0x10543f880>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/base_command.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/config.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/config.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/logging/__pycache__/config.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/socketserver.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/socketserver.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/socketserver.cpython-310.pyc'
import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x1068029e0>
import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x106802050>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/command_context.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-310.pyc'
import 'pip._internal.cli.command_context' # <_frozen_importlib_external.SourceFileLoader object at 0x1068039d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/filesystem.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-310.pyc'
import 'pip._internal.utils.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x106803c40>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/temp_dir.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-310.pyc'
import 'pip._internal.utils.temp_dir' # <_frozen_importlib_external.SourceFileLoader object at 0x106840220>
import 'pip._internal.cli.base_command' # <_frozen_importlib_external.SourceFileLoader object at 0x106801b10>
import 'pip._internal.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x106801990>
import 'pip._internal.cli.main_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x10543d0f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/base.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/base.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/csv.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/csv.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/csv.cpython-310.pyc'
# extension module '_csv' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_csv.cpython-310-darwin.so'
# extension module '_csv' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_csv.cpython-310-darwin.so'
import '_csv' # <_frozen_importlib_external.ExtensionFileLoader object at 0x106842a10>
import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x1068422c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/requirements.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/util.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-310.pyc'
import 'pip._vendor.pyparsing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x106843880>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/exceptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/unicode.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-310.pyc'
import 'pip._vendor.pyparsing.unicode' # <_frozen_importlib_external.SourceFileLoader object at 0x1068687c0>
import 'pip._vendor.pyparsing.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x106868130>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/actions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-310.pyc'
import 'pip._vendor.pyparsing.actions' # <_frozen_importlib_external.SourceFileLoader object at 0x1068696f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/core.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/results.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pprint.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pprint.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pprint.cpython-310.pyc'
import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x1068c65f0>
import 'pip._vendor.pyparsing.results' # <_frozen_importlib_external.SourceFileLoader object at 0x1068c57e0>
import 'pip._vendor.pyparsing.core' # <_frozen_importlib_external.SourceFileLoader object at 0x106869c30>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/helpers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-310.pyc'
import 'pip._vendor.pyparsing.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x1069135b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/testing.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-310.pyc'
import 'pip._vendor.pyparsing.testing' # <_frozen_importlib_external.SourceFileLoader object at 0x106a198a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/common.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-310.pyc'
import 'pip._vendor.pyparsing.common' # <_frozen_importlib_external.SourceFileLoader object at 0x106a19d50>
import 'pip._vendor.pyparsing' # <_frozen_importlib_external.SourceFileLoader object at 0x106842ef0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/markers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/specifiers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-310.pyc'
import 'pip._vendor.packaging.specifiers' # <_frozen_importlib_external.SourceFileLoader object at 0x106a5dcc0>
import 'pip._vendor.packaging.markers' # <_frozen_importlib_external.SourceFileLoader object at 0x106a5d060>
import 'pip._vendor.packaging.requirements' # <_frozen_importlib_external.SourceFileLoader object at 0x106842b90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/direct_url.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-310.pyc'
import 'pip._internal.models.direct_url' # <_frozen_importlib_external.SourceFileLoader object at 0x10686b6a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/egg_link.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-310.pyc'
import 'pip._internal.utils.egg_link' # <_frozen_importlib_external.SourceFileLoader object at 0x106ab1e10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/packaging.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-310.pyc'
import 'pip._internal.utils.packaging' # <_frozen_importlib_external.SourceFileLoader object at 0x106ab1f00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/urls.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/urls.cpython-310.pyc'
import 'pip._internal.utils.urls' # <_frozen_importlib_external.SourceFileLoader object at 0x106ab2020>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/_json.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-310.pyc'
import 'pip._internal.metadata._json' # <_frozen_importlib_external.SourceFileLoader object at 0x106ab2170>
import 'pip._internal.metadata.base' # <_frozen_importlib_external.SourceFileLoader object at 0x106840be0>
import 'pip._internal.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x106841120>
import 'pip._internal.cli.autocompletion' # <_frozen_importlib_external.SourceFileLoader object at 0x10543ca60>
import 'pip._internal.cli.main' # <_frozen_importlib_external.SourceFileLoader object at 0x1051ecbe0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/install.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/install.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/__pycache__/install.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cache.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/cache.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/link.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/link.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/filetypes.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-310.pyc'
import 'pip._internal.utils.filetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x106af05b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/models.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/models.cpython-310.pyc'
import 'pip._internal.utils.models' # <_frozen_importlib_external.SourceFileLoader object at 0x106af0700>
import 'pip._internal.models.link' # <_frozen_importlib_external.SourceFileLoader object at 0x106ab3f70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/wheel.cpython-310.pyc'
import 'pip._internal.models.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x106af1360>
import 'pip._internal.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x106ab3940>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/req_command.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.index' # <_frozen_importlib_external.SourceFileLoader object at 0x106af1c00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/collector.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/collector.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/__pycache__/__init__.cpython-310.pyc'
import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x106af2c80>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/__init__.cpython-310.pyc'
import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x106af2d10>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/ElementTree.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/ElementTree.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/ElementTree.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/ElementPath.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/ElementPath.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/etree/__pycache__/ElementPath.cpython-310.pyc'
import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x106b14820>
# extension module 'pyexpat' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/pyexpat.cpython-310-darwin.so'
# extension module 'pyexpat' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/pyexpat.cpython-310-darwin.so'
import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x106b15360>
# extension module '_elementtree' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_elementtree.cpython-310-darwin.so'
# extension module '_elementtree' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_elementtree.cpython-310-darwin.so'
import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x106b15030>
import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x106af2d70>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/parser.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/parser.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/html/__pycache__/parser.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_markupbase.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_markupbase.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_markupbase.cpython-310.pyc'
import '_markupbase' # <_frozen_importlib_external.SourceFileLoader object at 0x106b15570>
import 'html.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x106b14df0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/search_scope.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-310.pyc'
import 'pip._internal.models.search_scope' # <_frozen_importlib_external.SourceFileLoader object at 0x106b15e10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.network' # <_frozen_importlib_external.SourceFileLoader object at 0x106b15c30>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/session.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/session.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/wrapper.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/controller.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/cache.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-310.pyc'
import 'pip._vendor.cachecontrol.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x106b17130>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/serialize.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/exceptions.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-310.pyc'
import 'pip._vendor.msgpack.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x106b17e80>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/ext.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-310.pyc'
import 'pip._vendor.msgpack.ext' # <_frozen_importlib_external.SourceFileLoader object at 0x106b17fa0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/fallback.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-310.pyc'
import 'pip._vendor.msgpack.fallback' # <_frozen_importlib_external.SourceFileLoader object at 0x106b589d0>
import 'pip._vendor.msgpack' # <_frozen_importlib_external.SourceFileLoader object at 0x106b17b80>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-310.pyc'
import 'pip._vendor.cachecontrol.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x106b58760>
import 'pip._vendor.cachecontrol.serialize' # <_frozen_importlib_external.SourceFileLoader object at 0x106b174f0>
import 'pip._vendor.cachecontrol.controller' # <_frozen_importlib_external.SourceFileLoader object at 0x106b16d70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-310.pyc'
# extension module 'mmap' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/mmap.cpython-310-darwin.so'
# extension module 'mmap' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/mmap.cpython-310-darwin.so'
import 'mmap' # <_frozen_importlib_external.ExtensionFileLoader object at 0x106b59ea0>
import 'pip._vendor.cachecontrol.filewrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x106b17940>
import 'pip._vendor.cachecontrol.adapter' # <_frozen_importlib_external.SourceFileLoader object at 0x106b169e0>
import 'pip._vendor.cachecontrol.wrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x106b16890>
import 'pip._vendor.cachecontrol' # <_frozen_importlib_external.SourceFileLoader object at 0x106b165f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/auth.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/auth.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/bazaar.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/shlex.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/shlex.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/shlex.cpython-310.pyc'
import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x106b5a290>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/spinners.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-310.pyc'
import 'pip._internal.cli.spinners' # <_frozen_importlib_external.SourceFileLoader object at 0x106b5a7a0>
import 'pip._internal.utils.subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x106b59d50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-310.pyc'
import 'pip._internal.vcs.versioncontrol' # <_frozen_importlib_external.SourceFileLoader object at 0x106b5af20>
import 'pip._internal.vcs.bazaar' # <_frozen_importlib_external.SourceFileLoader object at 0x106b59e70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/git.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/git.cpython-310.pyc'
import 'pip._internal.vcs.git' # <_frozen_importlib_external.SourceFileLoader object at 0x106bd07f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/mercurial.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-310.pyc'
import 'pip._internal.vcs.mercurial' # <_frozen_importlib_external.SourceFileLoader object at 0x106bd10c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/subversion.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-310.pyc'
import 'pip._internal.vcs.subversion' # <_frozen_importlib_external.SourceFileLoader object at 0x106bd15d0>
import 'pip._internal.vcs' # <_frozen_importlib_external.SourceFileLoader object at 0x106b598d0>
import 'pip._internal.network.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x106b16bf0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/cache.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/cache.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-310.pyc'
import 'pip._vendor.cachecontrol.caches.file_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x106bd2230>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-310.pyc'
import 'pip._vendor.cachecontrol.caches.redis_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x106bd25c0>
import 'pip._vendor.cachecontrol.caches' # <_frozen_importlib_external.SourceFileLoader object at 0x106bd1fc0>
import 'pip._internal.network.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x106bd1c60>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/glibc.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-310.pyc'
import 'pip._internal.utils.glibc' # <_frozen_importlib_external.SourceFileLoader object at 0x106bd2800>
import 'pip._internal.network.session' # <_frozen_importlib_external.SourceFileLoader object at 0x106b15c90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/utils.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/utils.cpython-310.pyc'
import 'pip._internal.network.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x106bd2d40>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/sources.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/sources.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/candidate.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/candidate.cpython-310.pyc'
import 'pip._internal.models.candidate' # <_frozen_importlib_external.SourceFileLoader object at 0x106bd32e0>
import 'pip._internal.index.sources' # <_frozen_importlib_external.SourceFileLoader object at 0x106bd2dd0>
import 'pip._internal.index.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x106af1cc0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/package_finder.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/selection_prefs.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-310.pyc'
import 'pip._internal.models.selection_prefs' # <_frozen_importlib_external.SourceFileLoader object at 0x106c04b20>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/req_file.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_file.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/encoding.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-310.pyc'
import 'pip._internal.utils.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x106c057e0>
import 'pip._internal.req.req_file' # <_frozen_importlib_external.SourceFileLoader object at 0x106c05120>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/req_install.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_install.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/uuid.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/uuid.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/uuid.cpython-310.pyc'
# extension module '_uuid' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_uuid.cpython-310-darwin.so'
# extension module '_uuid' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_uuid.cpython-310-darwin.so'
import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x106c07880>
import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x106c06590>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/build_env.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/build_env.cpython-310.pyc'
import 'pip._internal.build_env' # <_frozen_importlib_external.SourceFileLoader object at 0x106c07910>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.operations' # <_frozen_importlib_external.SourceFileLoader object at 0x106c341c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.operations.build' # <_frozen_importlib_external.SourceFileLoader object at 0x106c34220>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/metadata.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-310.pyc'
import 'pip._internal.operations.build.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x106c34280>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_editable.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-310.pyc'
import 'pip._internal.operations.build.metadata_editable' # <_frozen_importlib_external.SourceFileLoader object at 0x106c34310>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/setuptools_build.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-310.pyc'
import 'pip._internal.utils.setuptools_build' # <_frozen_importlib_external.SourceFileLoader object at 0x106c34520>
import 'pip._internal.operations.build.metadata_legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x106c343a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.operations.install' # <_frozen_importlib_external.SourceFileLoader object at 0x106c347c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/editable_legacy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-310.pyc'
import 'pip._internal.operations.install.editable_legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x106c34820>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/legacy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/legacy.cpython-310.pyc'
import 'pip._internal.operations.install.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x106c34940>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/compileall.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/compileall.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/compileall.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/py_compile.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/py_compile.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/py_compile.cpython-310.pyc'
import 'py_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x106c35d20>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/filecmp.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/filecmp.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/filecmp.cpython-310.pyc'
import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x106c361d0>
import 'compileall' # <_frozen_importlib_external.SourceFileLoader object at 0x106c35930>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.distlib' # <_frozen_importlib_external.SourceFileLoader object at 0x106c366b0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/scripts.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__pycache__/__init__.cpython-310.pyc'
import 'xmlrpc' # <_frozen_importlib_external.SourceFileLoader object at 0x106c6c7f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__pycache__/client.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/client.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xmlrpc/__pycache__/client.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__pycache__/__init__.cpython-310.pyc'
import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x106c6dd50>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__pycache__/expat.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/expat.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/xml/parsers/__pycache__/expat.cpython-310.pyc'
import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x106c6df00>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/gzip.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/gzip.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/gzip.cpython-310.pyc'
import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x106c6df60>
import 'xmlrpc.client' # <_frozen_importlib_external.SourceFileLoader object at 0x106c6c8b0>
import 'pip._vendor.distlib.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x106c36ce0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/resources.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pkgutil.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pkgutil.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/pkgutil.cpython-310.pyc'
import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x106c37d00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/util.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tarfile.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tarfile.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tarfile.cpython-310.pyc'
import 'pwd' # <class '_frozen_importlib.BuiltinImporter'>
# extension module 'grp' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/grp.cpython-310-darwin.so'
# extension module 'grp' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/grp.cpython-310-darwin.so'
import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x106af3f40>
import 'tarfile' # <_frozen_importlib_external.SourceFileLoader object at 0x106c6feb0>
import 'pip._vendor.distlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x106c6ee00>
import 'pip._vendor.distlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x106c36fe0>
import 'pip._vendor.distlib.scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x106c36650>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-310.pyc'
import 'pip._internal.utils.unpacking' # <_frozen_importlib_external.SourceFileLoader object at 0x106c36b30>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-310.pyc'
import 'pip._internal.utils.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x106cc1b40>
import 'pip._internal.operations.install.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x106c34b50>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/pyproject.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/pyproject.cpython-310.pyc'
import 'pip._internal.pyproject' # <_frozen_importlib_external.SourceFileLoader object at 0x106c350c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/req_uninstall.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-310.pyc'
import 'pip._internal.req.req_uninstall' # <_frozen_importlib_external.SourceFileLoader object at 0x106cc29e0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/direct_url_helpers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-310.pyc'
import 'pip._internal.utils.direct_url_helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x106cc2fe0>
import 'pip._internal.req.req_install' # <_frozen_importlib_external.SourceFileLoader object at 0x106c05c00>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/req_set.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/req_set.cpython-310.pyc'
import 'pip._internal.req.req_set' # <_frozen_importlib_external.SourceFileLoader object at 0x106cc32e0>
import 'pip._internal.req' # <_frozen_importlib_external.SourceFileLoader object at 0x106c04cd0>
import 'pip._internal.index.package_finder' # <_frozen_importlib_external.SourceFileLoader object at 0x106af2230>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/build_tracker.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-310.pyc'
import 'pip._internal.operations.build.build_tracker' # <_frozen_importlib_external.SourceFileLoader object at 0x106cc3b80>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/prepare.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/base.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/base.cpython-310.pyc'
import 'pip._internal.distributions.base' # <_frozen_importlib_external.SourceFileLoader object at 0x106d14340>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-310.pyc'
import 'pip._internal.distributions.sdist' # <_frozen_importlib_external.SourceFileLoader object at 0x106d14610>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-310.pyc'
import 'pip._internal.distributions.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x106d14940>
import 'pip._internal.distributions' # <_frozen_importlib_external.SourceFileLoader object at 0x106d14100>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/installed.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-310.pyc'
import 'pip._internal.distributions.installed' # <_frozen_importlib_external.SourceFileLoader object at 0x106d149d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/download.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/download.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/progress.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/filesize.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-310.pyc'
import 'pip._vendor.rich.filesize' # <_frozen_importlib_external.SourceFileLoader object at 0x106d16b90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/live.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/file_proxy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/ansi.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-310.pyc'
import 'pip._vendor.rich.ansi' # <_frozen_importlib_external.SourceFileLoader object at 0x106d17b20>
import 'pip._vendor.rich.file_proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x106d17700>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/live_render.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-310.pyc'
import 'pip._vendor.rich.live_render' # <_frozen_importlib_external.SourceFileLoader object at 0x106d179a0>
import 'pip._vendor.rich.live' # <_frozen_importlib_external.SourceFileLoader object at 0x106d16d10>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/progress_bar.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-310.pyc'
import 'pip._vendor.rich.progress_bar' # <_frozen_importlib_external.SourceFileLoader object at 0x106d584c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/spinner.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/_spinners.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-310.pyc'
import 'pip._vendor.rich._spinners' # <_frozen_importlib_external.SourceFileLoader object at 0x106d58820>
import 'pip._vendor.rich.spinner' # <_frozen_importlib_external.SourceFileLoader object at 0x106d582b0>
import 'pip._vendor.rich.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x106d15090>
import 'pip._internal.cli.progress_bars' # <_frozen_importlib_external.SourceFileLoader object at 0x106d14e20>
import 'pip._internal.network.download' # <_frozen_importlib_external.SourceFileLoader object at 0x106d14af0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/lazy_wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-310.pyc'
import 'pip._internal.network.lazy_wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x106d5b6d0>
import 'pip._internal.operations.prepare' # <_frozen_importlib_external.SourceFileLoader object at 0x106cc3ee0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/constructors.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/req/__pycache__/constructors.cpython-310.pyc'
import 'pip._internal.req.constructors' # <_frozen_importlib_external.SourceFileLoader object at 0x106d5a080>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.resolution' # <_frozen_importlib_external.SourceFileLoader object at 0x106d59780>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/base.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/__pycache__/base.cpython-310.pyc'
import 'pip._internal.resolution.base' # <_frozen_importlib_external.SourceFileLoader object at 0x106d59870>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/self_outdated_check.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/entrypoints.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-310.pyc'
import 'pip._internal.utils.entrypoints' # <_frozen_importlib_external.SourceFileLoader object at 0x106d5a560>
import 'pip._internal.self_outdated_check' # <_frozen_importlib_external.SourceFileLoader object at 0x106d5a2f0>
import 'pip._internal.cli.req_command' # <_frozen_importlib_external.SourceFileLoader object at 0x106af19c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/installation_report.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-310.pyc'
import 'pip._internal.models.installation_report' # <_frozen_importlib_external.SourceFileLoader object at 0x106d5b7f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/check.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/__pycache__/check.cpython-310.pyc'
import 'pip._internal.operations.check' # <_frozen_importlib_external.SourceFileLoader object at 0x106d5a170>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/distutils_args.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/__pycache__/distutils_args.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/getopt.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/getopt.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/getopt.cpython-310.pyc'
import 'getopt' # <_frozen_importlib_external.SourceFileLoader object at 0x106d5ad70>
import 'pip._internal.utils.distutils_args' # <_frozen_importlib_external.SourceFileLoader object at 0x106d5afe0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/wheel_builder.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/wheel.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-310.pyc'
import 'pip._internal.operations.build.wheel' # <_frozen_importlib_external.SourceFileLoader object at 0x106d94220>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_editable.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-310.pyc'
import 'pip._internal.operations.build.wheel_editable' # <_frozen_importlib_external.SourceFileLoader object at 0x106d943d0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/wheel_legacy.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-310.pyc'
import 'pip._internal.operations.build.wheel_legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x106d94490>
import 'pip._internal.wheel_builder' # <_frozen_importlib_external.SourceFileLoader object at 0x106d5b8e0>
import 'pip._internal.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x106ab3490>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/plistlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/plistlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/plistlib.cpython-310.pyc'
import 'plistlib' # <_frozen_importlib_external.SourceFileLoader object at 0x106d96650>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/pkg_resources.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/six.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/__pycache__/six.cpython-310.pyc'
import 'pip._vendor.six' # <_frozen_importlib_external.SourceFileLoader object at 0x106dcee00>
import 'pip._vendor.six.moves' # <pip._vendor.six._SixMetaPathImporter object at 0x106e201f0>
import 'pip._vendor.six.moves.urllib' # <pip._vendor.six._SixMetaPathImporter object at 0x106e201f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/py31compat.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-310.pyc'
import 'pip._vendor.pkg_resources.py31compat' # <_frozen_importlib_external.SourceFileLoader object at 0x106dcf700>
# possible namespace for /opt/homebrew/lib/python3.10/site-packages/google
# possible namespace for /opt/homebrew/lib/python3.10/site-packages/google
import 'pip._vendor.pkg_resources' # <_frozen_importlib_external.SourceFileLoader object at 0x106d979d0>
import 'pip._internal.metadata.pkg_resources' # <_frozen_importlib_external.SourceFileLoader object at 0x106d97250>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib' # <_frozen_importlib_external.SourceFileLoader object at 0x106e352a0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/providers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-310.pyc'
import 'pip._vendor.resolvelib.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x106e35930>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/reporters.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-310.pyc'
import 'pip._vendor.resolvelib.reporters' # <_frozen_importlib_external.SourceFileLoader object at 0x106e35c90>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__init__.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-310.pyc'
import 'pip._vendor.resolvelib.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x106e37130>
# /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-310.pyc'
import 'pip._vendor.resolvelib.compat.collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x106e372e0>
import 'pip._vendor.resolvelib.structs' # <_frozen_importlib_external.SourceFileLoader object at 0x106e36860>
import 'pip._vendor.resolvelib.resolvers' # <_frozen_importlib_external.SourceFileLoader object at 0x106e35de0>
import 'pip._vendor.resolvelib' # <_frozen_importlib_external.SourceFileLoader object at 0x106e356c0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/provider.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/base.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib.base' # <_frozen_importlib_external.SourceFileLoader object at 0x106e784f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib.candidates' # <_frozen_importlib_external.SourceFileLoader object at 0x106e78c70>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-310.pyc'
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib.found_candidates' # <_frozen_importlib_external.SourceFileLoader object at 0x106e7a5f0>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/requirements.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib.requirements' # <_frozen_importlib_external.SourceFileLoader object at 0x106e7ac50>
import 'pip._internal.resolution.resolvelib.factory' # <_frozen_importlib_external.SourceFileLoader object at 0x106e79c60>
import 'pip._internal.resolution.resolvelib.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x106e36110>
# /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc matches /opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/reporter.py
# code object from '/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-310.pyc'
import 'pip._internal.resolution.resolvelib.reporter' # <_frozen_importlib_external.SourceFileLoader object at 0x106e7ba30>
import 'pip._internal.resolution.resolvelib.resolver' # <_frozen_importlib_external.SourceFileLoader object at 0x106e35300>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/netrc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/netrc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/netrc.cpython-310.pyc'
import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x106ea48e0>
Collecting hatchling
Using cached hatchling-1.11.0-py3-none-any.whl (73 kB)
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/cp437.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/cp437.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/cp437.cpython-310.pyc'
import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x10c033d30>
Collecting editables>=0.3
Using cached editables-0.3-py3-none-any.whl (4.7 kB)
Collecting tomli>=1.2.2
Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting packaging>=21.3
Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting pathspec>=0.10.1
Using cached pathspec-0.10.1-py3-none-any.whl (27 kB)
Collecting pluggy>=1.0.0
Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Installing collected packages: tomli, pyparsing, pluggy, pathspec, editables, packaging, hatchling
Successfully installed editables-0.3 hatchling-1.11.0 packaging-21.3 pathspec-0.10.1 pluggy-1.0.0 pyparsing-3.0.9 tomli-2.0.1
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_strptime.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_strptime.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_strptime.cpython-310.pyc'
import '_strptime' # <_frozen_importlib_external.SourceFileLoader object at 0x10c1b0b80>
# destroy __main__
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.__interactivehook__
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing sys
# cleanup[2] removing builtins
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _imp
# cleanup[2] removing _thread
# cleanup[2] removing _warnings
# cleanup[2] removing _weakref
# cleanup[2] removing _io
# cleanup[2] removing marshal
# cleanup[2] removing posix
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing time
# cleanup[2] removing zipimport
# cleanup[2] removing _codecs
# cleanup[2] removing codecs
# cleanup[2] removing encodings.aliases
# cleanup[2] removing encodings
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing _signal
# cleanup[2] removing _abc
# cleanup[2] removing abc
# cleanup[2] removing io
# cleanup[2] removing __main__
# destroy __main__
# cleanup[2] removing _stat
# cleanup[2] removing stat
# cleanup[2] removing _collections_abc
# cleanup[2] removing genericpath
# cleanup[2] removing posixpath
# cleanup[2] removing os.path
# cleanup[2] removing os
# cleanup[2] removing _sitebuiltins
# cleanup[2] removing _distutils_hack
# destroy _distutils_hack
# cleanup[2] removing types
# cleanup[2] removing importlib._bootstrap
# cleanup[2] removing importlib._bootstrap_external
# cleanup[2] removing warnings
# cleanup[2] removing importlib
# cleanup[2] removing importlib._abc
# cleanup[2] removing itertools
# cleanup[2] removing keyword
# cleanup[2] removing _operator
# cleanup[2] removing operator
# cleanup[2] removing reprlib
# cleanup[2] removing _collections
# cleanup[2] removing collections
# cleanup[2] removing _functools
# cleanup[2] removing functools
# cleanup[2] removing contextlib
# cleanup[2] removing importlib.util
# cleanup[2] removing importlib.machinery
# cleanup[2] removing google
# destroy google
# cleanup[2] removing enum
# cleanup[2] removing _sre
# cleanup[2] removing sre_constants
# destroy sre_constants
# cleanup[2] removing sre_parse
# cleanup[2] removing sre_compile
# cleanup[2] removing _locale
# cleanup[2] removing copyreg
# cleanup[2] removing re
# cleanup[2] removing sitecustomize
# destroy sitecustomize
# cleanup[2] removing site
# cleanup[2] removing runpy
# cleanup[2] removing collections.abc
# cleanup[2] removing typing
# cleanup[2] removing pip
# cleanup[2] removing pip._internal.utils
# cleanup[2] removing _socket
# cleanup[2] removing _ssl
# cleanup[2] removing math
# cleanup[2] removing select
# cleanup[2] removing selectors
# cleanup[2] removing errno
# cleanup[2] removing array
# cleanup[2] removing socket
# cleanup[2] removing _struct
# cleanup[2] removing struct
# cleanup[2] removing binascii
# cleanup[2] removing base64
# cleanup[2] removing ssl
# cleanup[2] removing pip._internal.utils.inject_securetransport
# cleanup[2] removing token
# cleanup[2] removing tokenize
# cleanup[2] removing linecache
# cleanup[2] removing traceback
# cleanup[2] removing _weakrefset
# destroy _weakrefset
# cleanup[2] removing weakref
# cleanup[2] removing _string
# cleanup[2] removing string
# cleanup[2] removing threading
# cleanup[2] removing atexit
# cleanup[2] removing logging
# cleanup[2] removing pip._internal.utils._log
# cleanup[2] removing pip._internal
# cleanup[2] removing pip._internal.cli
# cleanup[2] removing locale
# cleanup[2] removing textwrap
# cleanup[2] removing gettext
# destroy gettext
# cleanup[2] removing optparse
# cleanup[2] removing __future__
# destroy __future__
# cleanup[2] removing fnmatch
# cleanup[2] removing glob
# cleanup[2] removing pip._vendor
# cleanup[2] removing pip._vendor.packaging.__about__
# cleanup[2] removing pip._vendor.packaging
# cleanup[2] removing signal
# cleanup[2] removing fcntl
# cleanup[2] removing _posixsubprocess
# cleanup[2] removing subprocess
# cleanup[2] removing platform
# cleanup[2] removing sysconfig
# cleanup[2] removing pip._vendor.packaging._manylinux
# cleanup[2] removing pip._vendor.packaging._musllinux
# cleanup[2] removing pip._vendor.packaging.tags
# cleanup[2] removing pip._vendor.packaging._structures
# cleanup[2] removing pip._vendor.packaging.version
# cleanup[2] removing pip._vendor.packaging.utils
# cleanup[2] removing zlib
# cleanup[2] removing _compression
# cleanup[2] removing _bz2
# cleanup[2] removing bz2
# cleanup[2] removing _lzma
# cleanup[2] removing lzma
# cleanup[2] removing shutil
# cleanup[2] removing pip._internal.cli.status_codes
# cleanup[2] removing configparser
# cleanup[2] removing pip._vendor.urllib3.packages
# cleanup[2] removing pip._vendor.urllib3.packages.six
# cleanup[2] removing pip._vendor.urllib3.packages.six.moves
# cleanup[2] removing http
# cleanup[2] removing email
# cleanup[2] removing email.errors
# cleanup[2] removing email.quoprimime
# cleanup[2] removing email.base64mime
# cleanup[2] removing quopri
# cleanup[2] removing email.encoders
# cleanup[2] removing email.charset
# cleanup[2] removing email.header
# cleanup[2] removing _bisect
# cleanup[2] removing bisect
# cleanup[2] removing _random
# cleanup[2] removing _sha512
# cleanup[2] removing random
# cleanup[2] removing _datetime
# cleanup[2] removing datetime
# cleanup[2] removing urllib
# cleanup[2] removing urllib.parse
# cleanup[2] removing calendar
# cleanup[2] removing email._parseaddr
# cleanup[2] removing email.utils
# cleanup[2] removing email._policybase
# cleanup[2] removing email.feedparser
# cleanup[2] removing email.parser
# cleanup[2] removing uu
# cleanup[2] removing email._encoded_words
# cleanup[2] removing email.iterators
# cleanup[2] removing email.message
# cleanup[2] removing http.client
# cleanup[2] removing pip._vendor.urllib3.packages.six.moves.http_client
# cleanup[2] removing pip._vendor.urllib3.exceptions
# cleanup[2] removing pip._vendor.urllib3._version
# cleanup[2] removing pip._vendor.urllib3.contrib
# cleanup[2] removing pip._vendor.urllib3.contrib._appengine_environ
# cleanup[2] removing pip._vendor.urllib3.util.wait
# cleanup[2] removing pip._vendor.urllib3.util.connection
# cleanup[2] removing pip._vendor.urllib3.util.request
# cleanup[2] removing pip._vendor.urllib3.util.response
# cleanup[2] removing pip._vendor.urllib3.util.retry
# cleanup[2] removing _hashlib
# cleanup[2] removing _blake2
# cleanup[2] removing hashlib
# cleanup[2] removing hmac
# cleanup[2] removing pip._vendor.urllib3.util.url
# cleanup[2] removing pip._vendor.urllib3.util.ssltransport
# cleanup[2] removing pip._vendor.urllib3.util.ssl_
# cleanup[2] removing pip._vendor.urllib3.util.timeout
# cleanup[2] removing pip._vendor.urllib3.util
# cleanup[2] removing pip._vendor.urllib3.util.proxy
# cleanup[2] removing pip._vendor.urllib3._collections
# cleanup[2] removing ipaddress
# cleanup[2] removing pip._vendor.urllib3.util.ssl_match_hostname
# cleanup[2] removing pip._vendor.urllib3.connection
# cleanup[2] removing _heapq
# cleanup[2] removing heapq
# cleanup[2] removing _queue
# cleanup[2] removing queue
# cleanup[2] removing mimetypes
# cleanup[2] removing pip._vendor.urllib3.fields
# cleanup[2] removing pip._vendor.urllib3.filepost
# cleanup[2] removing pip._vendor.urllib3.packages.six.moves.urllib
# cleanup[2] removing pip._vendor.urllib3.packages.six.moves.urllib.parse
# cleanup[2] removing pip._vendor.urllib3.request
# cleanup[2] removing pip._vendor.urllib3.response
# cleanup[2] removing pip._vendor.urllib3.util.queue
# cleanup[2] removing pip._vendor.urllib3.connectionpool
# cleanup[2] removing pip._vendor.urllib3.poolmanager
# cleanup[2] removing pip._vendor.urllib3
# cleanup[2] removing pip._vendor.chardet.enums
# cleanup[2] removing pip._vendor.chardet.charsetprober
# cleanup[2] removing pip._vendor.chardet.charsetgroupprober
# cleanup[2] removing pip._vendor.chardet.codingstatemachine
# cleanup[2] removing pip._vendor.chardet.escsm
# cleanup[2] removing pip._vendor.chardet.escprober
# cleanup[2] removing pip._vendor.chardet.latin1prober
# cleanup[2] removing pip._vendor.chardet.big5freq
# cleanup[2] removing pip._vendor.chardet.euckrfreq
# cleanup[2] removing pip._vendor.chardet.euctwfreq
# cleanup[2] removing pip._vendor.chardet.gb2312freq
# cleanup[2] removing pip._vendor.chardet.jisfreq
# cleanup[2] removing pip._vendor.chardet.johabfreq
# cleanup[2] removing pip._vendor.chardet.chardistribution
# cleanup[2] removing pip._vendor.chardet.mbcharsetprober
# cleanup[2] removing pip._vendor.chardet.mbcssm
# cleanup[2] removing pip._vendor.chardet.big5prober
# cleanup[2] removing pip._vendor.chardet.cp949prober
# cleanup[2] removing pip._vendor.chardet.jpcntx
# cleanup[2] removing pip._vendor.chardet.eucjpprober
# cleanup[2] removing pip._vendor.chardet.euckrprober
# cleanup[2] removing pip._vendor.chardet.euctwprober
# cleanup[2] removing pip._vendor.chardet.gb2312prober
# cleanup[2] removing pip._vendor.chardet.johabprober
# cleanup[2] removing pip._vendor.chardet.sjisprober
# cleanup[2] removing pip._vendor.chardet.utf8prober
# cleanup[2] removing pip._vendor.chardet.mbcsgroupprober
# cleanup[2] removing pip._vendor.chardet.hebrewprober
# cleanup[2] removing pip._vendor.chardet.sbcharsetprober
# cleanup[2] removing pip._vendor.chardet.langbulgarianmodel
# cleanup[2] removing pip._vendor.chardet.langgreekmodel
# cleanup[2] removing pip._vendor.chardet.langhebrewmodel
# cleanup[2] removing pip._vendor.chardet.langrussianmodel
# cleanup[2] removing pip._vendor.chardet.langthaimodel
# cleanup[2] removing pip._vendor.chardet.langturkishmodel
# cleanup[2] removing pip._vendor.chardet.sbcsgroupprober
# cleanup[2] removing pip._vendor.chardet.utf1632prober
# cleanup[2] removing pip._vendor.chardet.universaldetector
# cleanup[2] removing pip._vendor.chardet.version
# cleanup[2] removing pip._vendor.chardet
# cleanup[2] removing _json
# cleanup[2] removing json.scanner
# cleanup[2] removing json.decoder
# cleanup[2] removing json.encoder
# cleanup[2] removing json
# cleanup[2] removing copy
# cleanup[2] removing tempfile
# cleanup[2] removing urllib.response
# cleanup[2] removing urllib.error
# cleanup[2] removing _scproxy
# cleanup[2] removing urllib.request
# cleanup[2] removing http.cookiejar
# cleanup[2] removing http.cookies
# cleanup[2] removing pip._vendor.requests.compat
# cleanup[2] removing pip._vendor.requests.exceptions
# cleanup[2] removing pip._internal.utils.compat
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages.six
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages.six.moves
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages.six.moves.http_client
# cleanup[2] removing pip._vendor.requests.packages.urllib3.exceptions
# cleanup[2] removing pip._vendor.requests.packages.urllib3._version
# cleanup[2] removing pip._vendor.requests.packages.urllib3.contrib
# cleanup[2] removing pip._vendor.requests.packages.urllib3.contrib._appengine_environ
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.wait
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.connection
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.request
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.response
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.retry
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.url
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.ssltransport
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.ssl_
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.timeout
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.proxy
# cleanup[2] removing pip._vendor.requests.packages.urllib3._collections
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.ssl_match_hostname
# cleanup[2] removing pip._vendor.requests.packages.urllib3.connection
# cleanup[2] removing pip._vendor.requests.packages.urllib3.fields
# cleanup[2] removing pip._vendor.requests.packages.urllib3.filepost
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages.six.moves.urllib
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages.six.moves.urllib.parse
# cleanup[2] removing pip._vendor.requests.packages.urllib3.request
# cleanup[2] removing pip._vendor.requests.packages.urllib3.response
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.queue
# cleanup[2] removing pip._vendor.requests.packages.urllib3.connectionpool
# cleanup[2] removing pip._vendor.requests.packages.urllib3.poolmanager
# cleanup[2] removing pip._vendor.requests.packages.urllib3
# cleanup[2] removing pip._vendor.idna.package_data
# cleanup[2] removing pip._vendor.idna.idnadata
# cleanup[2] removing unicodedata
# cleanup[2] removing pip._vendor.idna.intranges
# cleanup[2] removing pip._vendor.idna.core
# cleanup[2] removing pip._vendor.idna
# cleanup[2] removing pip._vendor.requests.packages.idna.package_data
# cleanup[2] removing pip._vendor.requests.packages.idna.idnadata
# cleanup[2] removing pip._vendor.requests.packages.idna.intranges
# cleanup[2] removing pip._vendor.requests.packages.idna.core
# cleanup[2] removing pip._vendor.requests.packages.idna
# cleanup[2] removing pip._vendor.requests.packages.chardet.enums
# cleanup[2] removing pip._vendor.requests.packages.chardet.charsetprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.charsetgroupprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.codingstatemachine
# cleanup[2] removing pip._vendor.requests.packages.chardet.escsm
# cleanup[2] removing pip._vendor.requests.packages.chardet.escprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.latin1prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.big5freq
# cleanup[2] removing pip._vendor.requests.packages.chardet.euckrfreq
# cleanup[2] removing pip._vendor.requests.packages.chardet.euctwfreq
# cleanup[2] removing pip._vendor.requests.packages.chardet.gb2312freq
# cleanup[2] removing pip._vendor.requests.packages.chardet.jisfreq
# cleanup[2] removing pip._vendor.requests.packages.chardet.johabfreq
# cleanup[2] removing pip._vendor.requests.packages.chardet.chardistribution
# cleanup[2] removing pip._vendor.requests.packages.chardet.mbcharsetprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.mbcssm
# cleanup[2] removing pip._vendor.requests.packages.chardet.big5prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.cp949prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.jpcntx
# cleanup[2] removing pip._vendor.requests.packages.chardet.eucjpprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.euckrprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.euctwprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.gb2312prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.johabprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.sjisprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.utf8prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.mbcsgroupprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.hebrewprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.sbcharsetprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.langbulgarianmodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.langgreekmodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.langhebrewmodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.langrussianmodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.langthaimodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.langturkishmodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.sbcsgroupprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.utf1632prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.universaldetector
# cleanup[2] removing pip._vendor.requests.packages.chardet.version
# cleanup[2] removing pip._vendor.requests.packages.chardet
# cleanup[2] removing pip._vendor.requests.packages
# cleanup[2] removing ntpath
# cleanup[2] removing pathlib
# cleanup[2] removing zipfile
# cleanup[2] removing pip._vendor.certifi.core
# cleanup[2] removing pip._vendor.certifi
# cleanup[2] removing pip._vendor.requests.certs
# cleanup[2] removing pip._vendor.requests.__version__
# destroy pip._vendor.requests.__version__
# cleanup[2] removing pip._vendor.requests._internal_utils
# cleanup[2] removing pip._vendor.requests.cookies
# cleanup[2] removing pip._vendor.requests.structures
# cleanup[2] removing pip._vendor.requests.utils
# cleanup[2] removing pip._vendor.requests.auth
# cleanup[2] removing stringprep
# cleanup[2] removing encodings.idna
# cleanup[2] removing pip._vendor.requests.hooks
# cleanup[2] removing pip._vendor.requests.status_codes
# cleanup[2] removing pip._vendor.requests.models
# cleanup[2] removing pip._vendor.requests.adapters
# cleanup[2] removing pip._vendor.requests.sessions
# cleanup[2] removing pip._vendor.requests.api
# cleanup[2] removing pip._vendor.requests
# cleanup[2] removing pip._vendor.rich._extension
# cleanup[2] removing pip._vendor.rich
# cleanup[2] removing _ast
# destroy _ast
# cleanup[2] removing ast
# cleanup[2] removing _opcode
# cleanup[2] removing opcode
# destroy opcode
# cleanup[2] removing dis
# cleanup[2] removing inspect
# cleanup[2] removing dataclasses
# cleanup[2] removing termios
# cleanup[2] removing getpass
# cleanup[2] removing html.entities
# cleanup[2] removing html
# cleanup[2] removing pip._vendor.rich.errors
# cleanup[2] removing colorsys
# destroy colorsys
# cleanup[2] removing pip._vendor.rich.color_triplet
# cleanup[2] removing pip._vendor.rich.palette
# cleanup[2] removing pip._vendor.rich._palettes
# cleanup[2] removing pip._vendor.rich.repr
# cleanup[2] removing pip._vendor.rich.terminal_theme
# cleanup[2] removing pip._vendor.rich.color
# cleanup[2] removing pip._vendor.rich.style
# cleanup[2] removing pip._vendor.rich.default_styles
# cleanup[2] removing pip._vendor.rich.theme
# cleanup[2] removing pip._vendor.rich.themes
# cleanup[2] removing pip._vendor.rich._emoji_codes
# cleanup[2] removing pip._vendor.rich._emoji_replace
# cleanup[2] removing pip._vendor.rich._export_format
# cleanup[2] removing pip._vendor.rich._loop
# cleanup[2] removing pip._vendor.rich._pick
# cleanup[2] removing pip._vendor.rich._cell_widths
# cleanup[2] removing pip._vendor.rich.cells
# cleanup[2] removing pip._vendor.rich._wrap
# cleanup[2] removing pip._vendor.rich.segment
# cleanup[2] removing pip._vendor.rich.jupyter
# cleanup[2] removing pip._vendor.rich.protocol
# cleanup[2] removing pip._vendor.rich.measure
# cleanup[2] removing pip._vendor.rich.constrain
# cleanup[2] removing pip._vendor.rich.align
# cleanup[2] removing pip._vendor.rich.containers
# cleanup[2] removing pip._vendor.rich.control
# cleanup[2] removing pip._vendor.rich.emoji
# cleanup[2] removing pip._vendor.rich.text
# cleanup[2] removing pip._vendor.rich._log_render
# cleanup[2] removing pip._vendor.rich.highlighter
# cleanup[2] removing pip._vendor.rich.markup
# cleanup[2] removing pip._vendor.rich.pager
# cleanup[2] removing pip._vendor.rich.abc
# cleanup[2] removing pip._vendor.rich.pretty
# cleanup[2] removing pip._vendor.rich.region
# cleanup[2] removing pip._vendor.rich.box
# cleanup[2] removing pip._vendor.rich.padding
# cleanup[2] removing pip._vendor.rich.panel
# cleanup[2] removing numbers
# cleanup[2] removing _decimal
# cleanup[2] removing decimal
# destroy decimal
# cleanup[2] removing fractions
# destroy fractions
# cleanup[2] removing pip._vendor.rich._ratio
# cleanup[2] removing pip._vendor.rich.table
# cleanup[2] removing pip._vendor.rich.scope
# cleanup[2] removing pip._vendor.rich.screen
# cleanup[2] removing pip._vendor.rich.styled
# cleanup[2] removing pip._vendor.rich.console
# cleanup[2] removing pip._internal.exceptions
# cleanup[2] removing pip._vendor.platformdirs.api
# cleanup[2] removing pip._vendor.platformdirs.version
# cleanup[2] removing pip._vendor.platformdirs.macos
# cleanup[2] removing pip._vendor.platformdirs
# cleanup[2] removing pip._internal.utils.appdirs
# cleanup[2] removing _compat_pickle
# cleanup[2] removing _pickle
# cleanup[2] removing pickle
# cleanup[2] removing logging.handlers
# cleanup[2] removing pip._vendor.pygments
# cleanup[2] removing pip._vendor.pygments.lexers._mapping
# cleanup[2] removing pip._vendor.pygments.modeline
# cleanup[2] removing pip._vendor.pygments.plugin
# cleanup[2] removing pip._vendor.pygments.util
# cleanup[2] removing pip._vendor.pygments.lexers
# cleanup[2] removing pip._vendor.pygments.token
# cleanup[2] removing pip._vendor.rich.columns
# cleanup[2] removing pip._vendor.pygments.filter
# cleanup[2] removing pip._vendor.pygments.filters
# cleanup[2] removing pip._vendor.pygments.regexopt
# cleanup[2] removing pip._vendor.pygments.lexer
# cleanup[2] removing pip._vendor.pygments.style
# cleanup[2] removing pip._vendor.pygments.styles
# cleanup[2] removing pip._vendor.rich.syntax
# cleanup[2] removing pip._vendor.rich.traceback
# cleanup[2] removing pip._vendor.rich.logging
# cleanup[2] removing pip._internal.utils.deprecation
# cleanup[2] removing pip._vendor.tomli._types
# cleanup[2] removing pip._vendor.tomli._re
# cleanup[2] removing pip._vendor.tomli._parser
# cleanup[2] removing pip._vendor.tomli
# cleanup[2] removing pip._vendor.pep517.compat
# cleanup[2] removing importlib.abc
# cleanup[2] removing importlib._adapters
# cleanup[2] removing importlib._common
# cleanup[2] removing importlib.resources
# cleanup[2] removing pip._vendor.pep517.in_process
# cleanup[2] removing pip._vendor.pep517.wrappers
# cleanup[2] removing pip._vendor.pep517
# cleanup[2] removing concurrent
# cleanup[2] removing concurrent.futures._base
# cleanup[2] removing concurrent.futures
# cleanup[2] removing pip._vendor.tenacity.retry
# destroy pip._vendor.tenacity.retry
# cleanup[2] removing pip._vendor.tenacity.nap
# cleanup[2] removing pip._vendor.tenacity.stop
# cleanup[2] removing pip._vendor.tenacity._utils
# cleanup[2] removing pip._vendor.tenacity.wait
# cleanup[2] removing pip._vendor.tenacity.before
# cleanup[2] removing pip._vendor.tenacity.after
# cleanup[2] removing pip._vendor.tenacity.before_sleep
# cleanup[2] removing asyncio.constants
# cleanup[2] removing asyncio.format_helpers
# cleanup[2] removing asyncio.base_futures
# cleanup[2] removing asyncio.log
# cleanup[2] removing asyncio.coroutines
# cleanup[2] removing _contextvars
# cleanup[2] removing contextvars
# cleanup[2] removing asyncio.exceptions
# cleanup[2] removing asyncio.base_tasks
# cleanup[2] removing _asyncio
# cleanup[2] removing asyncio.events
# cleanup[2] removing asyncio.futures
# cleanup[2] removing asyncio.protocols
# cleanup[2] removing asyncio.transports
# cleanup[2] removing asyncio.sslproto
# cleanup[2] removing asyncio.mixins
# cleanup[2] removing asyncio.tasks
# cleanup[2] removing asyncio.locks
# cleanup[2] removing asyncio.staggered
# cleanup[2] removing asyncio.trsock
# cleanup[2] removing asyncio.base_events
# cleanup[2] removing asyncio.runners
# cleanup[2] removing asyncio.queues
# cleanup[2] removing asyncio.streams
# cleanup[2] removing asyncio.subprocess
# cleanup[2] removing asyncio.threads
# cleanup[2] removing asyncio.base_subprocess
# cleanup[2] removing asyncio.selector_events
# cleanup[2] removing asyncio.unix_events
# cleanup[2] removing asyncio
# cleanup[2] removing pip._vendor.tenacity._asyncio
# cleanup[2] removing pip._vendor.tenacity
# cleanup[2] removing pip._internal.models
# cleanup[2] removing pip._internal.models.scheme
# cleanup[2] removing pip._internal.utils.virtualenv
# cleanup[2] removing _sysconfigdata__darwin_darwin
# destroy _sysconfigdata__darwin_darwin
# cleanup[2] removing _osx_support
# destroy _osx_support
# cleanup[2] removing pip._internal.locations.base
# cleanup[2] removing pip._internal.locations._sysconfig
# cleanup[2] removing pip._internal.locations
# cleanup[2] removing pip._internal.utils.misc
# cleanup[2] removing pip._internal.utils.logging
# cleanup[2] removing pip._internal.configuration
# cleanup[2] removing pip._internal.cli.parser
# cleanup[2] removing pip._internal.models.format_control
# cleanup[2] removing pip._internal.models.index
# cleanup[2] removing pip._internal.utils.compatibility_tags
# cleanup[2] removing pip._internal.models.target_python
# cleanup[2] removing pip._internal.utils.hashes
# cleanup[2] removing pip._internal.cli.cmdoptions
# cleanup[2] removing socketserver
# destroy socketserver
# cleanup[2] removing logging.config
# cleanup[2] removing pip._internal.cli.command_context
# cleanup[2] removing pip._internal.utils.filesystem
# cleanup[2] removing pip._internal.utils.temp_dir
# cleanup[2] removing pip._internal.cli.base_command
# cleanup[2] removing pip._internal.commands
# cleanup[2] removing pip._internal.cli.main_parser
# cleanup[2] removing _csv
# cleanup[2] removing csv
# cleanup[2] removing pip._vendor.pyparsing.util
# cleanup[2] removing pip._vendor.pyparsing.unicode
# destroy pip._vendor.pyparsing.unicode
# cleanup[2] removing pip._vendor.pyparsing.exceptions
# cleanup[2] removing pip._vendor.pyparsing.actions
# cleanup[2] removing pprint
# cleanup[2] removing pip._vendor.pyparsing.results
# cleanup[2] removing pip._vendor.pyparsing.core
# cleanup[2] removing pip._vendor.pyparsing.helpers
# cleanup[2] removing pip._vendor.pyparsing.testing
# destroy pip._vendor.pyparsing.testing
# cleanup[2] removing pip._vendor.pyparsing.common
# destroy pip._vendor.pyparsing.common
# cleanup[2] removing pip._vendor.pyparsing
# cleanup[2] removing pip._vendor.packaging.specifiers
# cleanup[2] removing pip._vendor.packaging.markers
# cleanup[2] removing pip._vendor.packaging.requirements
# cleanup[2] removing pip._internal.models.direct_url
# cleanup[2] removing pip._internal.utils.egg_link
# cleanup[2] removing pip._internal.utils.packaging
# cleanup[2] removing pip._internal.utils.urls
# cleanup[2] removing pip._internal.metadata._json
# cleanup[2] removing pip._internal.metadata.base
# cleanup[2] removing pip._internal.metadata
# cleanup[2] removing pip._internal.cli.autocompletion
# cleanup[2] removing pip._internal.cli.main
# cleanup[2] removing pip._internal.utils.filetypes
# cleanup[2] removing pip._internal.utils.models
# cleanup[2] removing pip._internal.models.link
# cleanup[2] removing pip._internal.models.wheel
# cleanup[2] removing pip._internal.cache
# cleanup[2] removing pip._internal.index
# cleanup[2] removing xml
# cleanup[2] removing xml.etree
# cleanup[2] removing xml.etree.ElementPath
# cleanup[2] removing pyexpat.errors
# cleanup[2] removing pyexpat.model
# cleanup[2] removing pyexpat
# cleanup[2] removing _elementtree
# cleanup[2] removing xml.etree.ElementTree
# cleanup[2] removing _markupbase
# cleanup[2] removing html.parser
# cleanup[2] removing pip._internal.models.search_scope
# cleanup[2] removing pip._internal.network
# cleanup[2] removing pip._vendor.cachecontrol.cache
# cleanup[2] removing pip._vendor.msgpack.exceptions
# cleanup[2] removing pip._vendor.msgpack.ext
# cleanup[2] removing pip._vendor.msgpack.fallback
# cleanup[2] removing pip._vendor.msgpack
# cleanup[2] removing pip._vendor.cachecontrol.compat
# cleanup[2] removing pip._vendor.cachecontrol.serialize
# cleanup[2] removing pip._vendor.cachecontrol.controller
# cleanup[2] removing mmap
# cleanup[2] removing pip._vendor.cachecontrol.filewrapper
# cleanup[2] removing pip._vendor.cachecontrol.adapter
# cleanup[2] removing pip._vendor.cachecontrol.wrapper
# cleanup[2] removing pip._vendor.cachecontrol
# cleanup[2] removing shlex
# cleanup[2] removing pip._internal.cli.spinners
# cleanup[2] removing pip._internal.utils.subprocess
# cleanup[2] removing pip._internal.vcs.versioncontrol
# cleanup[2] removing pip._internal.vcs.bazaar
# cleanup[2] removing pip._internal.vcs.git
# cleanup[2] removing pip._internal.vcs.mercurial
# cleanup[2] removing pip._internal.vcs.subversion
# cleanup[2] removing pip._internal.vcs
# cleanup[2] removing pip._internal.network.auth
# cleanup[2] removing pip._vendor.cachecontrol.caches.file_cache
# cleanup[2] removing pip._vendor.cachecontrol.caches.redis_cache
# cleanup[2] removing pip._vendor.cachecontrol.caches
# cleanup[2] removing pip._internal.network.cache
# cleanup[2] removing pip._internal.utils.glibc
# cleanup[2] removing pip._internal.network.session
# cleanup[2] removing pip._internal.network.utils
# cleanup[2] removing pip._internal.models.candidate
# cleanup[2] removing pip._internal.index.sources
# cleanup[2] removing pip._internal.index.collector
# cleanup[2] removing pip._internal.models.selection_prefs
# cleanup[2] removing pip._internal.utils.encoding
# cleanup[2] removing pip._internal.req.req_file
# cleanup[2] removing _uuid
# cleanup[2] removing uuid
# cleanup[2] removing pip._internal.build_env
# cleanup[2] removing pip._internal.operations
# cleanup[2] removing pip._internal.operations.build
# cleanup[2] removing pip._internal.operations.build.metadata
# cleanup[2] removing pip._internal.operations.build.metadata_editable
# cleanup[2] removing pip._internal.utils.setuptools_build
# cleanup[2] removing pip._internal.operations.build.metadata_legacy
# cleanup[2] removing pip._internal.operations.install
# cleanup[2] removing pip._internal.operations.install.editable_legacy
# cleanup[2] removing pip._internal.operations.install.legacy
# cleanup[2] removing py_compile
# cleanup[2] removing filecmp
# cleanup[2] removing compileall
# cleanup[2] removing pip._vendor.distlib
# cleanup[2] removing xmlrpc
# destroy xmlrpc
# cleanup[2] removing xml.parsers
# cleanup[2] removing xml.parsers.expat.model
# cleanup[2] removing xml.parsers.expat.errors
# cleanup[2] removing xml.parsers.expat
# cleanup[2] removing gzip
# cleanup[2] removing xmlrpc.client
# cleanup[2] removing pip._vendor.distlib.compat
# cleanup[2] removing pkgutil
# cleanup[2] removing pwd
# cleanup[2] removing grp
# cleanup[2] removing tarfile
# cleanup[2] removing pip._vendor.distlib.util
# cleanup[2] removing pip._vendor.distlib.resources
# cleanup[2] removing pip._vendor.distlib.scripts
# cleanup[2] removing pip._internal.utils.unpacking
# cleanup[2] removing pip._internal.utils.wheel
# cleanup[2] removing pip._internal.operations.install.wheel
# cleanup[2] removing pip._internal.pyproject
# cleanup[2] removing pip._internal.req.req_uninstall
# cleanup[2] removing pip._internal.utils.direct_url_helpers
# cleanup[2] removing pip._internal.req.req_install
# cleanup[2] removing pip._internal.req.req_set
# cleanup[2] removing pip._internal.req
# cleanup[2] removing pip._internal.index.package_finder
# cleanup[2] removing pip._internal.operations.build.build_tracker
# cleanup[2] removing pip._internal.distributions.base
# cleanup[2] removing pip._internal.distributions.sdist
# cleanup[2] removing pip._internal.distributions.wheel
# cleanup[2] removing pip._internal.distributions
# cleanup[2] removing pip._internal.distributions.installed
# cleanup[2] removing pip._vendor.rich.filesize
# cleanup[2] removing pip._vendor.rich.ansi
# cleanup[2] removing pip._vendor.rich.file_proxy
# cleanup[2] removing pip._vendor.rich.live_render
# cleanup[2] removing pip._vendor.rich.live
# cleanup[2] removing pip._vendor.rich.progress_bar
# cleanup[2] removing pip._vendor.rich._spinners
# cleanup[2] removing pip._vendor.rich.spinner
# cleanup[2] removing pip._vendor.rich.progress
# cleanup[2] removing pip._internal.cli.progress_bars
# cleanup[2] removing pip._internal.network.download
# cleanup[2] removing pip._internal.network.lazy_wheel
# cleanup[2] removing pip._internal.operations.prepare
# cleanup[2] removing pip._internal.req.constructors
# cleanup[2] removing pip._internal.resolution
# cleanup[2] removing pip._internal.resolution.base
# cleanup[2] removing pip._internal.utils.entrypoints
# cleanup[2] removing pip._internal.self_outdated_check
# cleanup[2] removing pip._internal.cli.req_command
# cleanup[2] removing pip._internal.models.installation_report
# cleanup[2] removing pip._internal.operations.check
# cleanup[2] removing getopt
# destroy getopt
# cleanup[2] removing pip._internal.utils.distutils_args
# cleanup[2] removing pip._internal.operations.build.wheel
# cleanup[2] removing pip._internal.operations.build.wheel_editable
# cleanup[2] removing pip._internal.operations.build.wheel_legacy
# cleanup[2] removing pip._internal.wheel_builder
# cleanup[2] removing pip._internal.commands.install
# cleanup[2] removing plistlib
# cleanup[2] removing pip._vendor.six
# cleanup[2] removing pip._vendor.six.moves
# cleanup[2] removing pip._vendor.six.moves.urllib
# cleanup[2] removing pip._vendor.pkg_resources.py31compat
# cleanup[2] removing pip._vendor.pkg_resources
# cleanup[2] removing pip._internal.metadata.pkg_resources
# cleanup[2] removing pip._internal.resolution.resolvelib
# cleanup[2] removing pip._vendor.resolvelib.providers
# cleanup[2] removing pip._vendor.resolvelib.reporters
# cleanup[2] removing pip._vendor.resolvelib.compat
# cleanup[2] removing pip._vendor.resolvelib.compat.collections_abc
# cleanup[2] removing pip._vendor.resolvelib.structs
# cleanup[2] removing pip._vendor.resolvelib.resolvers
# cleanup[2] removing pip._vendor.resolvelib
# cleanup[2] removing pip._internal.resolution.resolvelib.base
# cleanup[2] removing pip._internal.resolution.resolvelib.candidates
# cleanup[2] removing pip._internal.resolution.resolvelib.found_candidates
# cleanup[2] removing pip._internal.resolution.resolvelib.requirements
# cleanup[2] removing pip._internal.resolution.resolvelib.factory
# cleanup[2] removing pip._internal.resolution.resolvelib.provider
# cleanup[2] removing pip._internal.resolution.resolvelib.reporter
# cleanup[2] removing pip._internal.resolution.resolvelib.resolver
# cleanup[2] removing netrc
# destroy netrc
# cleanup[2] removing encodings.cp437
# cleanup[2] removing _strptime
# cleanup[3] wiping _strptime
# cleanup[3] wiping encodings.cp437
# cleanup[3] wiping pip._internal.resolution.resolvelib.resolver
# cleanup[3] wiping pip._internal.resolution.resolvelib.reporter
# cleanup[3] wiping pip._internal.resolution.resolvelib.provider
# cleanup[3] wiping pip._internal.resolution.resolvelib.factory
# cleanup[3] wiping pip._internal.resolution.resolvelib.requirements
# cleanup[3] wiping pip._internal.resolution.resolvelib.found_candidates
# cleanup[3] wiping pip._internal.resolution.resolvelib.candidates
# cleanup[3] wiping pip._internal.resolution.resolvelib.base
# cleanup[3] wiping pip._vendor.resolvelib
# destroy pip._vendor.resolvelib.providers
# destroy pip._vendor.resolvelib.reporters
# destroy pip._vendor.resolvelib.compat
# destroy pip._vendor.resolvelib.structs
# destroy pip._vendor.resolvelib.resolvers
# cleanup[3] wiping pip._vendor.resolvelib.compat.collections_abc
# cleanup[3] wiping pip._internal.resolution.resolvelib
# destroy pip._internal.resolution.resolvelib.base
# destroy pip._internal.resolution.resolvelib.candidates
# destroy pip._internal.resolution.resolvelib.found_candidates
# destroy pip._internal.resolution.resolvelib.requirements
# destroy pip._internal.resolution.resolvelib.factory
# destroy pip._internal.resolution.resolvelib.provider
# destroy pip._internal.resolution.resolvelib.reporter
# destroy pip._internal.resolution.resolvelib.resolver
# cleanup[3] wiping pip._internal.metadata.pkg_resources
# cleanup[3] wiping pip._vendor.pkg_resources
# destroy plistlib
# destroy pip._vendor.pkg_resources.py31compat
# cleanup[3] wiping pip._vendor.six.moves.urllib
# cleanup[3] wiping pip._vendor.six.moves
# cleanup[3] wiping pip._vendor.six
# cleanup[3] wiping pip._internal.commands.install
# cleanup[3] wiping pip._internal.wheel_builder
# cleanup[3] wiping pip._internal.operations.build.wheel_legacy
# cleanup[3] wiping pip._internal.operations.build.wheel_editable
# cleanup[3] wiping pip._internal.operations.build.wheel
# cleanup[3] wiping pip._internal.utils.distutils_args
# cleanup[3] wiping pip._internal.operations.check
# cleanup[3] wiping pip._internal.models.installation_report
# cleanup[3] wiping pip._internal.cli.req_command
# cleanup[3] wiping pip._internal.self_outdated_check
# cleanup[3] wiping pip._internal.utils.entrypoints
# cleanup[3] wiping pip._internal.resolution.base
# cleanup[3] wiping pip._internal.resolution
# destroy pip._internal.resolution.base
# destroy pip._internal.resolution.resolvelib
# cleanup[3] wiping pip._internal.req.constructors
# cleanup[3] wiping pip._internal.operations.prepare
# cleanup[3] wiping pip._internal.network.lazy_wheel
# cleanup[3] wiping pip._internal.network.download
# cleanup[3] wiping pip._internal.cli.progress_bars
# cleanup[3] wiping pip._vendor.rich.progress
# cleanup[3] wiping pip._vendor.rich.spinner
# cleanup[3] wiping pip._vendor.rich._spinners
# cleanup[3] wiping pip._vendor.rich.progress_bar
# cleanup[3] wiping pip._vendor.rich.live
# cleanup[3] wiping pip._vendor.rich.live_render
# cleanup[3] wiping pip._vendor.rich.file_proxy
# cleanup[3] wiping pip._vendor.rich.ansi
# cleanup[3] wiping pip._vendor.rich.filesize
# cleanup[3] wiping pip._internal.distributions.installed
# cleanup[3] wiping pip._internal.distributions
# destroy pip._internal.distributions.base
# destroy pip._internal.distributions.sdist
# destroy pip._internal.distributions.wheel
# destroy pip._internal.distributions.installed
# cleanup[3] wiping pip._internal.operations.build.build_tracker
# cleanup[3] wiping pip._internal.index.package_finder
# cleanup[3] wiping pip._internal.req
# destroy pip._internal.req.req_file
# destroy pip._internal.req.req_uninstall
# destroy pip._internal.req.req_install
# destroy pip._internal.req.req_set
# destroy pip._internal.req.constructors
# cleanup[3] wiping pip._internal.utils.direct_url_helpers
# cleanup[3] wiping pip._internal.pyproject
# cleanup[3] wiping pip._internal.operations.install.wheel
# destroy compileall
# cleanup[3] wiping pip._internal.utils.wheel
# cleanup[3] wiping pip._internal.utils.unpacking
# cleanup[3] wiping pip._vendor.distlib.scripts
# cleanup[3] wiping pip._vendor.distlib.resources
# destroy __dummy__
# destroy pkgutil
# cleanup[3] wiping pip._vendor.distlib.util
# destroy tarfile
# cleanup[3] wiping grp
# cleanup[3] wiping pwd
# cleanup[3] wiping pip._vendor.distlib.compat
# destroy xmlrpc.client
# cleanup[3] wiping gzip
# cleanup[3] wiping xml.parsers.expat
# cleanup[3] wiping xml.parsers.expat.errors
# cleanup[3] wiping xml.parsers.expat.model
# cleanup[3] wiping xml.parsers
# cleanup[3] wiping pip._vendor.distlib
# destroy pip._vendor.distlib.compat
# destroy pip._vendor.distlib.util
# destroy pip._vendor.distlib.resources
# destroy pip._vendor.distlib.scripts
# cleanup[3] wiping filecmp
# cleanup[3] wiping py_compile
# cleanup[3] wiping pip._internal.operations.install.legacy
# cleanup[3] wiping pip._internal.operations.install.editable_legacy
# cleanup[3] wiping pip._internal.operations.install
# destroy pip._internal.operations.install.editable_legacy
# destroy pip._internal.operations.install.legacy
# destroy pip._internal.operations.install.wheel
# cleanup[3] wiping pip._internal.operations.build.metadata_legacy
# cleanup[3] wiping pip._internal.utils.setuptools_build
# cleanup[3] wiping pip._internal.operations.build.metadata_editable
# cleanup[3] wiping pip._internal.operations.build.metadata
# cleanup[3] wiping pip._internal.operations.build
# destroy pip._internal.operations.build.metadata
# destroy pip._internal.operations.build.metadata_editable
# destroy pip._internal.operations.build.metadata_legacy
# destroy pip._internal.operations.build.build_tracker
# destroy pip._internal.operations.build.wheel
# destroy pip._internal.operations.build.wheel_editable
# destroy pip._internal.operations.build.wheel_legacy
# cleanup[3] wiping pip._internal.operations
# destroy pip._internal.operations.build
# destroy pip._internal.operations.install
# destroy pip._internal.operations.prepare
# destroy pip._internal.operations.check
# cleanup[3] wiping pip._internal.build_env
# cleanup[3] wiping uuid
# cleanup[3] wiping _uuid
# destroy _uuid
# cleanup[3] wiping pip._internal.utils.encoding
# cleanup[3] wiping pip._internal.models.selection_prefs
# cleanup[3] wiping pip._internal.index.collector
# destroy xml
# destroy xml.etree
# destroy xml.etree.ElementTree
# destroy xml.parsers
# cleanup[3] wiping pip._internal.index.sources
# cleanup[3] wiping pip._internal.models.candidate
# cleanup[3] wiping pip._internal.network.utils
# cleanup[3] wiping pip._internal.network.session
# cleanup[3] wiping pip._internal.utils.glibc
# cleanup[3] wiping pip._internal.network.cache
# cleanup[3] wiping pip._vendor.cachecontrol.caches
# destroy pip._vendor.cachecontrol.caches.file_cache
# destroy pip._vendor.cachecontrol.caches.redis_cache
# cleanup[3] wiping pip._internal.network.auth
# cleanup[3] wiping pip._internal.vcs
# destroy pip._internal.vcs.versioncontrol
# destroy pip._internal.vcs.bazaar
# destroy pip._internal.vcs.git
# destroy pip._internal.vcs.mercurial
# destroy pip._internal.vcs.subversion
# cleanup[3] wiping pip._internal.utils.subprocess
# cleanup[3] wiping pip._internal.cli.spinners
# cleanup[3] wiping shlex
# cleanup[3] wiping pip._vendor.cachecontrol
# destroy pip._vendor.cachecontrol.cache
# destroy pip._vendor.cachecontrol.compat
# destroy pip._vendor.cachecontrol.serialize
# destroy pip._vendor.cachecontrol.controller
# destroy pip._vendor.cachecontrol.filewrapper
# destroy pip._vendor.cachecontrol.adapter
# destroy pip._vendor.cachecontrol.wrapper
# destroy pip._vendor.cachecontrol.caches
# cleanup[3] wiping mmap
# cleanup[3] wiping pip._vendor.msgpack
# destroy pip._vendor.msgpack.exceptions
# destroy pip._vendor.msgpack.ext
# destroy pip._vendor.msgpack.fallback
# cleanup[3] wiping pip._internal.network
# destroy pip._internal.network.auth
# destroy pip._internal.network.cache
# destroy pip._internal.network.session
# destroy pip._internal.network.utils
# destroy pip._internal.network.download
# destroy pip._internal.network.lazy_wheel
# cleanup[3] wiping pip._internal.models.search_scope
# cleanup[3] wiping html.parser
# destroy _markupbase
# cleanup[3] wiping _elementtree
# cleanup[3] wiping pyexpat
# destroy pyexpat.errors
# destroy pyexpat.model
# cleanup[3] wiping xml.etree.ElementPath
# cleanup[3] wiping pip._internal.index
# destroy pip._internal.index.sources
# destroy pip._internal.index.collector
# destroy pip._internal.index.package_finder
# cleanup[3] wiping pip._internal.cache
# cleanup[3] wiping pip._internal.models.wheel
# cleanup[3] wiping pip._internal.models.link
# cleanup[3] wiping pip._internal.utils.models
# cleanup[3] wiping pip._internal.utils.filetypes
# cleanup[3] wiping pip._internal.cli.main
# cleanup[3] wiping pip._internal.cli.autocompletion
# cleanup[3] wiping pip._internal.metadata
# destroy pip._internal.metadata._json
# destroy pip._internal.metadata.base
# destroy pip._internal.metadata.pkg_resources
# cleanup[3] wiping pip._internal.utils.urls
# cleanup[3] wiping pip._internal.utils.packaging
# cleanup[3] wiping pip._internal.utils.egg_link
# cleanup[3] wiping pip._internal.models.direct_url
# cleanup[3] wiping pip._vendor.packaging.requirements
# cleanup[3] wiping pip._vendor.packaging.markers
# cleanup[3] wiping pip._vendor.packaging.specifiers
# cleanup[3] wiping pip._vendor.pyparsing
# destroy pip._vendor.pyparsing.util
# destroy pip._vendor.pyparsing.exceptions
# destroy pip._vendor.pyparsing.actions
# destroy pip._vendor.pyparsing.results
# destroy pip._vendor.pyparsing.core
# destroy pip._vendor.pyparsing.helpers
# cleanup[3] wiping pprint
# cleanup[3] wiping csv
# cleanup[3] wiping _csv
# cleanup[3] wiping pip._internal.cli.main_parser
# cleanup[3] wiping pip._internal.commands
# destroy pip._internal.commands.install
# cleanup[3] wiping pip._internal.cli.base_command
# cleanup[3] wiping pip._internal.utils.temp_dir
# cleanup[3] wiping pip._internal.utils.filesystem
# cleanup[3] wiping pip._internal.cli.command_context
# cleanup[3] wiping logging.config
# cleanup[3] wiping pip._internal.cli.cmdoptions
# cleanup[3] wiping pip._internal.utils.hashes
# cleanup[3] wiping pip._internal.models.target_python
# cleanup[3] wiping pip._internal.utils.compatibility_tags
# cleanup[3] wiping pip._internal.models.index
# cleanup[3] wiping pip._internal.models.format_control
# cleanup[3] wiping pip._internal.cli.parser
# cleanup[3] wiping pip._internal.configuration
# cleanup[3] wiping pip._internal.utils.logging
# cleanup[3] wiping pip._internal.utils.misc
# destroy getpass
# cleanup[3] wiping pip._internal.locations
# destroy pip._internal.locations._sysconfig
# destroy pip._internal.locations.base
# cleanup[3] wiping pip._internal.utils.virtualenv
# cleanup[3] wiping pip._internal.models.scheme
# cleanup[3] wiping pip._internal.models
# destroy pip._internal.models.scheme
# destroy pip._internal.models.format_control
# destroy pip._internal.models.index
# destroy pip._internal.models.target_python
# destroy pip._internal.models.direct_url
# destroy pip._internal.models.link
# destroy pip._internal.models.wheel
# destroy pip._internal.models.search_scope
# destroy pip._internal.models.candidate
# destroy pip._internal.models.selection_prefs
# destroy pip._internal.models.installation_report
# cleanup[3] wiping pip._vendor.tenacity
# destroy pip._vendor.tenacity._asyncio
# destroy pip._vendor.tenacity.nap
# destroy pip._vendor.tenacity.stop
# destroy pip._vendor.tenacity.wait
# destroy pip._vendor.tenacity.before
# destroy pip._vendor.tenacity.after
# destroy pip._vendor.tenacity.before_sleep
# cleanup[3] wiping asyncio
# destroy asyncio.log
# destroy asyncio.runners
# destroy asyncio.queues
# destroy asyncio.subprocess
# destroy asyncio.threads
# destroy asyncio.unix_events
# cleanup[3] wiping asyncio.selector_events
# cleanup[3] wiping asyncio.base_subprocess
# cleanup[3] wiping asyncio.streams
# cleanup[3] wiping asyncio.base_events
# destroy asyncio.sslproto
# destroy asyncio.staggered
# destroy asyncio.trsock
# cleanup[3] wiping asyncio.locks
# cleanup[3] wiping asyncio.tasks
# destroy asyncio.base_tasks
# cleanup[3] wiping asyncio.mixins
# cleanup[3] wiping asyncio.transports
# cleanup[3] wiping asyncio.protocols
# cleanup[3] wiping asyncio.futures
# destroy concurrent
# destroy concurrent.futures
# cleanup[3] wiping asyncio.events
# cleanup[3] wiping _asyncio
# cleanup[3] wiping asyncio.exceptions
# cleanup[3] wiping contextvars
# cleanup[3] wiping _contextvars
# destroy _contextvars
# cleanup[3] wiping asyncio.coroutines
# cleanup[3] wiping asyncio.base_futures
# destroy asyncio.format_helpers
# cleanup[3] wiping asyncio.constants
# cleanup[3] wiping pip._vendor.tenacity._utils
# cleanup[3] wiping concurrent.futures._base
# cleanup[3] wiping pip._vendor.pep517
# destroy pip._vendor.pep517.in_process
# destroy pip._vendor.pep517.wrappers
# cleanup[3] wiping importlib.resources
# cleanup[3] wiping importlib._common
# cleanup[3] wiping importlib._adapters
# cleanup[3] wiping importlib.abc
# cleanup[3] wiping pip._vendor.pep517.compat
# cleanup[3] wiping pip._vendor.tomli
# destroy pip._vendor.tomli._types
# destroy pip._vendor.tomli._re
# destroy pip._vendor.tomli._parser
# cleanup[3] wiping pip._internal.utils.deprecation
# cleanup[3] wiping pip._vendor.rich.logging
# cleanup[3] wiping pip._vendor.rich.traceback
# cleanup[3] wiping pip._vendor.rich.syntax
# cleanup[3] wiping pip._vendor.pygments.styles
# cleanup[3] wiping pip._vendor.pygments.style
# cleanup[3] wiping pip._vendor.pygments.lexer
# cleanup[3] wiping pip._vendor.pygments.regexopt
# cleanup[3] wiping pip._vendor.pygments.filters
# cleanup[3] wiping pip._vendor.pygments.filter
# cleanup[3] wiping pip._vendor.rich.columns
# cleanup[3] wiping pip._vendor.pygments.token
# cleanup[3] wiping pip._vendor.pygments.lexers
# cleanup[3] wiping pip._vendor.pygments.util
# cleanup[3] wiping pip._vendor.pygments.plugin
# cleanup[3] wiping pip._vendor.pygments.modeline
# cleanup[3] wiping pip._vendor.pygments.lexers._mapping
# cleanup[3] wiping pip._vendor.pygments
# destroy pip._vendor.pygments.modeline
# destroy pip._vendor.pygments.plugin
# destroy pip._vendor.pygments.util
# destroy pip._vendor.pygments.token
# destroy pip._vendor.pygments.filter
# destroy pip._vendor.pygments.filters
# destroy pip._vendor.pygments.regexopt
# destroy pip._vendor.pygments.lexer
# destroy pip._vendor.pygments.style
# destroy pip._vendor.pygments.styles
# cleanup[3] wiping logging.handlers
# cleanup[3] wiping pickle
# destroy _compat_pickle
# cleanup[3] wiping _pickle
# cleanup[3] wiping pip._internal.utils.appdirs
# cleanup[3] wiping pip._vendor.platformdirs
# destroy pip._vendor.platformdirs.api
# destroy pip._vendor.platformdirs.version
# destroy pip._vendor.platformdirs.macos
# cleanup[3] wiping pip._internal.exceptions
# cleanup[3] wiping pip._vendor.rich.console
# cleanup[3] wiping pip._vendor.rich.styled
# cleanup[3] wiping pip._vendor.rich.screen
# cleanup[3] wiping pip._vendor.rich.scope
# cleanup[3] wiping pip._vendor.rich.table
# cleanup[3] wiping pip._vendor.rich._ratio
# cleanup[3] wiping _decimal
# cleanup[3] wiping numbers
# cleanup[3] wiping pip._vendor.rich.panel
# cleanup[3] wiping pip._vendor.rich.padding
# cleanup[3] wiping pip._vendor.rich.box
# cleanup[3] wiping pip._vendor.rich.region
# cleanup[3] wiping pip._vendor.rich.pretty
# destroy dataclasses
# cleanup[3] wiping pip._vendor.rich.abc
# cleanup[3] wiping pip._vendor.rich.pager
# cleanup[3] wiping pip._vendor.rich.markup
# cleanup[3] wiping pip._vendor.rich.highlighter
# cleanup[3] wiping pip._vendor.rich._log_render
# cleanup[3] wiping pip._vendor.rich.text
# cleanup[3] wiping pip._vendor.rich.emoji
# cleanup[3] wiping pip._vendor.rich.control
# cleanup[3] wiping pip._vendor.rich.containers
# cleanup[3] wiping pip._vendor.rich.align
# cleanup[3] wiping pip._vendor.rich.constrain
# cleanup[3] wiping pip._vendor.rich.measure
# cleanup[3] wiping pip._vendor.rich.protocol
# cleanup[3] wiping pip._vendor.rich.jupyter
# cleanup[3] wiping pip._vendor.rich.segment
# cleanup[3] wiping pip._vendor.rich._wrap
# cleanup[3] wiping pip._vendor.rich.cells
# cleanup[3] wiping pip._vendor.rich._cell_widths
# cleanup[3] wiping pip._vendor.rich._pick
# cleanup[3] wiping pip._vendor.rich._loop
# cleanup[3] wiping pip._vendor.rich._export_format
# cleanup[3] wiping pip._vendor.rich._emoji_replace
# cleanup[3] wiping pip._vendor.rich._emoji_codes
# cleanup[3] wiping pip._vendor.rich.themes
# cleanup[3] wiping pip._vendor.rich.theme
# cleanup[3] wiping pip._vendor.rich.default_styles
# cleanup[3] wiping pip._vendor.rich.style
# cleanup[3] wiping pip._vendor.rich.color
# cleanup[3] wiping pip._vendor.rich.terminal_theme
# cleanup[3] wiping pip._vendor.rich.repr
# cleanup[3] wiping pip._vendor.rich._palettes
# cleanup[3] wiping pip._vendor.rich.palette
# cleanup[3] wiping pip._vendor.rich.color_triplet
# cleanup[3] wiping pip._vendor.rich.errors
# cleanup[3] wiping html
# destroy html.entities
# destroy html.parser
# cleanup[3] wiping termios
# cleanup[3] wiping inspect
# destroy ast
# destroy dis
# destroy token
# cleanup[3] wiping _opcode
# cleanup[3] wiping pip._vendor.rich
# destroy pip._vendor.rich._extension
# destroy pip._vendor.rich._palettes
# destroy pip._vendor.rich._emoji_codes
# destroy pip._vendor.rich._emoji_replace
# destroy pip._vendor.rich._export_format
# destroy pip._vendor.rich._loop
# destroy pip._vendor.rich._pick
# destroy pip._vendor.rich._cell_widths
# destroy pip._vendor.rich._wrap
# destroy pip._vendor.rich._log_render
# destroy pip._vendor.rich._ratio
# destroy pip._vendor.rich._spinners
# destroy pip._vendor.rich.errors
# destroy pip._vendor.rich.color_triplet
# destroy pip._vendor.rich.palette
# destroy pip._vendor.rich.repr
# destroy pip._vendor.rich.terminal_theme
# destroy pip._vendor.rich.color
# destroy pip._vendor.rich.style
# destroy pip._vendor.rich.default_styles
# destroy pip._vendor.rich.theme
# destroy pip._vendor.rich.themes
# destroy pip._vendor.rich.cells
# destroy pip._vendor.rich.segment
# destroy pip._vendor.rich.jupyter
# destroy pip._vendor.rich.protocol
# destroy pip._vendor.rich.measure
# destroy pip._vendor.rich.constrain
# destroy pip._vendor.rich.align
# destroy pip._vendor.rich.containers
# destroy pip._vendor.rich.control
# destroy pip._vendor.rich.emoji
# destroy pip._vendor.rich.text
# destroy pip._vendor.rich.highlighter
# destroy pip._vendor.rich.markup
# destroy pip._vendor.rich.pager
# destroy pip._vendor.rich.abc
# destroy pip._vendor.rich.pretty
# destroy pip._vendor.rich.region
# destroy pip._vendor.rich.box
# destroy pip._vendor.rich.padding
# destroy pip._vendor.rich.panel
# destroy pip._vendor.rich.table
# destroy pip._vendor.rich.scope
# destroy pip._vendor.rich.screen
# destroy pip._vendor.rich.styled
# destroy pip._vendor.rich.console
# destroy pip._vendor.rich.columns
# destroy pip._vendor.rich.syntax
# destroy pip._vendor.rich.traceback
# destroy pip._vendor.rich.logging
# destroy pip._vendor.rich.filesize
# destroy pip._vendor.rich.ansi
# destroy pip._vendor.rich.file_proxy
# destroy pip._vendor.rich.live_render
# destroy pip._vendor.rich.live
# destroy pip._vendor.rich.progress_bar
# destroy pip._vendor.rich.spinner
# destroy pip._vendor.rich.progress
# cleanup[3] wiping pip._vendor.requests
# destroy pip._vendor.requests._internal_utils
# destroy pip._vendor.requests.compat
# destroy pip._vendor.requests.exceptions
# destroy pip._vendor.requests.packages
# destroy pip._vendor.requests.cookies
# destroy pip._vendor.requests.structures
# destroy pip._vendor.requests.utils
# destroy pip._vendor.requests.auth
# destroy pip._vendor.requests.hooks
# destroy pip._vendor.requests.status_codes
# destroy pip._vendor.requests.models
# destroy pip._vendor.requests.adapters
# destroy pip._vendor.requests.api
# cleanup[3] wiping pip._vendor.requests.sessions
# cleanup[3] wiping encodings.idna
# destroy stringprep
# cleanup[3] wiping pip._vendor.requests.certs
# cleanup[3] wiping pip._vendor.certifi
# destroy pip._vendor.certifi.core
# cleanup[3] wiping zipfile
# destroy bz2
# destroy lzma
# cleanup[3] wiping pathlib
# cleanup[3] wiping ntpath
# cleanup[3] wiping pip._vendor.requests.packages.chardet
# destroy pip._vendor.chardet.enums
# destroy pip._vendor.chardet.charsetprober
# destroy pip._vendor.chardet.charsetgroupprober
# destroy pip._vendor.chardet.codingstatemachine
# destroy pip._vendor.chardet.escsm
# destroy pip._vendor.chardet.escprober
# destroy pip._vendor.chardet.latin1prober
# destroy pip._vendor.chardet.big5freq
# destroy pip._vendor.chardet.euckrfreq
# destroy pip._vendor.chardet.euctwfreq
# destroy pip._vendor.chardet.gb2312freq
# destroy pip._vendor.chardet.jisfreq
# destroy pip._vendor.chardet.johabfreq
# destroy pip._vendor.chardet.chardistribution
# destroy pip._vendor.chardet.mbcharsetprober
# destroy pip._vendor.chardet.mbcssm
# destroy pip._vendor.chardet.big5prober
# destroy pip._vendor.chardet.cp949prober
# destroy pip._vendor.chardet.jpcntx
# destroy pip._vendor.chardet.eucjpprober
# destroy pip._vendor.chardet.euckrprober
# destroy pip._vendor.chardet.euctwprober
# destroy pip._vendor.chardet.gb2312prober
# destroy pip._vendor.chardet.johabprober
# destroy pip._vendor.chardet.sjisprober
# destroy pip._vendor.chardet.utf8prober
# destroy pip._vendor.chardet.mbcsgroupprober
# destroy pip._vendor.chardet.hebrewprober
# destroy pip._vendor.chardet.sbcharsetprober
# destroy pip._vendor.chardet.langbulgarianmodel
# destroy pip._vendor.chardet.langgreekmodel
# destroy pip._vendor.chardet.langhebrewmodel
# destroy pip._vendor.chardet.langrussianmodel
# destroy pip._vendor.chardet.langthaimodel
# destroy pip._vendor.chardet.langturkishmodel
# destroy pip._vendor.chardet.sbcsgroupprober
# destroy pip._vendor.chardet.utf1632prober
# destroy pip._vendor.chardet.universaldetector
# destroy pip._vendor.chardet.version
# cleanup[3] wiping pip._vendor.requests.packages.idna
# destroy pip._vendor.idna.package_data
# destroy pip._vendor.idna.intranges
# destroy pip._vendor.idna.core
# cleanup[3] wiping pip._vendor.requests.packages.idna.idnadata
# cleanup[3] wiping pip._vendor.idna
# cleanup[3] wiping unicodedata
# cleanup[3] wiping pip._vendor.idna.idnadata
# cleanup[3] wiping pip._vendor.requests.packages.urllib3
# destroy pip._vendor.urllib3._version
# destroy pip._vendor.urllib3._collections
# destroy pip._vendor.urllib3.packages
# destroy pip._vendor.urllib3.exceptions
# destroy pip._vendor.urllib3.contrib
# destroy pip._vendor.urllib3.util
# destroy pip._vendor.urllib3.util.wait
# destroy pip._vendor.urllib3.util.request
# destroy pip._vendor.urllib3.util.response
# destroy pip._vendor.urllib3.util.retry
# destroy pip._vendor.urllib3.util.url
# destroy pip._vendor.urllib3.util.ssltransport
# destroy pip._vendor.urllib3.util.ssl_
# destroy pip._vendor.urllib3.util.timeout
# destroy pip._vendor.urllib3.util.proxy
# destroy pip._vendor.urllib3.util.ssl_match_hostname
# destroy pip._vendor.urllib3.util.queue
# destroy pip._vendor.urllib3.connection
# destroy pip._vendor.urllib3.fields
# destroy pip._vendor.urllib3.filepost
# destroy pip._vendor.urllib3.request
# destroy pip._vendor.urllib3.response
# destroy pip._vendor.urllib3.connectionpool
# destroy pip._vendor.urllib3.poolmanager
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.packages.six.moves.urllib.parse
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.packages.six.moves.urllib
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.util.connection
# destroy pip._vendor.urllib3.contrib._appengine_environ
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.packages.six.moves.http_client
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.packages.six.moves
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.packages.six
# cleanup[3] wiping pip._internal.utils.compat
# cleanup[3] wiping http.cookies
# cleanup[3] wiping http.cookiejar
# cleanup[3] wiping urllib.request
# cleanup[3] wiping _scproxy
# destroy _scproxy
# cleanup[3] wiping urllib.error
# cleanup[3] wiping urllib.response
# cleanup[3] wiping tempfile
# cleanup[3] wiping copy
# cleanup[3] wiping json
# destroy json.decoder
# destroy json.encoder
# cleanup[3] wiping json.scanner
# cleanup[3] wiping _json
# cleanup[3] wiping pip._vendor.chardet
# cleanup[3] wiping pip._vendor.urllib3
# cleanup[3] wiping pip._vendor.urllib3.packages.six.moves.urllib.parse
# cleanup[3] wiping pip._vendor.urllib3.packages.six.moves.urllib
# cleanup[3] wiping mimetypes
# cleanup[3] wiping queue
# cleanup[3] wiping _queue
# cleanup[3] wiping heapq
# cleanup[3] wiping _heapq
# cleanup[3] wiping ipaddress
# cleanup[3] wiping hmac
# cleanup[3] wiping hashlib
# cleanup[3] wiping _blake2
# cleanup[3] wiping _hashlib
# cleanup[3] wiping pip._vendor.urllib3.util.connection
# cleanup[3] wiping pip._vendor.urllib3.packages.six.moves.http_client
# cleanup[3] wiping http.client
# cleanup[3] wiping email.message
# destroy uu
# destroy quopri
# cleanup[3] wiping email.iterators
# cleanup[3] wiping email._encoded_words
# cleanup[3] wiping email.parser
# cleanup[3] wiping email.feedparser
# cleanup[3] wiping email._policybase
# cleanup[3] wiping email.utils
# cleanup[3] wiping email._parseaddr
# cleanup[3] wiping calendar
# destroy locale
# cleanup[3] wiping urllib.parse
# cleanup[3] wiping urllib
# destroy urllib.parse
# destroy urllib.response
# destroy urllib.error
# destroy urllib.request
# cleanup[3] wiping datetime
# cleanup[3] wiping _datetime
# cleanup[3] wiping random
# cleanup[3] wiping _sha512
# cleanup[3] wiping _random
# cleanup[3] wiping bisect
# cleanup[3] wiping _bisect
# destroy _bisect
# cleanup[3] wiping email.header
# cleanup[3] wiping email.charset
# cleanup[3] wiping email.encoders
# cleanup[3] wiping email.base64mime
# cleanup[3] wiping email.quoprimime
# cleanup[3] wiping email.errors
# cleanup[3] wiping email
# destroy email._parseaddr
# destroy email._policybase
# destroy email._encoded_words
# destroy email.errors
# destroy email.quoprimime
# destroy email.base64mime
# destroy email.encoders
# destroy email.charset
# destroy email.header
# destroy email.utils
# destroy email.feedparser
# destroy email.parser
# destroy email.iterators
# destroy email.message
# cleanup[3] wiping http
# destroy http.cookies
# cleanup[3] wiping pip._vendor.urllib3.packages.six.moves
# cleanup[3] wiping pip._vendor.urllib3.packages.six
# cleanup[3] wiping configparser
# cleanup[3] wiping pip._internal.cli.status_codes
# cleanup[3] wiping shutil
# cleanup[3] wiping _lzma
# cleanup[3] wiping _bz2
# cleanup[3] wiping _compression
# cleanup[3] wiping zlib
# cleanup[3] wiping pip._vendor.packaging.utils
# cleanup[3] wiping pip._vendor.packaging.version
# cleanup[3] wiping pip._vendor.packaging._structures
# cleanup[3] wiping pip._vendor.packaging.tags
# destroy platform
# cleanup[3] wiping pip._vendor.packaging._musllinux
# cleanup[3] wiping pip._vendor.packaging._manylinux
# cleanup[3] wiping sysconfig
# cleanup[3] wiping subprocess
# cleanup[3] wiping _posixsubprocess
# destroy _posixsubprocess
# cleanup[3] wiping fcntl
# destroy fcntl
# cleanup[3] wiping signal
# cleanup[3] wiping pip._vendor.packaging
# destroy pip._vendor.packaging._manylinux
# destroy pip._vendor.packaging._musllinux
# destroy pip._vendor.packaging._structures
# destroy pip._vendor.packaging.__about__
# destroy pip._vendor.packaging.tags
# destroy pip._vendor.packaging.version
# destroy pip._vendor.packaging.utils
# destroy pip._vendor.packaging.specifiers
# destroy pip._vendor.packaging.markers
# destroy pip._vendor.packaging.requirements
# cleanup[3] wiping pip._vendor
# destroy glob
# destroy pip._vendor.packaging
# destroy pip._vendor.urllib3
# destroy pip._vendor.idna
# destroy pip._vendor.certifi
# destroy pip._vendor.requests
# destroy pip._vendor.rich
# destroy pip._vendor.platformdirs
# destroy pip._vendor.pygments
# destroy pip._vendor.tomli
# destroy pip._vendor.pep517
# destroy pip._vendor.tenacity
# destroy pip._vendor.pyparsing
# destroy pip._vendor.cachecontrol
# destroy pip._vendor.distlib
# destroy pip._vendor.pkg_resources
# destroy pip._vendor.resolvelib
# cleanup[3] wiping fnmatch
# cleanup[3] wiping optparse
# destroy textwrap
# cleanup[3] wiping pip._internal.cli
# destroy pip._internal.cli.status_codes
# destroy pip._internal.cli.parser
# destroy pip._internal.cli.command_context
# destroy pip._internal.cli.base_command
# destroy pip._internal.cli.main_parser
# destroy pip._internal.cli.autocompletion
# destroy pip._internal.cli.main
# destroy pip._internal.cli.spinners
# destroy pip._internal.cli.progress_bars
# destroy pip._internal.cli.req_command
# cleanup[3] wiping pip._internal
# destroy pip._internal.utils
# destroy pip._internal.utils.inject_securetransport
# destroy pip._internal.utils._log
# destroy pip._internal.utils.compat
# destroy pip._internal.utils.deprecation
# destroy pip._internal.utils.virtualenv
# destroy pip._internal.utils.misc
# destroy pip._internal.utils.logging
# destroy pip._internal.utils.compatibility_tags
# destroy pip._internal.utils.hashes
# destroy pip._internal.utils.filesystem
# destroy pip._internal.utils.temp_dir
# destroy pip._internal.utils.egg_link
# destroy pip._internal.utils.packaging
# destroy pip._internal.utils.urls
# destroy pip._internal.utils.filetypes
# destroy pip._internal.utils.models
# destroy pip._internal.utils.subprocess
# destroy pip._internal.utils.glibc
# destroy pip._internal.utils.encoding
# destroy pip._internal.utils.setuptools_build
# destroy pip._internal.utils.unpacking
# destroy pip._internal.utils.wheel
# destroy pip._internal.utils.direct_url_helpers
# destroy pip._internal.utils.entrypoints
# destroy pip._internal.utils.distutils_args
# destroy pip
# destroy pip._internal.cli
# destroy pip._internal.exceptions
# destroy pip._internal.models
# destroy pip._internal.locations
# destroy pip._internal.configuration
# destroy pip._internal.commands
# destroy pip._internal.metadata
# destroy pip._internal.cache
# destroy pip._internal.index
# destroy pip._internal.network
# destroy pip._internal.vcs
# destroy pip._internal.build_env
# destroy pip._internal.operations
# destroy pip._internal.pyproject
# destroy pip._internal.req
# destroy pip._internal.distributions
# destroy pip._internal.resolution
# destroy pip._internal.self_outdated_check
# destroy pip._internal.wheel_builder
# cleanup[3] wiping logging
# destroy weakref
# destroy logging.handlers
# destroy logging.config
# cleanup[3] wiping atexit
# destroy atexit
# cleanup[3] wiping threading
# cleanup[3] wiping string
# cleanup[3] wiping _string
# destroy _string
# cleanup[3] wiping traceback
# cleanup[3] wiping linecache
# destroy tokenize
# cleanup[3] wiping ssl
# cleanup[3] wiping base64
# cleanup[3] wiping binascii
# cleanup[3] wiping struct
# cleanup[3] wiping _struct
# cleanup[3] wiping socket
# cleanup[3] wiping array
# cleanup[3] wiping errno
# cleanup[3] wiping selectors
# cleanup[3] wiping select
# cleanup[3] wiping math
# cleanup[3] wiping _ssl
# cleanup[3] wiping _socket
# cleanup[3] wiping typing
# cleanup[3] wiping collections.abc
# cleanup[3] wiping runpy
# cleanup[3] wiping site
# destroy _sitebuiltins
# cleanup[3] wiping re
# destroy sre_compile
# destroy copyreg
# cleanup[3] wiping _locale
# cleanup[3] wiping sre_parse
# cleanup[3] wiping _sre
# cleanup[3] wiping enum
# cleanup[3] wiping importlib.machinery
# cleanup[3] wiping importlib.util
# cleanup[3] wiping contextlib
# cleanup[3] wiping functools
# cleanup[3] wiping _functools
# cleanup[3] wiping collections
# destroy collections.abc
# cleanup[3] wiping _collections
# destroy _collections
# cleanup[3] wiping reprlib
# cleanup[3] wiping operator
# cleanup[3] wiping _operator
# cleanup[3] wiping keyword
# cleanup[3] wiping itertools
# cleanup[3] wiping importlib._abc
# cleanup[3] wiping importlib
# destroy importlib._abc
# destroy importlib._adapters
# destroy importlib._common
# destroy importlib.util
# destroy importlib.machinery
# destroy importlib.abc
# cleanup[3] wiping warnings
# cleanup[3] wiping importlib._bootstrap_external
# cleanup[3] wiping importlib._bootstrap
# cleanup[3] wiping types
# cleanup[3] wiping os
# cleanup[3] wiping os.path
# destroy genericpath
# cleanup[3] wiping posixpath
# cleanup[3] wiping _collections_abc
# cleanup[3] wiping stat
# cleanup[3] wiping _stat
# destroy _stat
# cleanup[3] wiping io
# cleanup[3] wiping abc
# cleanup[3] wiping _abc
# cleanup[3] wiping _signal
# destroy _signal
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping encodings
# destroy encodings.aliases
# destroy encodings.utf_8
# destroy encodings.idna
# destroy encodings.cp437
# cleanup[3] wiping codecs
# cleanup[3] wiping _codecs
# cleanup[3] wiping zipimport
# destroy _frozen_importlib_external
# cleanup[3] wiping time
# cleanup[3] wiping posix
# cleanup[3] wiping marshal
# destroy marshal
# cleanup[3] wiping _io
# cleanup[3] wiping _weakref
# cleanup[3] wiping _warnings
# cleanup[3] wiping _thread
# cleanup[3] wiping _imp
# destroy _imp
# cleanup[3] wiping _frozen_importlib
# cleanup[3] wiping sys
# cleanup[3] wiping builtins
# destroy pip._vendor.six.moves.urllib
# destroy pip._vendor.six.moves
# destroy pip._vendor.urllib3.packages.six.moves.urllib
# destroy pip._vendor.urllib3.packages.six.moves
# destroy _asyncio
# destroy asyncio
# destroy _pickle
# destroy decimal
# destroy _datetime
# destroy _socket
# destroy reprlib
# destroy linecache
# destroy asyncio.base_futures
# destroy heapq
# destroy asyncio.locks
# destroy asyncio.mixins
# destroy _heapq
# destroy asyncio.protocols
# destroy asyncio.streams
# destroy contextvars
# destroy signal
# destroy asyncio.base_events
# destroy asyncio.base_subprocess
# destroy asyncio.constants
# destroy asyncio.coroutines
# destroy asyncio.events
# destroy asyncio.exceptions
# destroy asyncio.futures
# destroy asyncio.selector_events
# destroy asyncio.tasks
# destroy asyncio.transports
# destroy xml.etree.ElementPath
# destroy _elementtree
# destroy _collections_abc
# destroy _locale
# destroy runpy
# destroy _weakref
# destroy _functools
# destroy _warnings
# destroy _sha512
# destroy concurrent.futures._base
# destroy array
# destroy _ssl
# destroy _opcode
# destroy sre_parse
# destroy pip._vendor.six.moves.urllib_parse
# destroy pip._vendor.six.moves.urllib.error
# destroy pip._vendor.six.moves.urllib.request
# destroy pip._vendor.six.moves.urllib.response
# destroy pip._vendor.six.moves.urllib.robotparser
# destroy pip._vendor.urllib3.packages.six.moves.urllib_parse
# destroy pip._vendor.urllib3.packages.six.moves.urllib.error
# destroy pip._vendor.urllib3.packages.six.moves.urllib.request
# destroy pip._vendor.urllib3.packages.six.moves.urllib.response
# destroy pip._vendor.urllib3.packages.six.moves.urllib.robotparser
# destroy _queue
# destroy selectors
# destroy ntpath
# destroy posixpath
# destroy posix
# destroy inspect
# destroy keyword
# destroy csv
# destroy uuid
# destroy optparse
# destroy shlex
# destroy pip._internal.cli.cmdoptions
# destroy pprint
# destroy subprocess
# destroy termios
# destroy site
# destroy pip._internal.utils.appdirs
# destroy html
# destroy _blake2
# destroy random
# destroy pip._vendor.tenacity._utils
# destroy pip._vendor.requests.sessions
# destroy encodings
# destroy pip._vendor.chardet
# destroy http.cookiejar
# destroy tempfile
# destroy zipfile
# destroy pip._vendor.requests.certs
# destroy _operator
# destroy math
# destroy numbers
# destroy threading
# destroy pip._vendor.pep517.compat
# destroy abc
# destroy json.scanner
# destroy _json
# destroy _compression
# destroy sysconfig
# destroy py_compile
# destroy filecmp
# destroy pip._vendor.urllib3.util.connection
# destroy mimetypes
# destroy queue
# destroy functools
# destroy io
# destroy shutil
# destroy pwd
# destroy grp
# destroy importlib.resources
# destroy pip._vendor.pygments.lexers._mapping
# destroy pip._vendor.pygments.lexers
# destroy pip._vendor.pygments.lexers
# destroy _csv
# destroy _bz2
# destroy _lzma
# destroy http.client
# destroy email
# destroy mmap
# destroy _thread
# destroy configparser
# destroy contextlib
# destroy fnmatch
# destroy stat
# destroy http
# destroy xml.parsers.expat
# destroy gzip
# destroy pip._internal
# destroy pip._vendor
# destroy select
# destroy socket
# destroy hmac
# destroy pip._vendor.urllib3.packages.six
# destroy _hashlib
# destroy ssl
# destroy ipaddress
# destroy importlib
# destroy zipimport
# destroy binascii
# destroy codecs
# destroy enum
# destroy pyexpat
# destroy errno
# destroy pip._vendor.six
# destroy calendar
# destroy time
# destroy hashlib
# destroy logging
# destroy pathlib
# destroy urllib
# destroy string
# destroy copy
# destroy warnings
# destroy traceback
# destroy types
# destroy datetime
# destroy pip._vendor.idna.idnadata
# destroy bisect
# destroy unicodedata
# destroy re
# destroy struct
# destroy _struct
# destroy base64
# destroy io
# destroy json
# destroy zlib
# destroy pip._vendor.msgpack
# destroy pickle
# destroy itertools
# destroy pip._vendor.resolvelib.compat.collections_abc
# destroy collections
# destroy operator
# destroy os
# destroy typing
# destroy _frozen_importlib
# destroy _codecs
# destroy _random
# destroy sys
# destroy _sre
# clear sys.audit hooks
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Running command Getting requirements to build wheel
import _frozen_importlib # frozen
import _imp # builtin
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
# installing zipimport hook
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <class '_frozen_importlib.FrozenImporter'>
# installed zipimport hook
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/codecs.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/codecs.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/codecs.cpython-310.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x104477700>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/aliases.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/aliases.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/aliases.cpython-310.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x1044c8cd0>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x104477580>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/utf_8.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/utf_8.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/encodings/__pycache__/utf_8.cpython-310.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x104477430>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/io.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/io.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/io.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/abc.cpython-310.pyc'
import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x1044c9000>
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x1044c8df0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/site.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/site.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/os.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/os.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/os.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/stat.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/stat.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/stat.cpython-310.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x1044cb220>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_collections_abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_collections_abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_collections_abc.cpython-310.pyc'
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x1044cb580>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/posixpath.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/posixpath.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/posixpath.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/genericpath.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/genericpath.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/genericpath.cpython-310.pyc'
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x104501db0>
import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x1044cb610>
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x1044c9e40>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_sitebuiltins.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_sitebuiltins.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_sitebuiltins.cpython-310.pyc'
import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x1044caf20>
Processing user site-packages
Processing global site-packages
Adding directory: '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages'
Processing .pth file: '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/distutils-precedence.pth'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_distutils_hack/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_distutils_hack/__pycache__/__init__.cpython-310.pyc'
import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x104502e60>
Processing .pth file: '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/protobuf-4.21.5-py3.10-nspkg.pth'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/types.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/types.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/types.cpython-310.pyc'
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x104503b20>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/warnings.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/warnings.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/warnings.cpython-310.pyc'
import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x104503130>
import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x1045032b0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/util.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/util.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/util.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_abc.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/_abc.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/_abc.cpython-310.pyc'
import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x104535db0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/contextlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/contextlib.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__pycache__/__init__.cpython-310.pyc'
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/keyword.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/keyword.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/keyword.cpython-310.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x10457c7f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/operator.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/operator.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/operator.cpython-310.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x10457c8b0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/reprlib.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/reprlib.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/reprlib.cpython-310.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x10457cac0>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x1045344f0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/functools.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/functools.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/functools.cpython-310.pyc'
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x10457d2d0>
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x104535ba0>
import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x1045031c0>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/machinery.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/machinery.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__pycache__/machinery.cpython-310.pyc'
import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x104535360>
# possible namespace for /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/google
# code object from /private/var/folders/ld/k24nt7054698bctspqwrjq1r0000gn/T/pip-build-env-xbgumfci/site/sitecustomize.py
# created '/private/var/folders/ld/k24nt7054698bctspqwrjq1r0000gn/T/pip-build-env-xbgumfci/site/__pycache__/sitecustomize.cpython-310.pyc'
Adding directory: '/opt/homebrew/lib/python3.10/site-packages'
Processing .pth file: '/opt/homebrew/lib/python3.10/site-packages/distutils-precedence.pth'
Processing .pth file: '/opt/homebrew/lib/python3.10/site-packages/protobuf-4.21.5-py3.10-nspkg.pth'
# possible namespace for /opt/homebrew/lib/python3.10/site-packages/google
# destroy google
# possible namespace for /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/google
# possible namespace for /opt/homebrew/lib/python3.10/site-packages/google
Adding directory: '/opt/homebrew/lib/python3.10/site-packages'
Processing .pth file: '/opt/homebrew/lib/python3.10/site-packages/distutils-precedence.pth'
Processing .pth file: '/opt/homebrew/lib/python3.10/site-packages/protobuf-4.21.5-py3.10-nspkg.pth'
# possible namespace for /opt/homebrew/lib/python3.10/site-packages/google
# destroy google
Traceback (most recent call last):
File "/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site.py", line 549, in execsitecustomize
import sitecustomize
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/private/var/folders/ld/k24nt7054698bctspqwrjq1r0000gn/T/pip-build-env-xbgumfci/site/sitecustomize.py", line 22, in <module>
assert not path in sys.path
AssertionError
# destroy sitecustomize
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x1044c9810>
Python 3.10.6 (main, Aug 11 2022, 13:36:31) [Clang 13.1.6 (clang-1316.0.21.2.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/glob.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/glob.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/glob.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/re.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/re.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/re.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/enum.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/enum.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/enum.cpython-310.pyc'
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x104dfaa10>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_compile.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sre_compile.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_compile.cpython-310.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_parse.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sre_parse.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_parse.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_constants.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/sre_constants.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/sre_constants.cpython-310.pyc'
import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x104df6530>
import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x104df8bb0>
import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x104df9480>
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/copyreg.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/copyreg.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/copyreg.cpython-310.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x104df4a30>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x104dfaf20>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/fnmatch.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/fnmatch.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/fnmatch.cpython-310.pyc'
import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x104df47c0>
import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x104dfb370>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/__init__.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__init__.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/__init__.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/decoder.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/decoder.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/decoder.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/scanner.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/scanner.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/scanner.cpython-310.pyc'
# extension module '_json' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_json.cpython-310-darwin.so'
# extension module '_json' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_json.cpython-310-darwin.so'
import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x104df3e80>
import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x104df40d0>
import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x104df4400>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/encoder.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/encoder.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__pycache__/encoder.cpython-310.pyc'
import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x104df42e0>
import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x104df4580>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/shutil.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/shutil.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/shutil.cpython-310.pyc'
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
# extension module 'zlib' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/zlib.cpython-310-darwin.so'
# extension module 'zlib' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/zlib.cpython-310-darwin.so'
import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x104df2f50>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/bz2.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/bz2.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/bz2.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_compression.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_compression.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_compression.cpython-310.pyc'
import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x104df2620>
# extension module '_bz2' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so'
# extension module '_bz2' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_bz2.cpython-310-darwin.so'
import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x104df2110>
import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x104df2e30>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/lzma.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lzma.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/lzma.cpython-310.pyc'
# extension module '_lzma' loaded from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so'
# extension module '_lzma' executed from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_lzma.cpython-310-darwin.so'
import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x104df1a50>
import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x104df20b0>
import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x104df3d30>
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/traceback.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/traceback.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/traceback.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/linecache.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/linecache.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/linecache.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tokenize.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tokenize.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/tokenize.cpython-310.pyc'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/token.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/token.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/token.cpython-310.pyc'
import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x104deecb0>
import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x104def550>
import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x104df0a90>
import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x104df1000>
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.__interactivehook__
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing sys
# cleanup[2] removing builtins
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _imp
# cleanup[2] removing _thread
# cleanup[2] removing _warnings
# cleanup[2] removing _weakref
# cleanup[2] removing _io
# cleanup[2] removing marshal
# cleanup[2] removing posix
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing time
# cleanup[2] removing zipimport
# destroy zipimport
# cleanup[2] removing _codecs
# cleanup[2] removing codecs
# cleanup[2] removing encodings.aliases
# cleanup[2] removing encodings
# destroy encodings
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing _signal
# cleanup[2] removing _abc
# cleanup[2] removing abc
# cleanup[2] removing io
# cleanup[2] removing __main__
# destroy __main__
# cleanup[2] removing _stat
# cleanup[2] removing stat
# cleanup[2] removing _collections_abc
# cleanup[2] removing genericpath
# cleanup[2] removing posixpath
# cleanup[2] removing os.path
# cleanup[2] removing os
# cleanup[2] removing _sitebuiltins
# cleanup[2] removing _distutils_hack
# destroy _distutils_hack
# cleanup[2] removing types
# cleanup[2] removing importlib._bootstrap
# cleanup[2] removing importlib._bootstrap_external
# cleanup[2] removing warnings
# cleanup[2] removing importlib
# destroy importlib
# cleanup[2] removing importlib._abc
# cleanup[2] removing itertools
# cleanup[2] removing keyword
# destroy keyword
# cleanup[2] removing _operator
# cleanup[2] removing operator
# destroy operator
# cleanup[2] removing reprlib
# destroy reprlib
# cleanup[2] removing _collections
# cleanup[2] removing collections
# cleanup[2] removing _functools
# cleanup[2] removing functools
# cleanup[2] removing contextlib
# cleanup[2] removing importlib.util
# cleanup[2] removing importlib.machinery
# cleanup[2] removing google
# destroy google
# cleanup[2] removing site
# destroy site
# cleanup[2] removing enum
# cleanup[2] removing _sre
# cleanup[2] removing sre_constants
# destroy sre_constants
# cleanup[2] removing sre_parse
# cleanup[2] removing sre_compile
# cleanup[2] removing _locale
# cleanup[2] removing copyreg
# cleanup[2] removing re
# cleanup[2] removing fnmatch
# cleanup[2] removing glob
# destroy glob
# cleanup[2] removing _json
# cleanup[2] removing json.scanner
# cleanup[2] removing json.decoder
# cleanup[2] removing json.encoder
# cleanup[2] removing json
# cleanup[2] removing errno
# cleanup[2] removing zlib
# cleanup[2] removing _compression
# cleanup[2] removing _bz2
# cleanup[2] removing bz2
# destroy bz2
# cleanup[2] removing _lzma
# cleanup[2] removing lzma
# destroy lzma
# cleanup[2] removing shutil
# cleanup[2] removing token
# destroy token
# cleanup[2] removing tokenize
# cleanup[2] removing linecache
# cleanup[2] removing traceback
# destroy _signal
# destroy json
# destroy shutil
# destroy traceback
# destroy _sitebuiltins
# destroy importlib._abc
# destroy importlib.util
# destroy importlib.machinery
# destroy types
# destroy warnings
# destroy _collections_abc
# destroy tokenize
# destroy _operator
# destroy _collections
# destroy _functools
# destroy contextlib
# destroy enum
# destroy sre_compile
# destroy copyreg
# destroy sre_parse
# destroy _sre
# destroy _locale
# destroy functools
# destroy json.decoder
# destroy json.encoder
# destroy json.scanner
# destroy re
# destroy _json
# destroy fnmatch
# destroy errno
# destroy zlib
# destroy _bz2
# destroy io
# destroy _compression
# destroy _lzma
# destroy collections
# destroy itertools
# destroy linecache
# cleanup[3] wiping importlib._bootstrap_external
# cleanup[3] wiping importlib._bootstrap
# cleanup[3] wiping os
# destroy abc
# destroy posixpath
# cleanup[3] wiping genericpath
# cleanup[3] wiping stat
# cleanup[3] wiping _stat
# destroy _stat
# cleanup[3] wiping _abc
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping encodings.aliases
# cleanup[3] wiping codecs
# cleanup[3] wiping _codecs
# cleanup[3] wiping time
# cleanup[3] wiping _frozen_importlib_external
# cleanup[3] wiping posix
# cleanup[3] wiping marshal
# cleanup[3] wiping _io
# cleanup[3] wiping _weakref
# destroy _weakref
# cleanup[3] wiping _warnings
# cleanup[3] wiping _thread
# cleanup[3] wiping _imp
# cleanup[3] wiping _frozen_importlib
# cleanup[3] wiping sys
# cleanup[3] wiping builtins
# destroy _thread
# destroy posix
# destroy _frozen_importlib_external
# destroy _imp
# destroy io
# destroy marshal
# destroy time
# destroy _warnings
# destroy os
# destroy stat
# destroy genericpath
# destroy _abc
# destroy _frozen_importlib
# destroy codecs
# destroy sys
# destroy encodings.aliases
# destroy encodings.utf_8
# destroy _codecs
# destroy builtins
# clear sys.audit hooks
Getting requirements to build wheel: finished with status 'done'
ERROR: Exception:
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper
status = run_func(*args)
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 247, in wrapper
return func(self, options, args)
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/commands/wheel.py", line 145, in run
requirement_set = resolver.resolve(reqs, check_supported_wheels=True)
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 73, in resolve
collected = self.factory.collect_root_requirements(root_reqs)
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 491, in collect_root_requirements
req = self._make_requirement_from_install_req(
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 453, in _make_requirement_from_install_req
cand = self._make_candidate_from_link(
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 206, in _make_candidate_from_link
self._link_candidate_cache[link] = LinkCandidate(
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 297, in __init__
super().__init__(
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 162, in __init__
self.dist = self._prepare()
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 231, in _prepare
dist = self._prepare_distribution()
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 308, in _prepare_distribution
return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 438, in prepare_linked_requirement
return self._prepare_linked_requirement(req, parallel_builds)
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 524, in _prepare_linked_requirement
dist = _get_prepared_distribution(
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 68, in _get_prepared_distribution
abstract_dist.prepare_distribution_metadata(
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py", line 48, in prepare_distribution_metadata
self._install_build_reqs(finder)
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py", line 118, in _install_build_reqs
build_reqs = self._get_build_requires_wheel()
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py", line 95, in _get_build_requires_wheel
return backend.get_requires_for_build_wheel()
File "/opt/homebrew/lib/python3.10/site-packages/pip/_internal/utils/misc.py", line 685, in get_requires_for_build_wheel
return super().get_requires_for_build_wheel(config_settings=cs)
File "/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py", line 172, in get_requires_for_build_wheel
return self._call_hook('get_requires_for_build_wheel', {
File "/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/wrappers.py", line 332, in _call_hook
raise BackendUnavailable(data.get('traceback', ''))
pip._vendor.pep517.wrappers.BackendUnavailable: Traceback (most recent call last):
File "/opt/homebrew/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 89, in _build_backend
obj = import_module(mod_path)
File "/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'hatchling'
# /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_strptime.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/_strptime.py
# code object from '/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/__pycache__/_strptime.cpython-310.pyc'
import '_strptime' # <_frozen_importlib_external.SourceFileLoader object at 0x1069a2770>
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.__interactivehook__
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing sys
# cleanup[2] removing builtins
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _imp
# cleanup[2] removing _thread
# cleanup[2] removing _warnings
# cleanup[2] removing _weakref
# cleanup[2] removing _io
# cleanup[2] removing marshal
# cleanup[2] removing posix
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing time
# cleanup[2] removing zipimport
# cleanup[2] removing _codecs
# cleanup[2] removing codecs
# cleanup[2] removing encodings.aliases
# cleanup[2] removing encodings
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing _signal
# cleanup[2] removing _abc
# cleanup[2] removing abc
# cleanup[2] removing io
# cleanup[2] removing __main__
# destroy __main__
# cleanup[2] removing _stat
# cleanup[2] removing stat
# cleanup[2] removing _collections_abc
# cleanup[2] removing genericpath
# cleanup[2] removing posixpath
# cleanup[2] removing os.path
# cleanup[2] removing os
# cleanup[2] removing _sitebuiltins
# cleanup[2] removing _distutils_hack
# destroy _distutils_hack
# cleanup[2] removing types
# cleanup[2] removing importlib._bootstrap
# cleanup[2] removing importlib._bootstrap_external
# cleanup[2] removing warnings
# cleanup[2] removing importlib
# cleanup[2] removing importlib._abc
# cleanup[2] removing itertools
# cleanup[2] removing keyword
# cleanup[2] removing _operator
# cleanup[2] removing operator
# cleanup[2] removing reprlib
# cleanup[2] removing _collections
# cleanup[2] removing collections
# cleanup[2] removing _functools
# cleanup[2] removing functools
# cleanup[2] removing contextlib
# cleanup[2] removing importlib.util
# cleanup[2] removing importlib.machinery
# cleanup[2] removing google
# destroy google
# cleanup[2] removing enum
# cleanup[2] removing _sre
# cleanup[2] removing sre_constants
# destroy sre_constants
# cleanup[2] removing sre_parse
# cleanup[2] removing sre_compile
# cleanup[2] removing _locale
# cleanup[2] removing copyreg
# cleanup[2] removing re
# cleanup[2] removing sitecustomize
# destroy sitecustomize
# cleanup[2] removing site
# cleanup[2] removing runpy
# destroy runpy
# cleanup[2] removing token
# cleanup[2] removing tokenize
# cleanup[2] removing linecache
# cleanup[2] removing traceback
# cleanup[2] removing collections.abc
# cleanup[2] removing typing
# cleanup[2] removing pip
# cleanup[2] removing pip._internal.utils
# cleanup[2] removing _socket
# cleanup[2] removing _ssl
# cleanup[2] removing math
# cleanup[2] removing select
# cleanup[2] removing selectors
# cleanup[2] removing errno
# cleanup[2] removing array
# cleanup[2] removing socket
# cleanup[2] removing _struct
# cleanup[2] removing struct
# cleanup[2] removing binascii
# cleanup[2] removing base64
# cleanup[2] removing ssl
# cleanup[2] removing pip._internal.utils.inject_securetransport
# cleanup[2] removing _weakrefset
# destroy _weakrefset
# cleanup[2] removing weakref
# cleanup[2] removing _string
# cleanup[2] removing string
# cleanup[2] removing threading
# cleanup[2] removing atexit
# cleanup[2] removing logging
# cleanup[2] removing pip._internal.utils._log
# cleanup[2] removing pip._internal
# cleanup[2] removing pip._internal.cli
# cleanup[2] removing locale
# cleanup[2] removing textwrap
# cleanup[2] removing gettext
# destroy gettext
# cleanup[2] removing optparse
# cleanup[2] removing __future__
# destroy __future__
# cleanup[2] removing fnmatch
# cleanup[2] removing glob
# cleanup[2] removing pip._vendor
# cleanup[2] removing pip._vendor.packaging.__about__
# cleanup[2] removing pip._vendor.packaging
# cleanup[2] removing signal
# cleanup[2] removing fcntl
# cleanup[2] removing _posixsubprocess
# cleanup[2] removing subprocess
# cleanup[2] removing platform
# cleanup[2] removing sysconfig
# cleanup[2] removing pip._vendor.packaging._manylinux
# cleanup[2] removing pip._vendor.packaging._musllinux
# cleanup[2] removing pip._vendor.packaging.tags
# cleanup[2] removing pip._vendor.packaging._structures
# cleanup[2] removing pip._vendor.packaging.version
# cleanup[2] removing pip._vendor.packaging.utils
# cleanup[2] removing zlib
# cleanup[2] removing _compression
# cleanup[2] removing _bz2
# cleanup[2] removing bz2
# cleanup[2] removing _lzma
# cleanup[2] removing lzma
# cleanup[2] removing shutil
# cleanup[2] removing pip._internal.cli.status_codes
# cleanup[2] removing configparser
# cleanup[2] removing pip._vendor.urllib3.packages
# cleanup[2] removing pip._vendor.urllib3.packages.six
# cleanup[2] removing pip._vendor.urllib3.packages.six.moves
# cleanup[2] removing http
# cleanup[2] removing email
# cleanup[2] removing email.errors
# cleanup[2] removing email.quoprimime
# cleanup[2] removing email.base64mime
# cleanup[2] removing quopri
# cleanup[2] removing email.encoders
# cleanup[2] removing email.charset
# cleanup[2] removing email.header
# cleanup[2] removing _bisect
# cleanup[2] removing bisect
# cleanup[2] removing _random
# cleanup[2] removing _sha512
# cleanup[2] removing random
# cleanup[2] removing _datetime
# cleanup[2] removing datetime
# cleanup[2] removing urllib
# cleanup[2] removing urllib.parse
# cleanup[2] removing calendar
# cleanup[2] removing email._parseaddr
# cleanup[2] removing email.utils
# cleanup[2] removing email._policybase
# cleanup[2] removing email.feedparser
# cleanup[2] removing email.parser
# cleanup[2] removing uu
# cleanup[2] removing email._encoded_words
# cleanup[2] removing email.iterators
# cleanup[2] removing email.message
# cleanup[2] removing http.client
# cleanup[2] removing pip._vendor.urllib3.packages.six.moves.http_client
# cleanup[2] removing pip._vendor.urllib3.exceptions
# cleanup[2] removing pip._vendor.urllib3._version
# cleanup[2] removing pip._vendor.urllib3.contrib
# cleanup[2] removing pip._vendor.urllib3.contrib._appengine_environ
# cleanup[2] removing pip._vendor.urllib3.util.wait
# cleanup[2] removing pip._vendor.urllib3.util.connection
# cleanup[2] removing pip._vendor.urllib3.util.request
# cleanup[2] removing pip._vendor.urllib3.util.response
# cleanup[2] removing pip._vendor.urllib3.util.retry
# cleanup[2] removing _hashlib
# cleanup[2] removing _blake2
# cleanup[2] removing hashlib
# cleanup[2] removing hmac
# cleanup[2] removing pip._vendor.urllib3.util.url
# cleanup[2] removing pip._vendor.urllib3.util.ssltransport
# cleanup[2] removing pip._vendor.urllib3.util.ssl_
# cleanup[2] removing pip._vendor.urllib3.util.timeout
# cleanup[2] removing pip._vendor.urllib3.util
# cleanup[2] removing pip._vendor.urllib3.util.proxy
# cleanup[2] removing pip._vendor.urllib3._collections
# cleanup[2] removing ipaddress
# cleanup[2] removing pip._vendor.urllib3.util.ssl_match_hostname
# cleanup[2] removing pip._vendor.urllib3.connection
# cleanup[2] removing _heapq
# cleanup[2] removing heapq
# cleanup[2] removing _queue
# cleanup[2] removing queue
# cleanup[2] removing mimetypes
# cleanup[2] removing pip._vendor.urllib3.fields
# cleanup[2] removing pip._vendor.urllib3.filepost
# cleanup[2] removing pip._vendor.urllib3.packages.six.moves.urllib
# cleanup[2] removing pip._vendor.urllib3.packages.six.moves.urllib.parse
# cleanup[2] removing pip._vendor.urllib3.request
# cleanup[2] removing pip._vendor.urllib3.response
# cleanup[2] removing pip._vendor.urllib3.util.queue
# cleanup[2] removing pip._vendor.urllib3.connectionpool
# cleanup[2] removing pip._vendor.urllib3.poolmanager
# cleanup[2] removing pip._vendor.urllib3
# cleanup[2] removing pip._vendor.chardet.enums
# cleanup[2] removing pip._vendor.chardet.charsetprober
# cleanup[2] removing pip._vendor.chardet.charsetgroupprober
# cleanup[2] removing pip._vendor.chardet.codingstatemachine
# cleanup[2] removing pip._vendor.chardet.escsm
# cleanup[2] removing pip._vendor.chardet.escprober
# cleanup[2] removing pip._vendor.chardet.latin1prober
# cleanup[2] removing pip._vendor.chardet.big5freq
# cleanup[2] removing pip._vendor.chardet.euckrfreq
# cleanup[2] removing pip._vendor.chardet.euctwfreq
# cleanup[2] removing pip._vendor.chardet.gb2312freq
# cleanup[2] removing pip._vendor.chardet.jisfreq
# cleanup[2] removing pip._vendor.chardet.johabfreq
# cleanup[2] removing pip._vendor.chardet.chardistribution
# cleanup[2] removing pip._vendor.chardet.mbcharsetprober
# cleanup[2] removing pip._vendor.chardet.mbcssm
# cleanup[2] removing pip._vendor.chardet.big5prober
# cleanup[2] removing pip._vendor.chardet.cp949prober
# cleanup[2] removing pip._vendor.chardet.jpcntx
# cleanup[2] removing pip._vendor.chardet.eucjpprober
# cleanup[2] removing pip._vendor.chardet.euckrprober
# cleanup[2] removing pip._vendor.chardet.euctwprober
# cleanup[2] removing pip._vendor.chardet.gb2312prober
# cleanup[2] removing pip._vendor.chardet.johabprober
# cleanup[2] removing pip._vendor.chardet.sjisprober
# cleanup[2] removing pip._vendor.chardet.utf8prober
# cleanup[2] removing pip._vendor.chardet.mbcsgroupprober
# cleanup[2] removing pip._vendor.chardet.hebrewprober
# cleanup[2] removing pip._vendor.chardet.sbcharsetprober
# cleanup[2] removing pip._vendor.chardet.langbulgarianmodel
# cleanup[2] removing pip._vendor.chardet.langgreekmodel
# cleanup[2] removing pip._vendor.chardet.langhebrewmodel
# cleanup[2] removing pip._vendor.chardet.langrussianmodel
# cleanup[2] removing pip._vendor.chardet.langthaimodel
# cleanup[2] removing pip._vendor.chardet.langturkishmodel
# cleanup[2] removing pip._vendor.chardet.sbcsgroupprober
# cleanup[2] removing pip._vendor.chardet.utf1632prober
# cleanup[2] removing pip._vendor.chardet.universaldetector
# cleanup[2] removing pip._vendor.chardet.version
# cleanup[2] removing pip._vendor.chardet
# cleanup[2] removing _json
# cleanup[2] removing json.scanner
# cleanup[2] removing json.decoder
# cleanup[2] removing json.encoder
# cleanup[2] removing json
# cleanup[2] removing copy
# cleanup[2] removing tempfile
# cleanup[2] removing urllib.response
# cleanup[2] removing urllib.error
# cleanup[2] removing _scproxy
# cleanup[2] removing urllib.request
# cleanup[2] removing http.cookiejar
# cleanup[2] removing http.cookies
# cleanup[2] removing pip._vendor.requests.compat
# cleanup[2] removing pip._vendor.requests.exceptions
# cleanup[2] removing pip._internal.utils.compat
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages.six
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages.six.moves
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages.six.moves.http_client
# cleanup[2] removing pip._vendor.requests.packages.urllib3.exceptions
# cleanup[2] removing pip._vendor.requests.packages.urllib3._version
# cleanup[2] removing pip._vendor.requests.packages.urllib3.contrib
# cleanup[2] removing pip._vendor.requests.packages.urllib3.contrib._appengine_environ
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.wait
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.connection
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.request
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.response
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.retry
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.url
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.ssltransport
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.ssl_
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.timeout
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.proxy
# cleanup[2] removing pip._vendor.requests.packages.urllib3._collections
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.ssl_match_hostname
# cleanup[2] removing pip._vendor.requests.packages.urllib3.connection
# cleanup[2] removing pip._vendor.requests.packages.urllib3.fields
# cleanup[2] removing pip._vendor.requests.packages.urllib3.filepost
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages.six.moves.urllib
# cleanup[2] removing pip._vendor.requests.packages.urllib3.packages.six.moves.urllib.parse
# cleanup[2] removing pip._vendor.requests.packages.urllib3.request
# cleanup[2] removing pip._vendor.requests.packages.urllib3.response
# cleanup[2] removing pip._vendor.requests.packages.urllib3.util.queue
# cleanup[2] removing pip._vendor.requests.packages.urllib3.connectionpool
# cleanup[2] removing pip._vendor.requests.packages.urllib3.poolmanager
# cleanup[2] removing pip._vendor.requests.packages.urllib3
# cleanup[2] removing pip._vendor.idna.package_data
# cleanup[2] removing pip._vendor.idna.idnadata
# cleanup[2] removing unicodedata
# cleanup[2] removing pip._vendor.idna.intranges
# cleanup[2] removing pip._vendor.idna.core
# cleanup[2] removing pip._vendor.idna
# cleanup[2] removing pip._vendor.requests.packages.idna.package_data
# cleanup[2] removing pip._vendor.requests.packages.idna.idnadata
# cleanup[2] removing pip._vendor.requests.packages.idna.intranges
# cleanup[2] removing pip._vendor.requests.packages.idna.core
# cleanup[2] removing pip._vendor.requests.packages.idna
# cleanup[2] removing pip._vendor.requests.packages.chardet.enums
# cleanup[2] removing pip._vendor.requests.packages.chardet.charsetprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.charsetgroupprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.codingstatemachine
# cleanup[2] removing pip._vendor.requests.packages.chardet.escsm
# cleanup[2] removing pip._vendor.requests.packages.chardet.escprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.latin1prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.big5freq
# cleanup[2] removing pip._vendor.requests.packages.chardet.euckrfreq
# cleanup[2] removing pip._vendor.requests.packages.chardet.euctwfreq
# cleanup[2] removing pip._vendor.requests.packages.chardet.gb2312freq
# cleanup[2] removing pip._vendor.requests.packages.chardet.jisfreq
# cleanup[2] removing pip._vendor.requests.packages.chardet.johabfreq
# cleanup[2] removing pip._vendor.requests.packages.chardet.chardistribution
# cleanup[2] removing pip._vendor.requests.packages.chardet.mbcharsetprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.mbcssm
# cleanup[2] removing pip._vendor.requests.packages.chardet.big5prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.cp949prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.jpcntx
# cleanup[2] removing pip._vendor.requests.packages.chardet.eucjpprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.euckrprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.euctwprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.gb2312prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.johabprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.sjisprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.utf8prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.mbcsgroupprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.hebrewprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.sbcharsetprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.langbulgarianmodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.langgreekmodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.langhebrewmodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.langrussianmodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.langthaimodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.langturkishmodel
# cleanup[2] removing pip._vendor.requests.packages.chardet.sbcsgroupprober
# cleanup[2] removing pip._vendor.requests.packages.chardet.utf1632prober
# cleanup[2] removing pip._vendor.requests.packages.chardet.universaldetector
# cleanup[2] removing pip._vendor.requests.packages.chardet.version
# cleanup[2] removing pip._vendor.requests.packages.chardet
# cleanup[2] removing pip._vendor.requests.packages
# cleanup[2] removing ntpath
# cleanup[2] removing pathlib
# cleanup[2] removing zipfile
# cleanup[2] removing importlib.abc
# cleanup[2] removing importlib._adapters
# cleanup[2] removing importlib._common
# cleanup[2] removing importlib.resources
# cleanup[2] removing pip._vendor.certifi.core
# cleanup[2] removing pip._vendor.certifi
# cleanup[2] removing pip._vendor.requests.certs
# cleanup[2] removing pip._vendor.requests.__version__
# destroy pip._vendor.requests.__version__
# cleanup[2] removing pip._vendor.requests._internal_utils
# cleanup[2] removing pip._vendor.requests.cookies
# cleanup[2] removing pip._vendor.requests.structures
# cleanup[2] removing importlib.readers
# cleanup[2] removing pip._vendor.requests.utils
# cleanup[2] removing pip._vendor.requests.auth
# cleanup[2] removing stringprep
# cleanup[2] removing encodings.idna
# cleanup[2] removing pip._vendor.requests.hooks
# cleanup[2] removing pip._vendor.requests.status_codes
# cleanup[2] removing pip._vendor.requests.models
# cleanup[2] removing pip._vendor.requests.adapters
# cleanup[2] removing pip._vendor.requests.sessions
# cleanup[2] removing pip._vendor.requests.api
# cleanup[2] removing pip._vendor.requests
# cleanup[2] removing pip._vendor.rich._extension
# cleanup[2] removing pip._vendor.rich
# cleanup[2] removing _ast
# destroy _ast
# cleanup[2] removing ast
# cleanup[2] removing _opcode
# cleanup[2] removing opcode
# destroy opcode
# cleanup[2] removing dis
# cleanup[2] removing inspect
# cleanup[2] removing dataclasses
# cleanup[2] removing termios
# cleanup[2] removing getpass
# cleanup[2] removing html.entities
# cleanup[2] removing html
# cleanup[2] removing pip._vendor.rich.errors
# cleanup[2] removing colorsys
# destroy colorsys
# cleanup[2] removing pip._vendor.rich.color_triplet
# cleanup[2] removing pip._vendor.rich.palette
# cleanup[2] removing pip._vendor.rich._palettes
# cleanup[2] removing pip._vendor.rich.repr
# cleanup[2] removing pip._vendor.rich.terminal_theme
# cleanup[2] removing pip._vendor.rich.color
# cleanup[2] removing pip._vendor.rich.style
# cleanup[2] removing pip._vendor.rich.default_styles
# cleanup[2] removing pip._vendor.rich.theme
# cleanup[2] removing pip._vendor.rich.themes
# cleanup[2] removing pip._vendor.rich._emoji_codes
# cleanup[2] removing pip._vendor.rich._emoji_replace
# cleanup[2] removing pip._vendor.rich._export_format
# cleanup[2] removing pip._vendor.rich._loop
# cleanup[2] removing pip._vendor.rich._pick
# cleanup[2] removing pip._vendor.rich._cell_widths
# cleanup[2] removing pip._vendor.rich.cells
# cleanup[2] removing pip._vendor.rich._wrap
# cleanup[2] removing pip._vendor.rich.segment
# cleanup[2] removing pip._vendor.rich.jupyter
# cleanup[2] removing pip._vendor.rich.protocol
# cleanup[2] removing pip._vendor.rich.measure
# cleanup[2] removing pip._vendor.rich.constrain
# cleanup[2] removing pip._vendor.rich.align
# cleanup[2] removing pip._vendor.rich.containers
# cleanup[2] removing pip._vendor.rich.control
# cleanup[2] removing pip._vendor.rich.emoji
# cleanup[2] removing pip._vendor.rich.text
# cleanup[2] removing pip._vendor.rich._log_render
# cleanup[2] removing pip._vendor.rich.highlighter
# cleanup[2] removing pip._vendor.rich.markup
# cleanup[2] removing pip._vendor.rich.pager
# cleanup[2] removing pip._vendor.rich.abc
# cleanup[2] removing pip._vendor.rich.pretty
# cleanup[2] removing pip._vendor.rich.region
# cleanup[2] removing pip._vendor.rich.box
# cleanup[2] removing pip._vendor.rich.padding
# cleanup[2] removing pip._vendor.rich.panel
# cleanup[2] removing numbers
# cleanup[2] removing _decimal
# cleanup[2] removing decimal
# destroy decimal
# cleanup[2] removing fractions
# destroy fractions
# cleanup[2] removing pip._vendor.rich._ratio
# cleanup[2] removing pip._vendor.rich.table
# cleanup[2] removing pip._vendor.rich.scope
# cleanup[2] removing pip._vendor.rich.screen
# cleanup[2] removing pip._vendor.rich.styled
# cleanup[2] removing pip._vendor.rich.console
# cleanup[2] removing pip._internal.exceptions
# cleanup[2] removing pip._vendor.platformdirs.api
# cleanup[2] removing pip._vendor.platformdirs.version
# cleanup[2] removing pip._vendor.platformdirs.macos
# cleanup[2] removing pip._vendor.platformdirs
# cleanup[2] removing pip._internal.utils.appdirs
# cleanup[2] removing _compat_pickle
# cleanup[2] removing _pickle
# cleanup[2] removing pickle
# cleanup[2] removing logging.handlers
# cleanup[2] removing pip._vendor.pygments
# cleanup[2] removing pip._vendor.pygments.lexers._mapping
# cleanup[2] removing pip._vendor.pygments.modeline
# cleanup[2] removing pip._vendor.pygments.plugin
# cleanup[2] removing pip._vendor.pygments.util
# cleanup[2] removing pip._vendor.pygments.lexers
# cleanup[2] removing pip._vendor.pygments.token
# cleanup[2] removing pip._vendor.rich.columns
# cleanup[2] removing pip._vendor.pygments.filter
# cleanup[2] removing pip._vendor.pygments.filters
# cleanup[2] removing pip._vendor.pygments.regexopt
# cleanup[2] removing pip._vendor.pygments.lexer
# cleanup[2] removing pip._vendor.pygments.style
# cleanup[2] removing pip._vendor.pygments.styles
# cleanup[2] removing pip._vendor.rich.syntax
# cleanup[2] removing pip._vendor.rich.traceback
# cleanup[2] removing pip._vendor.rich.logging
# cleanup[2] removing pip._internal.utils.deprecation
# cleanup[2] removing pip._vendor.tomli._types
# cleanup[2] removing pip._vendor.tomli._re
# cleanup[2] removing pip._vendor.tomli._parser
# cleanup[2] removing pip._vendor.tomli
# cleanup[2] removing pip._vendor.pep517.compat
# cleanup[2] removing pip._vendor.pep517.in_process
# cleanup[2] removing pip._vendor.pep517.wrappers
# cleanup[2] removing pip._vendor.pep517
# cleanup[2] removing concurrent
# cleanup[2] removing concurrent.futures._base
# cleanup[2] removing concurrent.futures
# cleanup[2] removing pip._vendor.tenacity.retry
# destroy pip._vendor.tenacity.retry
# cleanup[2] removing pip._vendor.tenacity.nap
# cleanup[2] removing pip._vendor.tenacity.stop
# cleanup[2] removing pip._vendor.tenacity._utils
# cleanup[2] removing pip._vendor.tenacity.wait
# cleanup[2] removing pip._vendor.tenacity.before
# cleanup[2] removing pip._vendor.tenacity.after
# cleanup[2] removing pip._vendor.tenacity.before_sleep
# cleanup[2] removing asyncio.constants
# cleanup[2] removing asyncio.format_helpers
# cleanup[2] removing asyncio.base_futures
# cleanup[2] removing asyncio.log
# cleanup[2] removing asyncio.coroutines
# cleanup[2] removing _contextvars
# cleanup[2] removing contextvars
# cleanup[2] removing asyncio.exceptions
# cleanup[2] removing asyncio.base_tasks
# cleanup[2] removing _asyncio
# cleanup[2] removing asyncio.events
# cleanup[2] removing asyncio.futures
# cleanup[2] removing asyncio.protocols
# cleanup[2] removing asyncio.transports
# cleanup[2] removing asyncio.sslproto
# cleanup[2] removing asyncio.mixins
# cleanup[2] removing asyncio.tasks
# cleanup[2] removing asyncio.locks
# cleanup[2] removing asyncio.staggered
# cleanup[2] removing asyncio.trsock
# cleanup[2] removing asyncio.base_events
# cleanup[2] removing asyncio.runners
# cleanup[2] removing asyncio.queues
# cleanup[2] removing asyncio.streams
# cleanup[2] removing asyncio.subprocess
# cleanup[2] removing asyncio.threads
# cleanup[2] removing asyncio.base_subprocess
# cleanup[2] removing asyncio.selector_events
# cleanup[2] removing asyncio.unix_events
# cleanup[2] removing asyncio
# cleanup[2] removing pip._vendor.tenacity._asyncio
# cleanup[2] removing pip._vendor.tenacity
# cleanup[2] removing pip._internal.models
# cleanup[2] removing pip._internal.models.scheme
# cleanup[2] removing pip._internal.utils.virtualenv
# cleanup[2] removing _sysconfigdata__darwin_darwin
# destroy _sysconfigdata__darwin_darwin
# cleanup[2] removing _osx_support
# destroy _osx_support
# cleanup[2] removing pip._internal.locations.base
# cleanup[2] removing pip._internal.locations._sysconfig
# cleanup[2] removing pip._internal.locations
# cleanup[2] removing pip._internal.utils.misc
# cleanup[2] removing pip._internal.utils.logging
# cleanup[2] removing pip._internal.configuration
# cleanup[2] removing pip._internal.cli.parser
# cleanup[2] removing pip._internal.models.format_control
# cleanup[2] removing pip._internal.models.index
# cleanup[2] removing pip._internal.utils.compatibility_tags
# cleanup[2] removing pip._internal.models.target_python
# cleanup[2] removing pip._internal.utils.hashes
# cleanup[2] removing pip._internal.cli.cmdoptions
# cleanup[2] removing socketserver
# destroy socketserver
# cleanup[2] removing logging.config
# cleanup[2] removing pip._internal.cli.command_context
# cleanup[2] removing pip._internal.utils.filesystem
# cleanup[2] removing pip._internal.utils.temp_dir
# cleanup[2] removing pip._internal.cli.base_command
# cleanup[2] removing pip._internal.commands
# cleanup[2] removing pip._internal.cli.main_parser
# cleanup[2] removing _csv
# cleanup[2] removing csv
# cleanup[2] removing pip._vendor.pyparsing.util
# cleanup[2] removing pip._vendor.pyparsing.unicode
# destroy pip._vendor.pyparsing.unicode
# cleanup[2] removing pip._vendor.pyparsing.exceptions
# cleanup[2] removing pip._vendor.pyparsing.actions
# cleanup[2] removing pprint
# cleanup[2] removing pip._vendor.pyparsing.results
# cleanup[2] removing pip._vendor.pyparsing.core
# cleanup[2] removing pip._vendor.pyparsing.helpers
# cleanup[2] removing pip._vendor.pyparsing.testing
# destroy pip._vendor.pyparsing.testing
# cleanup[2] removing pip._vendor.pyparsing.common
# destroy pip._vendor.pyparsing.common
# cleanup[2] removing pip._vendor.pyparsing
# cleanup[2] removing pip._vendor.packaging.specifiers
# cleanup[2] removing pip._vendor.packaging.markers
# cleanup[2] removing pip._vendor.packaging.requirements
# cleanup[2] removing pip._internal.models.direct_url
# cleanup[2] removing pip._internal.utils.egg_link
# cleanup[2] removing pip._internal.utils.packaging
# cleanup[2] removing pip._internal.utils.urls
# cleanup[2] removing pip._internal.metadata._json
# cleanup[2] removing pip._internal.metadata.base
# cleanup[2] removing pip._internal.metadata
# cleanup[2] removing pip._internal.cli.autocompletion
# cleanup[2] removing pip._internal.cli.main
# cleanup[2] removing pip._internal.utils.filetypes
# cleanup[2] removing pip._internal.utils.models
# cleanup[2] removing pip._internal.models.link
# cleanup[2] removing pip._internal.models.wheel
# cleanup[2] removing pip._internal.cache
# cleanup[2] removing pip._internal.index
# cleanup[2] removing xml
# cleanup[2] removing xml.etree
# cleanup[2] removing xml.etree.ElementPath
# cleanup[2] removing pyexpat.errors
# cleanup[2] removing pyexpat.model
# cleanup[2] removing pyexpat
# cleanup[2] removing _elementtree
# cleanup[2] removing xml.etree.ElementTree
# cleanup[2] removing _markupbase
# cleanup[2] removing html.parser
# cleanup[2] removing pip._internal.models.search_scope
# cleanup[2] removing pip._internal.network
# cleanup[2] removing pip._vendor.cachecontrol.cache
# cleanup[2] removing pip._vendor.msgpack.exceptions
# cleanup[2] removing pip._vendor.msgpack.ext
# cleanup[2] removing pip._vendor.msgpack.fallback
# cleanup[2] removing pip._vendor.msgpack
# cleanup[2] removing pip._vendor.cachecontrol.compat
# cleanup[2] removing pip._vendor.cachecontrol.serialize
# cleanup[2] removing pip._vendor.cachecontrol.controller
# cleanup[2] removing mmap
# cleanup[2] removing pip._vendor.cachecontrol.filewrapper
# cleanup[2] removing pip._vendor.cachecontrol.adapter
# cleanup[2] removing pip._vendor.cachecontrol.wrapper
# cleanup[2] removing pip._vendor.cachecontrol
# cleanup[2] removing shlex
# cleanup[2] removing pip._internal.cli.spinners
# cleanup[2] removing pip._internal.utils.subprocess
# cleanup[2] removing pip._internal.vcs.versioncontrol
# cleanup[2] removing pip._internal.vcs.bazaar
# cleanup[2] removing pip._internal.vcs.git
# cleanup[2] removing pip._internal.vcs.mercurial
# cleanup[2] removing pip._internal.vcs.subversion
# cleanup[2] removing pip._internal.vcs
# cleanup[2] removing pip._internal.network.auth
# cleanup[2] removing pip._vendor.cachecontrol.caches.file_cache
# cleanup[2] removing pip._vendor.cachecontrol.caches.redis_cache
# cleanup[2] removing pip._vendor.cachecontrol.caches
# cleanup[2] removing pip._internal.network.cache
# cleanup[2] removing pip._internal.utils.glibc
# cleanup[2] removing pip._internal.network.session
# cleanup[2] removing pip._internal.network.utils
# cleanup[2] removing pip._internal.models.candidate
# cleanup[2] removing pip._internal.index.sources
# cleanup[2] removing pip._internal.index.collector
# cleanup[2] removing pip._internal.models.selection_prefs
# cleanup[2] removing pip._internal.utils.encoding
# cleanup[2] removing pip._internal.req.req_file
# cleanup[2] removing _uuid
# cleanup[2] removing uuid
# cleanup[2] removing pip._internal.build_env
# cleanup[2] removing pip._internal.operations
# cleanup[2] removing pip._internal.operations.build
# cleanup[2] removing pip._internal.operations.build.metadata
# cleanup[2] removing pip._internal.operations.build.metadata_editable
# cleanup[2] removing pip._internal.utils.setuptools_build
# cleanup[2] removing pip._internal.operations.build.metadata_legacy
# cleanup[2] removing pip._internal.operations.install
# cleanup[2] removing pip._internal.operations.install.editable_legacy
# cleanup[2] removing pip._internal.operations.install.legacy
# cleanup[2] removing py_compile
# cleanup[2] removing filecmp
# cleanup[2] removing compileall
# cleanup[2] removing pip._vendor.distlib
# cleanup[2] removing xmlrpc
# destroy xmlrpc
# cleanup[2] removing xml.parsers
# cleanup[2] removing xml.parsers.expat.model
# cleanup[2] removing xml.parsers.expat.errors
# cleanup[2] removing xml.parsers.expat
# cleanup[2] removing gzip
# cleanup[2] removing xmlrpc.client
# cleanup[2] removing pip._vendor.distlib.compat
# cleanup[2] removing pkgutil
# cleanup[2] removing pwd
# cleanup[2] removing grp
# cleanup[2] removing tarfile
# cleanup[2] removing pip._vendor.distlib.util
# cleanup[2] removing pip._vendor.distlib.resources
# cleanup[2] removing pip._vendor.distlib.scripts
# cleanup[2] removing pip._internal.utils.unpacking
# cleanup[2] removing pip._internal.utils.wheel
# cleanup[2] removing pip._internal.operations.install.wheel
# cleanup[2] removing pip._internal.pyproject
# cleanup[2] removing pip._internal.req.req_uninstall
# cleanup[2] removing pip._internal.utils.direct_url_helpers
# cleanup[2] removing pip._internal.req.req_install
# cleanup[2] removing pip._internal.req.req_set
# cleanup[2] removing pip._internal.req
# cleanup[2] removing pip._internal.index.package_finder
# cleanup[2] removing pip._internal.operations.build.build_tracker
# cleanup[2] removing pip._internal.distributions.base
# cleanup[2] removing pip._internal.distributions.sdist
# cleanup[2] removing pip._internal.distributions.wheel
# cleanup[2] removing pip._internal.distributions
# cleanup[2] removing pip._internal.distributions.installed
# cleanup[2] removing pip._vendor.rich.filesize
# cleanup[2] removing pip._vendor.rich.ansi
# cleanup[2] removing pip._vendor.rich.file_proxy
# cleanup[2] removing pip._vendor.rich.live_render
# cleanup[2] removing pip._vendor.rich.live
# cleanup[2] removing pip._vendor.rich.progress_bar
# cleanup[2] removing pip._vendor.rich._spinners
# cleanup[2] removing pip._vendor.rich.spinner
# cleanup[2] removing pip._vendor.rich.progress
# cleanup[2] removing pip._internal.cli.progress_bars
# cleanup[2] removing pip._internal.network.download
# cleanup[2] removing pip._internal.network.lazy_wheel
# cleanup[2] removing pip._internal.operations.prepare
# cleanup[2] removing pip._internal.req.constructors
# cleanup[2] removing pip._internal.resolution
# cleanup[2] removing pip._internal.resolution.base
# cleanup[2] removing pip._internal.utils.entrypoints
# cleanup[2] removing pip._internal.self_outdated_check
# cleanup[2] removing pip._internal.cli.req_command
# cleanup[2] removing pip._internal.operations.build.wheel
# cleanup[2] removing pip._internal.operations.build.wheel_editable
# cleanup[2] removing pip._internal.operations.build.wheel_legacy
# cleanup[2] removing pip._internal.wheel_builder
# cleanup[2] removing pip._internal.commands.wheel
# cleanup[2] removing plistlib
# cleanup[2] removing pip._vendor.six
# cleanup[2] removing pip._vendor.six.moves
# cleanup[2] removing pip._vendor.six.moves.urllib
# cleanup[2] removing pip._vendor.pkg_resources.py31compat
# cleanup[2] removing pip._vendor.pkg_resources
# cleanup[2] removing pip._internal.metadata.pkg_resources
# cleanup[2] removing pip._internal.resolution.resolvelib
# cleanup[2] removing pip._vendor.resolvelib.providers
# cleanup[2] removing pip._vendor.resolvelib.reporters
# cleanup[2] removing pip._vendor.resolvelib.compat
# cleanup[2] removing pip._vendor.resolvelib.compat.collections_abc
# cleanup[2] removing pip._vendor.resolvelib.structs
# cleanup[2] removing pip._vendor.resolvelib.resolvers
# cleanup[2] removing pip._vendor.resolvelib
# cleanup[2] removing pip._internal.resolution.resolvelib.base
# cleanup[2] removing pip._internal.resolution.resolvelib.candidates
# cleanup[2] removing pip._internal.resolution.resolvelib.found_candidates
# cleanup[2] removing pip._internal.resolution.resolvelib.requirements
# cleanup[2] removing pip._internal.resolution.resolvelib.factory
# cleanup[2] removing pip._internal.resolution.resolvelib.provider
# cleanup[2] removing pip._internal.resolution.resolvelib.reporter
# cleanup[2] removing pip._internal.resolution.resolvelib.resolver
# cleanup[2] removing _strptime
# cleanup[3] wiping _strptime
# cleanup[3] wiping pip._internal.resolution.resolvelib.resolver
# cleanup[3] wiping pip._internal.resolution.resolvelib.reporter
# cleanup[3] wiping pip._internal.resolution.resolvelib.provider
# cleanup[3] wiping pip._internal.resolution.resolvelib.factory
# cleanup[3] wiping pip._internal.resolution.resolvelib.requirements
# cleanup[3] wiping pip._internal.resolution.resolvelib.found_candidates
# cleanup[3] wiping pip._internal.resolution.resolvelib.candidates
# cleanup[3] wiping pip._internal.resolution.resolvelib.base
# cleanup[3] wiping pip._vendor.resolvelib
# destroy pip._vendor.resolvelib.providers
# destroy pip._vendor.resolvelib.reporters
# destroy pip._vendor.resolvelib.compat
# destroy pip._vendor.resolvelib.structs
# destroy pip._vendor.resolvelib.resolvers
# cleanup[3] wiping pip._vendor.resolvelib.compat.collections_abc
# cleanup[3] wiping pip._internal.resolution.resolvelib
# destroy pip._internal.resolution.resolvelib.base
# destroy pip._internal.resolution.resolvelib.candidates
# destroy pip._internal.resolution.resolvelib.found_candidates
# destroy pip._internal.resolution.resolvelib.requirements
# destroy pip._internal.resolution.resolvelib.factory
# destroy pip._internal.resolution.resolvelib.provider
# destroy pip._internal.resolution.resolvelib.reporter
# destroy pip._internal.resolution.resolvelib.resolver
# cleanup[3] wiping pip._internal.metadata.pkg_resources
# cleanup[3] wiping pip._vendor.pkg_resources
# destroy plistlib
# destroy pip._vendor.pkg_resources.py31compat
# cleanup[3] wiping pip._vendor.six.moves.urllib
# cleanup[3] wiping pip._vendor.six.moves
# cleanup[3] wiping pip._vendor.six
# cleanup[3] wiping pip._internal.commands.wheel
# cleanup[3] wiping pip._internal.wheel_builder
# cleanup[3] wiping pip._internal.operations.build.wheel_legacy
# cleanup[3] wiping pip._internal.operations.build.wheel_editable
# cleanup[3] wiping pip._internal.operations.build.wheel
# cleanup[3] wiping pip._internal.cli.req_command
# cleanup[3] wiping pip._internal.self_outdated_check
# cleanup[3] wiping pip._internal.utils.entrypoints
# cleanup[3] wiping pip._internal.resolution.base
# cleanup[3] wiping pip._internal.resolution
# destroy pip._internal.resolution.base
# destroy pip._internal.resolution.resolvelib
# cleanup[3] wiping pip._internal.req.constructors
# cleanup[3] wiping pip._internal.operations.prepare
# cleanup[3] wiping pip._internal.network.lazy_wheel
# cleanup[3] wiping pip._internal.network.download
# cleanup[3] wiping pip._internal.cli.progress_bars
# cleanup[3] wiping pip._vendor.rich.progress
# cleanup[3] wiping pip._vendor.rich.spinner
# cleanup[3] wiping pip._vendor.rich._spinners
# cleanup[3] wiping pip._vendor.rich.progress_bar
# cleanup[3] wiping pip._vendor.rich.live
# cleanup[3] wiping pip._vendor.rich.live_render
# cleanup[3] wiping pip._vendor.rich.file_proxy
# cleanup[3] wiping pip._vendor.rich.ansi
# cleanup[3] wiping pip._vendor.rich.filesize
# cleanup[3] wiping pip._internal.distributions.installed
# cleanup[3] wiping pip._internal.distributions
# destroy pip._internal.distributions.base
# destroy pip._internal.distributions.sdist
# destroy pip._internal.distributions.wheel
# destroy pip._internal.distributions.installed
# cleanup[3] wiping pip._internal.operations.build.build_tracker
# cleanup[3] wiping pip._internal.index.package_finder
# cleanup[3] wiping pip._internal.req
# destroy pip._internal.req.req_file
# destroy pip._internal.req.req_uninstall
# destroy pip._internal.req.req_install
# destroy pip._internal.req.req_set
# destroy pip._internal.req.constructors
# cleanup[3] wiping pip._internal.utils.direct_url_helpers
# cleanup[3] wiping pip._internal.pyproject
# cleanup[3] wiping pip._internal.operations.install.wheel
# destroy compileall
# cleanup[3] wiping pip._internal.utils.wheel
# cleanup[3] wiping pip._internal.utils.unpacking
# cleanup[3] wiping pip._vendor.distlib.scripts
# cleanup[3] wiping pip._vendor.distlib.resources
# destroy __dummy__
# destroy pkgutil
# cleanup[3] wiping pip._vendor.distlib.util
# destroy tarfile
# cleanup[3] wiping grp
# cleanup[3] wiping pwd
# cleanup[3] wiping pip._vendor.distlib.compat
# destroy xmlrpc.client
# cleanup[3] wiping gzip
# cleanup[3] wiping xml.parsers.expat
# cleanup[3] wiping xml.parsers.expat.errors
# cleanup[3] wiping xml.parsers.expat.model
# cleanup[3] wiping xml.parsers
# cleanup[3] wiping pip._vendor.distlib
# destroy pip._vendor.distlib.compat
# destroy pip._vendor.distlib.util
# destroy pip._vendor.distlib.resources
# destroy pip._vendor.distlib.scripts
# cleanup[3] wiping filecmp
# cleanup[3] wiping py_compile
# cleanup[3] wiping pip._internal.operations.install.legacy
# cleanup[3] wiping pip._internal.operations.install.editable_legacy
# cleanup[3] wiping pip._internal.operations.install
# destroy pip._internal.operations.install.editable_legacy
# destroy pip._internal.operations.install.legacy
# destroy pip._internal.operations.install.wheel
# cleanup[3] wiping pip._internal.operations.build.metadata_legacy
# cleanup[3] wiping pip._internal.utils.setuptools_build
# cleanup[3] wiping pip._internal.operations.build.metadata_editable
# cleanup[3] wiping pip._internal.operations.build.metadata
# cleanup[3] wiping pip._internal.operations.build
# destroy pip._internal.operations.build.metadata
# destroy pip._internal.operations.build.metadata_editable
# destroy pip._internal.operations.build.metadata_legacy
# destroy pip._internal.operations.build.build_tracker
# destroy pip._internal.operations.build.wheel
# destroy pip._internal.operations.build.wheel_editable
# destroy pip._internal.operations.build.wheel_legacy
# cleanup[3] wiping pip._internal.operations
# destroy pip._internal.operations.build
# destroy pip._internal.operations.install
# destroy pip._internal.operations.prepare
# cleanup[3] wiping pip._internal.build_env
# cleanup[3] wiping uuid
# cleanup[3] wiping _uuid
# destroy _uuid
# cleanup[3] wiping pip._internal.utils.encoding
# cleanup[3] wiping pip._internal.models.selection_prefs
# cleanup[3] wiping pip._internal.index.collector
# destroy xml
# destroy xml.etree
# destroy xml.etree.ElementTree
# destroy xml.parsers
# cleanup[3] wiping pip._internal.index.sources
# cleanup[3] wiping pip._internal.models.candidate
# cleanup[3] wiping pip._internal.network.utils
# cleanup[3] wiping pip._internal.network.session
# cleanup[3] wiping pip._internal.utils.glibc
# cleanup[3] wiping pip._internal.network.cache
# cleanup[3] wiping pip._vendor.cachecontrol.caches
# destroy pip._vendor.cachecontrol.caches.file_cache
# destroy pip._vendor.cachecontrol.caches.redis_cache
# cleanup[3] wiping pip._internal.network.auth
# cleanup[3] wiping pip._internal.vcs
# destroy pip._internal.vcs.versioncontrol
# destroy pip._internal.vcs.bazaar
# destroy pip._internal.vcs.git
# destroy pip._internal.vcs.mercurial
# destroy pip._internal.vcs.subversion
# cleanup[3] wiping pip._internal.utils.subprocess
# cleanup[3] wiping pip._internal.cli.spinners
# cleanup[3] wiping shlex
# cleanup[3] wiping pip._vendor.cachecontrol
# destroy pip._vendor.cachecontrol.cache
# destroy pip._vendor.cachecontrol.compat
# destroy pip._vendor.cachecontrol.serialize
# destroy pip._vendor.cachecontrol.controller
# destroy pip._vendor.cachecontrol.filewrapper
# destroy pip._vendor.cachecontrol.adapter
# destroy pip._vendor.cachecontrol.wrapper
# destroy pip._vendor.cachecontrol.caches
# cleanup[3] wiping mmap
# cleanup[3] wiping pip._vendor.msgpack
# destroy pip._vendor.msgpack.exceptions
# destroy pip._vendor.msgpack.ext
# destroy pip._vendor.msgpack.fallback
# cleanup[3] wiping pip._internal.network
# destroy pip._internal.network.auth
# destroy pip._internal.network.cache
# destroy pip._internal.network.session
# destroy pip._internal.network.utils
# destroy pip._internal.network.download
# destroy pip._internal.network.lazy_wheel
# cleanup[3] wiping pip._internal.models.search_scope
# cleanup[3] wiping html.parser
# destroy _markupbase
# cleanup[3] wiping _elementtree
# cleanup[3] wiping pyexpat
# destroy pyexpat.errors
# destroy pyexpat.model
# cleanup[3] wiping xml.etree.ElementPath
# cleanup[3] wiping pip._internal.index
# destroy pip._internal.index.sources
# destroy pip._internal.index.collector
# destroy pip._internal.index.package_finder
# cleanup[3] wiping pip._internal.cache
# cleanup[3] wiping pip._internal.models.wheel
# cleanup[3] wiping pip._internal.models.link
# cleanup[3] wiping pip._internal.utils.models
# cleanup[3] wiping pip._internal.utils.filetypes
# cleanup[3] wiping pip._internal.cli.main
# cleanup[3] wiping pip._internal.cli.autocompletion
# cleanup[3] wiping pip._internal.metadata
# destroy pip._internal.metadata._json
# destroy pip._internal.metadata.base
# destroy pip._internal.metadata.pkg_resources
# cleanup[3] wiping pip._internal.utils.urls
# cleanup[3] wiping pip._internal.utils.packaging
# cleanup[3] wiping pip._internal.utils.egg_link
# cleanup[3] wiping pip._internal.models.direct_url
# cleanup[3] wiping pip._vendor.packaging.requirements
# cleanup[3] wiping pip._vendor.packaging.markers
# cleanup[3] wiping pip._vendor.packaging.specifiers
# cleanup[3] wiping pip._vendor.pyparsing
# destroy pip._vendor.pyparsing.util
# destroy pip._vendor.pyparsing.exceptions
# destroy pip._vendor.pyparsing.actions
# destroy pip._vendor.pyparsing.results
# destroy pip._vendor.pyparsing.core
# destroy pip._vendor.pyparsing.helpers
# cleanup[3] wiping pprint
# cleanup[3] wiping csv
# cleanup[3] wiping _csv
# cleanup[3] wiping pip._internal.cli.main_parser
# cleanup[3] wiping pip._internal.commands
# destroy pip._internal.commands.wheel
# cleanup[3] wiping pip._internal.cli.base_command
# cleanup[3] wiping pip._internal.utils.temp_dir
# cleanup[3] wiping pip._internal.utils.filesystem
# cleanup[3] wiping pip._internal.cli.command_context
# cleanup[3] wiping logging.config
# cleanup[3] wiping pip._internal.cli.cmdoptions
# cleanup[3] wiping pip._internal.utils.hashes
# cleanup[3] wiping pip._internal.models.target_python
# cleanup[3] wiping pip._internal.utils.compatibility_tags
# cleanup[3] wiping pip._internal.models.index
# cleanup[3] wiping pip._internal.models.format_control
# cleanup[3] wiping pip._internal.cli.parser
# cleanup[3] wiping pip._internal.configuration
# cleanup[3] wiping pip._internal.utils.logging
# cleanup[3] wiping pip._internal.utils.misc
# destroy getpass
# cleanup[3] wiping pip._internal.locations
# destroy pip._internal.locations._sysconfig
# destroy pip._internal.locations.base
# cleanup[3] wiping pip._internal.utils.virtualenv
# cleanup[3] wiping pip._internal.models.scheme
# cleanup[3] wiping pip._internal.models
# destroy pip._internal.models.scheme
# destroy pip._internal.models.format_control
# destroy pip._internal.models.index
# destroy pip._internal.models.target_python
# destroy pip._internal.models.direct_url
# destroy pip._internal.models.link
# destroy pip._internal.models.wheel
# destroy pip._internal.models.search_scope
# destroy pip._internal.models.candidate
# destroy pip._internal.models.selection_prefs
# cleanup[3] wiping pip._vendor.tenacity
# destroy pip._vendor.tenacity._asyncio
# destroy pip._vendor.tenacity.nap
# destroy pip._vendor.tenacity.stop
# destroy pip._vendor.tenacity.wait
# destroy pip._vendor.tenacity.before
# destroy pip._vendor.tenacity.after
# destroy pip._vendor.tenacity.before_sleep
# cleanup[3] wiping asyncio
# destroy asyncio.log
# destroy asyncio.runners
# destroy asyncio.queues
# destroy asyncio.subprocess
# destroy asyncio.threads
# destroy asyncio.unix_events
# cleanup[3] wiping asyncio.selector_events
# cleanup[3] wiping asyncio.base_subprocess
# cleanup[3] wiping asyncio.streams
# cleanup[3] wiping asyncio.base_events
# destroy asyncio.sslproto
# destroy asyncio.staggered
# destroy asyncio.trsock
# cleanup[3] wiping asyncio.locks
# cleanup[3] wiping asyncio.tasks
# destroy asyncio.base_tasks
# cleanup[3] wiping asyncio.mixins
# cleanup[3] wiping asyncio.transports
# cleanup[3] wiping asyncio.protocols
# cleanup[3] wiping asyncio.futures
# destroy concurrent
# destroy concurrent.futures
# cleanup[3] wiping asyncio.events
# cleanup[3] wiping _asyncio
# cleanup[3] wiping asyncio.exceptions
# cleanup[3] wiping contextvars
# cleanup[3] wiping _contextvars
# destroy _contextvars
# cleanup[3] wiping asyncio.coroutines
# cleanup[3] wiping asyncio.base_futures
# destroy asyncio.format_helpers
# cleanup[3] wiping asyncio.constants
# cleanup[3] wiping pip._vendor.tenacity._utils
# cleanup[3] wiping concurrent.futures._base
# cleanup[3] wiping pip._vendor.pep517
# destroy pip._vendor.pep517.in_process
# destroy pip._vendor.pep517.wrappers
# cleanup[3] wiping pip._vendor.pep517.compat
# cleanup[3] wiping pip._vendor.tomli
# destroy pip._vendor.tomli._types
# destroy pip._vendor.tomli._re
# destroy pip._vendor.tomli._parser
# cleanup[3] wiping pip._internal.utils.deprecation
# cleanup[3] wiping pip._vendor.rich.logging
# cleanup[3] wiping pip._vendor.rich.traceback
# cleanup[3] wiping pip._vendor.rich.syntax
# cleanup[3] wiping pip._vendor.pygments.styles
# cleanup[3] wiping pip._vendor.pygments.style
# cleanup[3] wiping pip._vendor.pygments.lexer
# cleanup[3] wiping pip._vendor.pygments.regexopt
# cleanup[3] wiping pip._vendor.pygments.filters
# cleanup[3] wiping pip._vendor.pygments.filter
# cleanup[3] wiping pip._vendor.rich.columns
# cleanup[3] wiping pip._vendor.pygments.token
# cleanup[3] wiping pip._vendor.pygments.lexers
# cleanup[3] wiping pip._vendor.pygments.util
# cleanup[3] wiping pip._vendor.pygments.plugin
# cleanup[3] wiping pip._vendor.pygments.modeline
# cleanup[3] wiping pip._vendor.pygments.lexers._mapping
# cleanup[3] wiping pip._vendor.pygments
# destroy pip._vendor.pygments.modeline
# destroy pip._vendor.pygments.plugin
# destroy pip._vendor.pygments.util
# destroy pip._vendor.pygments.token
# destroy pip._vendor.pygments.filter
# destroy pip._vendor.pygments.filters
# destroy pip._vendor.pygments.regexopt
# destroy pip._vendor.pygments.lexer
# destroy pip._vendor.pygments.style
# destroy pip._vendor.pygments.styles
# cleanup[3] wiping logging.handlers
# cleanup[3] wiping pickle
# destroy _compat_pickle
# cleanup[3] wiping _pickle
# cleanup[3] wiping pip._internal.utils.appdirs
# cleanup[3] wiping pip._vendor.platformdirs
# destroy pip._vendor.platformdirs.api
# destroy pip._vendor.platformdirs.version
# destroy pip._vendor.platformdirs.macos
# cleanup[3] wiping pip._internal.exceptions
# cleanup[3] wiping pip._vendor.rich.console
# cleanup[3] wiping pip._vendor.rich.styled
# cleanup[3] wiping pip._vendor.rich.screen
# cleanup[3] wiping pip._vendor.rich.scope
# cleanup[3] wiping pip._vendor.rich.table
# cleanup[3] wiping pip._vendor.rich._ratio
# cleanup[3] wiping _decimal
# cleanup[3] wiping numbers
# cleanup[3] wiping pip._vendor.rich.panel
# cleanup[3] wiping pip._vendor.rich.padding
# cleanup[3] wiping pip._vendor.rich.box
# cleanup[3] wiping pip._vendor.rich.region
# cleanup[3] wiping pip._vendor.rich.pretty
# destroy dataclasses
# cleanup[3] wiping pip._vendor.rich.abc
# cleanup[3] wiping pip._vendor.rich.pager
# cleanup[3] wiping pip._vendor.rich.markup
# cleanup[3] wiping pip._vendor.rich.highlighter
# cleanup[3] wiping pip._vendor.rich._log_render
# cleanup[3] wiping pip._vendor.rich.text
# cleanup[3] wiping pip._vendor.rich.emoji
# cleanup[3] wiping pip._vendor.rich.control
# cleanup[3] wiping pip._vendor.rich.containers
# cleanup[3] wiping pip._vendor.rich.align
# cleanup[3] wiping pip._vendor.rich.constrain
# cleanup[3] wiping pip._vendor.rich.measure
# cleanup[3] wiping pip._vendor.rich.protocol
# cleanup[3] wiping pip._vendor.rich.jupyter
# cleanup[3] wiping pip._vendor.rich.segment
# cleanup[3] wiping pip._vendor.rich._wrap
# cleanup[3] wiping pip._vendor.rich.cells
# cleanup[3] wiping pip._vendor.rich._cell_widths
# cleanup[3] wiping pip._vendor.rich._pick
# cleanup[3] wiping pip._vendor.rich._loop
# cleanup[3] wiping pip._vendor.rich._export_format
# cleanup[3] wiping pip._vendor.rich._emoji_replace
# cleanup[3] wiping pip._vendor.rich._emoji_codes
# cleanup[3] wiping pip._vendor.rich.themes
# cleanup[3] wiping pip._vendor.rich.theme
# cleanup[3] wiping pip._vendor.rich.default_styles
# cleanup[3] wiping pip._vendor.rich.style
# cleanup[3] wiping pip._vendor.rich.color
# cleanup[3] wiping pip._vendor.rich.terminal_theme
# cleanup[3] wiping pip._vendor.rich.repr
# cleanup[3] wiping pip._vendor.rich._palettes
# cleanup[3] wiping pip._vendor.rich.palette
# cleanup[3] wiping pip._vendor.rich.color_triplet
# cleanup[3] wiping pip._vendor.rich.errors
# cleanup[3] wiping html
# destroy html.entities
# destroy html.parser
# cleanup[3] wiping termios
# cleanup[3] wiping inspect
# destroy ast
# destroy dis
# destroy token
# cleanup[3] wiping _opcode
# cleanup[3] wiping pip._vendor.rich
# destroy pip._vendor.rich._extension
# destroy pip._vendor.rich._palettes
# destroy pip._vendor.rich._emoji_codes
# destroy pip._vendor.rich._emoji_replace
# destroy pip._vendor.rich._export_format
# destroy pip._vendor.rich._loop
# destroy pip._vendor.rich._pick
# destroy pip._vendor.rich._cell_widths
# destroy pip._vendor.rich._wrap
# destroy pip._vendor.rich._log_render
# destroy pip._vendor.rich._ratio
# destroy pip._vendor.rich._spinners
# destroy pip._vendor.rich.errors
# destroy pip._vendor.rich.color_triplet
# destroy pip._vendor.rich.palette
# destroy pip._vendor.rich.repr
# destroy pip._vendor.rich.terminal_theme
# destroy pip._vendor.rich.color
# destroy pip._vendor.rich.style
# destroy pip._vendor.rich.default_styles
# destroy pip._vendor.rich.theme
# destroy pip._vendor.rich.themes
# destroy pip._vendor.rich.cells
# destroy pip._vendor.rich.segment
# destroy pip._vendor.rich.jupyter
# destroy pip._vendor.rich.protocol
# destroy pip._vendor.rich.measure
# destroy pip._vendor.rich.constrain
# destroy pip._vendor.rich.align
# destroy pip._vendor.rich.containers
# destroy pip._vendor.rich.control
# destroy pip._vendor.rich.emoji
# destroy pip._vendor.rich.text
# destroy pip._vendor.rich.highlighter
# destroy pip._vendor.rich.markup
# destroy pip._vendor.rich.pager
# destroy pip._vendor.rich.abc
# destroy pip._vendor.rich.pretty
# destroy pip._vendor.rich.region
# destroy pip._vendor.rich.box
# destroy pip._vendor.rich.padding
# destroy pip._vendor.rich.panel
# destroy pip._vendor.rich.table
# destroy pip._vendor.rich.scope
# destroy pip._vendor.rich.screen
# destroy pip._vendor.rich.styled
# destroy pip._vendor.rich.console
# destroy pip._vendor.rich.columns
# destroy pip._vendor.rich.syntax
# destroy pip._vendor.rich.traceback
# destroy pip._vendor.rich.logging
# destroy pip._vendor.rich.filesize
# destroy pip._vendor.rich.ansi
# destroy pip._vendor.rich.file_proxy
# destroy pip._vendor.rich.live_render
# destroy pip._vendor.rich.live
# destroy pip._vendor.rich.progress_bar
# destroy pip._vendor.rich.spinner
# destroy pip._vendor.rich.progress
# cleanup[3] wiping pip._vendor.requests
# destroy pip._vendor.requests._internal_utils
# destroy pip._vendor.requests.compat
# destroy pip._vendor.requests.exceptions
# destroy pip._vendor.requests.packages
# destroy pip._vendor.requests.cookies
# destroy pip._vendor.requests.structures
# destroy pip._vendor.requests.utils
# destroy pip._vendor.requests.auth
# destroy pip._vendor.requests.hooks
# destroy pip._vendor.requests.status_codes
# destroy pip._vendor.requests.models
# destroy pip._vendor.requests.adapters
# destroy pip._vendor.requests.api
# cleanup[3] wiping pip._vendor.requests.sessions
# cleanup[3] wiping encodings.idna
# destroy stringprep
# cleanup[3] wiping importlib.readers
# cleanup[3] wiping pip._vendor.requests.certs
# cleanup[3] wiping pip._vendor.certifi
# destroy pip._vendor.certifi.core
# cleanup[3] wiping importlib.resources
# cleanup[3] wiping importlib._common
# cleanup[3] wiping importlib._adapters
# cleanup[3] wiping importlib.abc
# cleanup[3] wiping zipfile
# destroy bz2
# destroy lzma
# cleanup[3] wiping pathlib
# cleanup[3] wiping ntpath
# cleanup[3] wiping pip._vendor.requests.packages.chardet
# destroy pip._vendor.chardet.enums
# destroy pip._vendor.chardet.charsetprober
# destroy pip._vendor.chardet.charsetgroupprober
# destroy pip._vendor.chardet.codingstatemachine
# destroy pip._vendor.chardet.escsm
# destroy pip._vendor.chardet.escprober
# destroy pip._vendor.chardet.latin1prober
# destroy pip._vendor.chardet.big5freq
# destroy pip._vendor.chardet.euckrfreq
# destroy pip._vendor.chardet.euctwfreq
# destroy pip._vendor.chardet.gb2312freq
# destroy pip._vendor.chardet.jisfreq
# destroy pip._vendor.chardet.johabfreq
# destroy pip._vendor.chardet.chardistribution
# destroy pip._vendor.chardet.mbcharsetprober
# destroy pip._vendor.chardet.mbcssm
# destroy pip._vendor.chardet.big5prober
# destroy pip._vendor.chardet.cp949prober
# destroy pip._vendor.chardet.jpcntx
# destroy pip._vendor.chardet.eucjpprober
# destroy pip._vendor.chardet.euckrprober
# destroy pip._vendor.chardet.euctwprober
# destroy pip._vendor.chardet.gb2312prober
# destroy pip._vendor.chardet.johabprober
# destroy pip._vendor.chardet.sjisprober
# destroy pip._vendor.chardet.utf8prober
# destroy pip._vendor.chardet.mbcsgroupprober
# destroy pip._vendor.chardet.hebrewprober
# destroy pip._vendor.chardet.sbcharsetprober
# destroy pip._vendor.chardet.langbulgarianmodel
# destroy pip._vendor.chardet.langgreekmodel
# destroy pip._vendor.chardet.langhebrewmodel
# destroy pip._vendor.chardet.langrussianmodel
# destroy pip._vendor.chardet.langthaimodel
# destroy pip._vendor.chardet.langturkishmodel
# destroy pip._vendor.chardet.sbcsgroupprober
# destroy pip._vendor.chardet.utf1632prober
# destroy pip._vendor.chardet.universaldetector
# destroy pip._vendor.chardet.version
# cleanup[3] wiping pip._vendor.requests.packages.idna
# destroy pip._vendor.idna.package_data
# destroy pip._vendor.idna.intranges
# destroy pip._vendor.idna.core
# cleanup[3] wiping pip._vendor.requests.packages.idna.idnadata
# cleanup[3] wiping pip._vendor.idna
# cleanup[3] wiping unicodedata
# cleanup[3] wiping pip._vendor.idna.idnadata
# cleanup[3] wiping pip._vendor.requests.packages.urllib3
# destroy pip._vendor.urllib3._version
# destroy pip._vendor.urllib3._collections
# destroy pip._vendor.urllib3.packages
# destroy pip._vendor.urllib3.exceptions
# destroy pip._vendor.urllib3.contrib
# destroy pip._vendor.urllib3.util
# destroy pip._vendor.urllib3.util.wait
# destroy pip._vendor.urllib3.util.request
# destroy pip._vendor.urllib3.util.response
# destroy pip._vendor.urllib3.util.retry
# destroy pip._vendor.urllib3.util.url
# destroy pip._vendor.urllib3.util.ssltransport
# destroy pip._vendor.urllib3.util.ssl_
# destroy pip._vendor.urllib3.util.timeout
# destroy pip._vendor.urllib3.util.proxy
# destroy pip._vendor.urllib3.util.ssl_match_hostname
# destroy pip._vendor.urllib3.util.queue
# destroy pip._vendor.urllib3.connection
# destroy pip._vendor.urllib3.fields
# destroy pip._vendor.urllib3.filepost
# destroy pip._vendor.urllib3.request
# destroy pip._vendor.urllib3.response
# destroy pip._vendor.urllib3.connectionpool
# destroy pip._vendor.urllib3.poolmanager
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.packages.six.moves.urllib.parse
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.packages.six.moves.urllib
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.util.connection
# destroy pip._vendor.urllib3.contrib._appengine_environ
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.packages.six.moves.http_client
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.packages.six.moves
# cleanup[3] wiping pip._vendor.requests.packages.urllib3.packages.six
# cleanup[3] wiping pip._internal.utils.compat
# cleanup[3] wiping http.cookies
# cleanup[3] wiping http.cookiejar
# cleanup[3] wiping urllib.request
# cleanup[3] wiping _scproxy
# destroy _scproxy
# cleanup[3] wiping urllib.error
# cleanup[3] wiping urllib.response
# cleanup[3] wiping tempfile
# cleanup[3] wiping copy
# cleanup[3] wiping json
# destroy json.decoder
# destroy json.encoder
# cleanup[3] wiping json.scanner
# cleanup[3] wiping _json
# cleanup[3] wiping pip._vendor.chardet
# cleanup[3] wiping pip._vendor.urllib3
# cleanup[3] wiping pip._vendor.urllib3.packages.six.moves.urllib.parse
# cleanup[3] wiping pip._vendor.urllib3.packages.six.moves.urllib
# cleanup[3] wiping mimetypes
# cleanup[3] wiping queue
# cleanup[3] wiping _queue
# cleanup[3] wiping heapq
# cleanup[3] wiping _heapq
# cleanup[3] wiping ipaddress
# cleanup[3] wiping hmac
# cleanup[3] wiping hashlib
# cleanup[3] wiping _blake2
# cleanup[3] wiping _hashlib
# cleanup[3] wiping pip._vendor.urllib3.util.connection
# cleanup[3] wiping pip._vendor.urllib3.packages.six.moves.http_client
# cleanup[3] wiping http.client
# cleanup[3] wiping email.message
# destroy uu
# destroy quopri
# cleanup[3] wiping email.iterators
# cleanup[3] wiping email._encoded_words
# cleanup[3] wiping email.parser
# cleanup[3] wiping email.feedparser
# cleanup[3] wiping email._policybase
# cleanup[3] wiping email.utils
# cleanup[3] wiping email._parseaddr
# cleanup[3] wiping calendar
# destroy locale
# cleanup[3] wiping urllib.parse
# cleanup[3] wiping urllib
# destroy urllib.parse
# destroy urllib.response
# destroy urllib.error
# destroy urllib.request
# cleanup[3] wiping datetime
# cleanup[3] wiping _datetime
# cleanup[3] wiping random
# cleanup[3] wiping _sha512
# cleanup[3] wiping _random
# cleanup[3] wiping bisect
# cleanup[3] wiping _bisect
# destroy _bisect
# cleanup[3] wiping email.header
# cleanup[3] wiping email.charset
# cleanup[3] wiping email.encoders
# cleanup[3] wiping email.base64mime
# cleanup[3] wiping email.quoprimime
# cleanup[3] wiping email.errors
# cleanup[3] wiping email
# destroy email._parseaddr
# destroy email._policybase
# destroy email._encoded_words
# destroy email.errors
# destroy email.quoprimime
# destroy email.base64mime
# destroy email.encoders
# destroy email.charset
# destroy email.header
# destroy email.utils
# destroy email.feedparser
# destroy email.parser
# destroy email.iterators
# destroy email.message
# cleanup[3] wiping http
# destroy http.cookies
# cleanup[3] wiping pip._vendor.urllib3.packages.six.moves
# cleanup[3] wiping pip._vendor.urllib3.packages.six
# cleanup[3] wiping configparser
# cleanup[3] wiping pip._internal.cli.status_codes
# cleanup[3] wiping shutil
# cleanup[3] wiping _lzma
# cleanup[3] wiping _bz2
# cleanup[3] wiping _compression
# cleanup[3] wiping zlib
# cleanup[3] wiping pip._vendor.packaging.utils
# cleanup[3] wiping pip._vendor.packaging.version
# cleanup[3] wiping pip._vendor.packaging._structures
# cleanup[3] wiping pip._vendor.packaging.tags
# destroy platform
# cleanup[3] wiping pip._vendor.packaging._musllinux
# cleanup[3] wiping pip._vendor.packaging._manylinux
# cleanup[3] wiping sysconfig
# cleanup[3] wiping subprocess
# cleanup[3] wiping _posixsubprocess
# destroy _posixsubprocess
# cleanup[3] wiping fcntl
# destroy fcntl
# cleanup[3] wiping signal
# cleanup[3] wiping pip._vendor.packaging
# destroy pip._vendor.packaging._manylinux
# destroy pip._vendor.packaging._musllinux
# destroy pip._vendor.packaging._structures
# destroy pip._vendor.packaging.__about__
# destroy pip._vendor.packaging.tags
# destroy pip._vendor.packaging.version
# destroy pip._vendor.packaging.utils
# destroy pip._vendor.packaging.specifiers
# destroy pip._vendor.packaging.markers
# destroy pip._vendor.packaging.requirements
# cleanup[3] wiping pip._vendor
# destroy glob
# destroy pip._vendor.packaging
# destroy pip._vendor.urllib3
# destroy pip._vendor.idna
# destroy pip._vendor.certifi
# destroy pip._vendor.requests
# destroy pip._vendor.rich
# destroy pip._vendor.platformdirs
# destroy pip._vendor.pygments
# destroy pip._vendor.tomli
# destroy pip._vendor.pep517
# destroy pip._vendor.tenacity
# destroy pip._vendor.pyparsing
# destroy pip._vendor.cachecontrol
# destroy pip._vendor.distlib
# destroy pip._vendor.pkg_resources
# destroy pip._vendor.resolvelib
# cleanup[3] wiping fnmatch
# cleanup[3] wiping optparse
# destroy textwrap
# cleanup[3] wiping pip._internal.cli
# destroy pip._internal.cli.status_codes
# destroy pip._internal.cli.parser
# destroy pip._internal.cli.command_context
# destroy pip._internal.cli.base_command
# destroy pip._internal.cli.main_parser
# destroy pip._internal.cli.autocompletion
# destroy pip._internal.cli.main
# destroy pip._internal.cli.spinners
# destroy pip._internal.cli.progress_bars
# destroy pip._internal.cli.req_command
# cleanup[3] wiping pip._internal
# destroy pip._internal.utils
# destroy pip._internal.utils.inject_securetransport
# destroy pip._internal.utils._log
# destroy pip._internal.utils.compat
# destroy pip._internal.utils.deprecation
# destroy pip._internal.utils.virtualenv
# destroy pip._internal.utils.misc
# destroy pip._internal.utils.logging
# destroy pip._internal.utils.compatibility_tags
# destroy pip._internal.utils.hashes
# destroy pip._internal.utils.filesystem
# destroy pip._internal.utils.temp_dir
# destroy pip._internal.utils.egg_link
# destroy pip._internal.utils.packaging
# destroy pip._internal.utils.urls
# destroy pip._internal.utils.filetypes
# destroy pip._internal.utils.models
# destroy pip._internal.utils.subprocess
# destroy pip._internal.utils.glibc
# destroy pip._internal.utils.encoding
# destroy pip._internal.utils.setuptools_build
# destroy pip._internal.utils.unpacking
# destroy pip._internal.utils.wheel
# destroy pip._internal.utils.direct_url_helpers
# destroy pip._internal.utils.entrypoints
# destroy pip
# destroy pip._internal.cli
# destroy pip._internal.exceptions
# destroy pip._internal.models
# destroy pip._internal.locations
# destroy pip._internal.configuration
# destroy pip._internal.commands
# destroy pip._internal.metadata
# destroy pip._internal.cache
# destroy pip._internal.index
# destroy pip._internal.network
# destroy pip._internal.vcs
# destroy pip._internal.build_env
# destroy pip._internal.operations
# destroy pip._internal.pyproject
# destroy pip._internal.req
# destroy pip._internal.distributions
# destroy pip._internal.resolution
# destroy pip._internal.self_outdated_check
# destroy pip._internal.wheel_builder
# cleanup[3] wiping logging
# destroy weakref
# destroy logging.handlers
# destroy logging.config
# cleanup[3] wiping atexit
# destroy atexit
# cleanup[3] wiping threading
# cleanup[3] wiping string
# cleanup[3] wiping _string
# destroy _string
# cleanup[3] wiping ssl
# cleanup[3] wiping base64
# cleanup[3] wiping binascii
# cleanup[3] wiping struct
# cleanup[3] wiping _struct
# cleanup[3] wiping socket
# cleanup[3] wiping array
# cleanup[3] wiping errno
# cleanup[3] wiping selectors
# cleanup[3] wiping select
# cleanup[3] wiping math
# cleanup[3] wiping _ssl
# cleanup[3] wiping _socket
# cleanup[3] wiping typing
# cleanup[3] wiping collections.abc
# cleanup[3] wiping traceback
# cleanup[3] wiping linecache
# destroy tokenize
# cleanup[3] wiping site
# destroy _sitebuiltins
# cleanup[3] wiping re
# destroy sre_compile
# destroy copyreg
# cleanup[3] wiping _locale
# cleanup[3] wiping sre_parse
# cleanup[3] wiping _sre
# cleanup[3] wiping enum
# cleanup[3] wiping importlib.machinery
# cleanup[3] wiping importlib.util
# cleanup[3] wiping contextlib
# cleanup[3] wiping functools
# cleanup[3] wiping _functools
# cleanup[3] wiping collections
# destroy collections.abc
# cleanup[3] wiping _collections
# destroy _collections
# cleanup[3] wiping reprlib
# cleanup[3] wiping operator
# cleanup[3] wiping _operator
# cleanup[3] wiping keyword
# cleanup[3] wiping itertools
# cleanup[3] wiping importlib._abc
# cleanup[3] wiping importlib
# destroy importlib._abc
# destroy importlib._adapters
# destroy importlib._common
# destroy importlib.util
# destroy importlib.machinery
# destroy importlib.abc
# destroy importlib.readers
# cleanup[3] wiping warnings
# cleanup[3] wiping importlib._bootstrap_external
# cleanup[3] wiping importlib._bootstrap
# cleanup[3] wiping types
# cleanup[3] wiping os
# cleanup[3] wiping os.path
# destroy genericpath
# cleanup[3] wiping posixpath
# cleanup[3] wiping _collections_abc
# cleanup[3] wiping stat
# cleanup[3] wiping _stat
# destroy _stat
# cleanup[3] wiping io
# cleanup[3] wiping abc
# cleanup[3] wiping _abc
# cleanup[3] wiping _signal
# destroy _signal
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping encodings
# destroy encodings.aliases
# destroy encodings.utf_8
# destroy encodings.idna
# cleanup[3] wiping codecs
# cleanup[3] wiping _codecs
# cleanup[3] wiping zipimport
# destroy _frozen_importlib_external
# cleanup[3] wiping time
# cleanup[3] wiping posix
# cleanup[3] wiping marshal
# destroy marshal
# cleanup[3] wiping _io
# cleanup[3] wiping _weakref
# cleanup[3] wiping _warnings
# cleanup[3] wiping _thread
# cleanup[3] wiping _imp
# destroy _imp
# cleanup[3] wiping _frozen_importlib
# cleanup[3] wiping sys
# cleanup[3] wiping builtins
# destroy pip._vendor.six.moves.urllib
# destroy pip._vendor.six.moves
# destroy pip._vendor.urllib3.packages.six.moves.urllib
# destroy pip._vendor.urllib3.packages.six.moves
# destroy _asyncio
# destroy asyncio
# destroy _pickle
# destroy decimal
# destroy _datetime
# destroy _socket
# destroy reprlib
# destroy linecache
# destroy asyncio.base_futures
# destroy heapq
# destroy asyncio.locks
# destroy asyncio.mixins
# destroy _heapq
# destroy asyncio.protocols
# destroy asyncio.streams
# destroy contextvars
# destroy signal
# destroy asyncio.base_events
# destroy asyncio.base_subprocess
# destroy asyncio.constants
# destroy asyncio.coroutines
# destroy asyncio.events
# destroy asyncio.exceptions
# destroy asyncio.futures
# destroy asyncio.selector_events
# destroy asyncio.tasks
# destroy asyncio.transports
# destroy xml.etree.ElementPath
# destroy _elementtree
# destroy _collections_abc
# destroy _locale
# destroy _weakref
# destroy _functools
# destroy _warnings
# destroy _sha512
# destroy concurrent.futures._base
# destroy array
# destroy _ssl
# destroy _opcode
# destroy sre_parse
# destroy pip._vendor.six.moves.urllib_parse
# destroy pip._vendor.six.moves.urllib.error
# destroy pip._vendor.six.moves.urllib.request
# destroy pip._vendor.six.moves.urllib.response
# destroy pip._vendor.six.moves.urllib.robotparser
# destroy pip._vendor.urllib3.packages.six.moves.urllib_parse
# destroy pip._vendor.urllib3.packages.six.moves.urllib.error
# destroy pip._vendor.urllib3.packages.six.moves.urllib.request
# destroy pip._vendor.urllib3.packages.six.moves.urllib.response
# destroy pip._vendor.urllib3.packages.six.moves.urllib.robotparser
# destroy _queue
# destroy selectors
# destroy ntpath
# destroy posixpath
# destroy posix
# destroy _compression
# destroy inspect
# destroy keyword
# destroy csv
# destroy uuid
# destroy optparse
# destroy shlex
# destroy pip._internal.cli.cmdoptions
# destroy _bz2
# destroy _lzma
# destroy pprint
# destroy subprocess
# destroy termios
# destroy site
# destroy pip._internal.utils.appdirs
# destroy html
# destroy _blake2
# destroy random
# destroy pip._vendor.tenacity._utils
# destroy pip._vendor.requests.sessions
# destroy encodings
# destroy pip._vendor.chardet
# destroy http.cookiejar
# destroy tempfile
# destroy zipfile
# destroy pip._vendor.requests.certs
# destroy _operator
# destroy math
# destroy numbers
# destroy threading
# destroy pip._vendor.pep517.compat
# destroy abc
# destroy json.scanner
# destroy _json
# destroy sysconfig
# destroy py_compile
# destroy filecmp
# destroy pip._vendor.urllib3.util.connection
# destroy mimetypes
# destroy queue
# destroy functools
# destroy io
# destroy shutil
# destroy pwd
# destroy grp
# destroy importlib.resources
# destroy pip._vendor.pygments.lexers._mapping
# destroy pip._vendor.pygments.lexers
# destroy pip._vendor.pygments.lexers
# destroy _csv
# destroy http.client
# destroy email
# destroy mmap
# destroy _thread
# destroy configparser
# destroy contextlib
# destroy fnmatch
# destroy stat
# destroy http
# destroy xml.parsers.expat
# destroy gzip
# destroy pip._internal
# destroy pip._vendor
# destroy select
# destroy socket
# destroy hmac
# destroy pip._vendor.urllib3.packages.six
# destroy _hashlib
# destroy ssl
# destroy ipaddress
# destroy importlib
# destroy zipimport
# destroy binascii
# destroy codecs
# destroy enum
# destroy pyexpat
# destroy errno
# destroy pip._vendor.six
# destroy calendar
# destroy time
# destroy hashlib
# destroy logging
# destroy pathlib
# destroy urllib
# destroy os
# destroy string
# destroy copy
# destroy warnings
# destroy traceback
# destroy types
# destroy datetime
# destroy pip._vendor.idna.idnadata
# destroy bisect
# destroy unicodedata
# destroy re
# destroy struct
# destroy _struct
# destroy base64
# destroy io
# destroy json
# destroy zlib
# destroy pip._vendor.msgpack
# destroy pickle
# destroy itertools
# destroy pip._vendor.resolvelib.compat.collections_abc
# destroy collections
# destroy operator
# destroy typing
# destroy _frozen_importlib
# destroy _codecs
# destroy _random
# destroy sys
# destroy _sre
# clear sys.audit hooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment