I have added the C++ and CC commands and it is still failing, but it is certainly getting a lot further in the build. The config.log is now at just over 6k lines. This is the bottom 200 lines from the installation log output:
2022-10-28T08:36:46,509 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build/wxbld/src/tiff/libtiff/tif_config.h:286:9: note: previous definition is here
2022-10-28T08:36:46,509 #define TIFF_SSIZE_T signed long
2022-10-28T08:36:46,509 ^
2022-10-28T08:36:46,564 1 warning generated.
2022-10-28T08:36:46,593 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tif_fax3.c:25:
2022-10-28T08:36:46,593 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffiop.h:58:
2022-10-28T08:36:46,593 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffio.h:31:
2022-10-28T08:36:46,593 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:28:
2022-10-28T08:36:46,593 /usr/local/opt/libtiff/include/tiffconf.h:42:9: warning: 'TIFF_SSIZE_T' macro redefined [-Wmacro-redefined]
2022-10-28T08:36:46,593 #define TIFF_SSIZE_T int64_t
2022-10-28T08:36:46,594 ^
2022-10-28T08:36:46,594 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build/wxbld/src/tiff/libtiff/tif_config.h:286:9: note: previous definition is here
2022-10-28T08:36:46,594 #define TIFF_SSIZE_T signed long
2022-10-28T08:36:46,594 ^
2022-10-28T08:36:46,647 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tif_fax3sm.c:3:
2022-10-28T08:36:46,647 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:66:9: error: unknown type name 'TIFF_INT8_T'
2022-10-28T08:36:46,647 typedef TIFF_INT8_T int8;
2022-10-28T08:36:46,647 ^
2022-10-28T08:36:46,648 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:67:9: error: unknown type name 'TIFF_UINT8_T'
2022-10-28T08:36:46,648 typedef TIFF_UINT8_T uint8;
2022-10-28T08:36:46,648 ^
2022-10-28T08:36:46,649 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:69:9: error: unknown type name 'TIFF_INT16_T'
2022-10-28T08:36:46,649 typedef TIFF_INT16_T int16;
2022-10-28T08:36:46,649 ^
2022-10-28T08:36:46,650 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:70:9: error: unknown type name 'TIFF_UINT16_T'
2022-10-28T08:36:46,650 typedef TIFF_UINT16_T uint16;
2022-10-28T08:36:46,650 ^
2022-10-28T08:36:46,651 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:72:9: error: unknown type name 'TIFF_INT32_T'
2022-10-28T08:36:46,651 typedef TIFF_INT32_T int32;
2022-10-28T08:36:46,651 ^
2022-10-28T08:36:46,652 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:73:9: error: unknown type name 'TIFF_UINT32_T'
2022-10-28T08:36:46,653 typedef TIFF_UINT32_T uint32;
2022-10-28T08:36:46,653 ^
2022-10-28T08:36:46,654 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:75:9: error: unknown type name 'TIFF_INT64_T'
2022-10-28T08:36:46,654 typedef TIFF_INT64_T int64;
2022-10-28T08:36:46,654 ^
2022-10-28T08:36:46,655 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:76:9: error: unknown type name 'TIFF_UINT64_T'
2022-10-28T08:36:46,655 typedef TIFF_UINT64_T uint64;
2022-10-28T08:36:46,655 ^
2022-10-28T08:36:46,656 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tif_extension.c:32:
2022-10-28T08:36:46,656 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffiop.h:58:
2022-10-28T08:36:46,657 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffio.h:31:
2022-10-28T08:36:46,657 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:28:
2022-10-28T08:36:46,657 /usr/local/opt/libtiff/include/tiffconf.h:42:9: warning: 'TIFF_SSIZE_T' macro redefined [-Wmacro-redefined]
2022-10-28T08:36:46,657 #define TIFF_SSIZE_T int64_t
2022-10-28T08:36:46,657 ^
2022-10-28T08:36:46,657 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build/wxbld/src/tiff/libtiff/tif_config.h:286:9: note: previous definition is here
2022-10-28T08:36:46,657 #define TIFF_SSIZE_T signed long
2022-10-28T08:36:46,657 ^
2022-10-28T08:36:46,705 1 warning generated.
2022-10-28T08:36:46,721 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build/wxbld/bk-deps clang -mmacosx-version-min=10.10 -c -o wxtiff_tif_flush.o -I/private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build/wxbld/lib/wx/include/osx_cocoa-unicode-3.2 -I/private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/include -I/usr/local/opt/openssl@3/include -I/usr/local/opt/tcl-tk/include -I/usr/local/opt/bzip2/include -I/usr/local/opt/readline/include -I/usr/local/opt/libtiff/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/zlib -I/private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/jpeg -I/private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build/wxbld/src/tiff/libtiff -I/private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff -Wall -Wundef -O2 -arch arm64 -arch x86_64 -I/usr/local/opt/openssl@3/include -I/usr/local/opt/tcl-tk/include -I/usr/local/opt/bzip2/include -I/usr/local/opt/readline/include -I/usr/local/opt/libtiff/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -fno-common -fvisibility=hidden -dynamic -fPIC -DPIC -I/usr/local/opt/openssl@3/include -I/usr/local/opt/tcl-tk/include -I/usr/local/opt/bzip2/include -I/usr/local/opt/readline/include -I/usr/local/opt/libtiff/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/usr/local/opt/openssl@3/include -I/usr/local/opt/tcl-tk/include -I/usr/local/opt/bzip2/include -I/usr/local/opt/readline/include -I/usr/local/opt/libtiff/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tif_flush.c
2022-10-28T08:36:46,800 8 errors generated.
2022-10-28T08:36:46,808 make: *** [wxtiff_tif_fax3sm.o] Error 1
2022-10-28T08:36:46,808 make: *** Waiting for unfinished jobs....
2022-10-28T08:36:46,894 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tif_flush.c:28:
2022-10-28T08:36:46,894 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffiop.h:58:
2022-10-28T08:36:46,894 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffio.h:31:
2022-10-28T08:36:46,894 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:28:
2022-10-28T08:36:46,894 /usr/local/opt/libtiff/include/tiffconf.h:42:9: warning: 'TIFF_SSIZE_T' macro redefined [-Wmacro-redefined]
2022-10-28T08:36:46,894 #define TIFF_SSIZE_T int64_t
2022-10-28T08:36:46,895 ^
2022-10-28T08:36:46,895 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build/wxbld/src/tiff/libtiff/tif_config.h:286:9: note: previous definition is here
2022-10-28T08:36:46,895 #define TIFF_SSIZE_T signed long
2022-10-28T08:36:46,895 ^
2022-10-28T08:36:46,945 1 warning generated.
2022-10-28T08:36:47,029 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tif_flush.c:28:
2022-10-28T08:36:47,029 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffiop.h:58:
2022-10-28T08:36:47,029 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffio.h:31:
2022-10-28T08:36:47,030 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:28:
2022-10-28T08:36:47,030 /usr/local/opt/libtiff/include/tiffconf.h:42:9: warning: 'TIFF_SSIZE_T' macro redefined [-Wmacro-redefined]
2022-10-28T08:36:47,030 #define TIFF_SSIZE_T int64_t
2022-10-28T08:36:47,030 ^
2022-10-28T08:36:47,030 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build/wxbld/src/tiff/libtiff/tif_config.h:286:9: note: previous definition is here
2022-10-28T08:36:47,030 #define TIFF_SSIZE_T signed long
2022-10-28T08:36:47,030 ^
2022-10-28T08:36:47,074 1 warning generated.
2022-10-28T08:36:47,193 1 warning generated.
2022-10-28T08:36:47,277 1 warning generated.
2022-10-28T08:36:47,343 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tif_dirwrite.c:30:
2022-10-28T08:36:47,344 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffiop.h:58:
2022-10-28T08:36:47,344 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffio.h:31:
2022-10-28T08:36:47,344 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:28:
2022-10-28T08:36:47,344 /usr/local/opt/libtiff/include/tiffconf.h:42:9: warning: 'TIFF_SSIZE_T' macro redefined [-Wmacro-redefined]
2022-10-28T08:36:47,344 #define TIFF_SSIZE_T int64_t
2022-10-28T08:36:47,344 ^
2022-10-28T08:36:47,345 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build/wxbld/src/tiff/libtiff/tif_config.h:286:9: note: previous definition is here
2022-10-28T08:36:47,345 #define TIFF_SSIZE_T signed long
2022-10-28T08:36:47,345 ^
2022-10-28T08:36:47,751 1 warning generated.
2022-10-28T08:36:47,816 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tif_dirread.c:37:
2022-10-28T08:36:47,816 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffiop.h:58:
2022-10-28T08:36:47,816 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffio.h:31:
2022-10-28T08:36:47,816 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:28:
2022-10-28T08:36:47,817 /usr/local/opt/libtiff/include/tiffconf.h:42:9: warning: 'TIFF_SSIZE_T' macro redefined [-Wmacro-redefined]
2022-10-28T08:36:47,817 #define TIFF_SSIZE_T int64_t
2022-10-28T08:36:47,817 ^
2022-10-28T08:36:47,817 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build/wxbld/src/tiff/libtiff/tif_config.h:286:9: note: previous definition is here
2022-10-28T08:36:47,817 #define TIFF_SSIZE_T signed long
2022-10-28T08:36:47,817 ^
2022-10-28T08:36:48,025 1 warning generated.
2022-10-28T08:36:48,089 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tif_fax3.c:25:
2022-10-28T08:36:48,089 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffiop.h:58:
2022-10-28T08:36:48,089 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiffio.h:31:
2022-10-28T08:36:48,089 In file included from /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/ext/wxWidgets/src/tiff/libtiff/tiff.h:28:
2022-10-28T08:36:48,089 /usr/local/opt/libtiff/include/tiffconf.h:42:9: warning: 'TIFF_SSIZE_T' macro redefined [-Wmacro-redefined]
2022-10-28T08:36:48,089 #define TIFF_SSIZE_T int64_t
2022-10-28T08:36:48,089 ^
2022-10-28T08:36:48,090 /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build/wxbld/src/tiff/libtiff/tif_config.h:286:9: note: previous definition is here
2022-10-28T08:36:48,090 #define TIFF_SSIZE_T signed long
2022-10-28T08:36:48,090 ^
2022-10-28T08:36:48,162 1 warning generated.
2022-10-28T08:36:48,967 1 warning generated.
2022-10-28T08:36:49,100 1 warning generated.
2022-10-28T08:36:49,113 Error building
2022-10-28T08:36:49,113 ERROR: failed building wxWidgets
2022-10-28T08:36:49,115 Traceback (most recent call last):
2022-10-28T08:36:49,115 File "/private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/build.py", line 1563, in cmd_build_wx
2022-10-28T08:36:49,115 wxbuild.main(wxDir(), build_options)
2022-10-28T08:36:49,115 File "/private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/buildtools/build_wxwidgets.py", line 503, in main
2022-10-28T08:36:49,115 exitIfError(wxBuilder.build(dir=buildDir, options=args), "Error building")
2022-10-28T08:36:49,115 File "/private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/buildtools/build_wxwidgets.py", line 72, in exitIfError
2022-10-28T08:36:49,115 raise builder.BuildError(msg)
2022-10-28T08:36:49,116 buildtools.builder.BuildError: Error building
2022-10-28T08:36:49,116 Finished command: build_wx (1m40.570s)
2022-10-28T08:36:49,116 Finished command: build (1m40.570s)
2022-10-28T08:36:49,166 Command '"/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/bin/python3.11" -u build.py build' failed with exit code 1.
2022-10-28T08:36:49,215 ERROR: [present-rich] Running setup.py install for wxPython exited with 1
2022-10-28T08:36:49,220 [bold magenta]full command[/]: [blue]/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/bin/python3.11 -u -c '
2022-10-28T08:36:49,220 exec(compile('"'"''"'"''"'"'
2022-10-28T08:36:49,220 # This is <pip-setuptools-caller> -- a caller that pip uses to run setup.py
2022-10-28T08:36:49,220 #
2022-10-28T08:36:49,220 # - It imports setuptools before invoking setup.py, to enable projects that directly
2022-10-28T08:36:49,220 # import from `distutils.core` to work with newer packaging standards.
2022-10-28T08:36:49,220 # - It provides a clear error message when setuptools is not installed.
2022-10-28T08:36:49,220 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so
2022-10-28T08:36:49,220 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning:
2022-10-28T08:36:49,220 # manifest_maker: standard file '"'"'-c'"'"' not found".
2022-10-28T08:36:49,220 # - It generates a shim setup.py, for handling setup.cfg-only projects.
2022-10-28T08:36:49,220 import os, sys, tokenize
2022-10-28T08:36:49,220
2022-10-28T08:36:49,220 try:
2022-10-28T08:36:49,220 import setuptools
2022-10-28T08:36:49,220 except ImportError as error:
2022-10-28T08:36:49,220 print(
2022-10-28T08:36:49,220 "ERROR: Can not execute `setup.py` since setuptools is not available in "
2022-10-28T08:36:49,220 "the build environment.",
2022-10-28T08:36:49,220 file=sys.stderr,
2022-10-28T08:36:49,220 )
2022-10-28T08:36:49,220 sys.exit(1)
2022-10-28T08:36:49,220
2022-10-28T08:36:49,220 __file__ = %r
2022-10-28T08:36:49,220 sys.argv[0] = __file__
2022-10-28T08:36:49,220
2022-10-28T08:36:49,220 if os.path.exists(__file__):
2022-10-28T08:36:49,220 filename = __file__
2022-10-28T08:36:49,220 with tokenize.open(__file__) as f:
2022-10-28T08:36:49,220 setup_py_code = f.read()
2022-10-28T08:36:49,220 else:
2022-10-28T08:36:49,220 filename = "<auto-generated setuptools caller>"
2022-10-28T08:36:49,220 setup_py_code = "from setuptools import setup; setup()"
2022-10-28T08:36:49,220
2022-10-28T08:36:49,220 exec(compile(setup_py_code, filename, "exec"))
2022-10-28T08:36:49,220 '"'"''"'"''"'"' % ('"'"'/private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/setup.py'"'"',), "<pip-setuptools-caller>", "exec"))' install --record /private/var/folders/f6/<random_string_00>/T/pip-record-lyqvqrdk/install-record.txt --single-version-externally-managed --compile --install-headers /Users/mark/.pyenv/versions/3.11.0/envs/test_3110/include/site/python3.11/wxPython[/]
2022-10-28T08:36:49,220 [bold magenta]cwd[/]: /private/var/folders/f6/<random_string_00>/T/pip-install-8h4fr53y/wxpython_<random_string_01>7adc/
2022-10-28T08:36:49,222 ERROR: [present-rich] <LegacyInstallFailure: legacy-install-failure>
2022-10-28T08:36:49,224 Exception information:
2022-10-28T08:36:49,224 Traceback (most recent call last):
2022-10-28T08:36:49,224 File "/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py", line 97, in install
2022-10-28T08:36:49,224 runner(
2022-10-28T08:36:49,224 File "/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py", line 252, in runner
2022-10-28T08:36:49,224 call_subprocess(
2022-10-28T08:36:49,224 File "/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/lib/python3.11/site-packages/pip/_internal/utils/subprocess.py", line 224, in call_subprocess
2022-10-28T08:36:49,224 raise error
2022-10-28T08:36:49,224 pip._internal.exceptions.InstallationSubprocessError: Running setup.py install for wxPython exited with 1
2022-10-28T08:36:49,224
2022-10-28T08:36:49,224 The above exception was the direct cause of the following exception:
2022-10-28T08:36:49,224
2022-10-28T08:36:49,224 Traceback (most recent call last):
2022-10-28T08:36:49,224 File "/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper
2022-10-28T08:36:49,224 status = run_func(*args)
2022-10-28T08:36:49,224 ^^^^^^^^^^^^^^^
2022-10-28T08:36:49,224 File "/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/lib/python3.11/site-packages/pip/_internal/cli/req_command.py", line 247, in wrapper
2022-10-28T08:36:49,224 return func(self, options, args)
2022-10-28T08:36:49,224 ^^^^^^^^^^^^^^^^^^^^^^^^^
2022-10-28T08:36:49,224 File "/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/lib/python3.11/site-packages/pip/_internal/commands/install.py", line 494, in run
2022-10-28T08:36:49,224 installed = install_given_reqs(
2022-10-28T08:36:49,224 ^^^^^^^^^^^^^^^^^^^
2022-10-28T08:36:49,224 File "/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/lib/python3.11/site-packages/pip/_internal/req/__init__.py", line 73, in install_given_reqs
2022-10-28T08:36:49,224 requirement.install(
2022-10-28T08:36:49,224 File "/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/lib/python3.11/site-packages/pip/_internal/req/req_install.py", line 839, in install
2022-10-28T08:36:49,224 raise exc
2022-10-28T08:36:49,224 File "/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/lib/python3.11/site-packages/pip/_internal/req/req_install.py", line 821, in install
2022-10-28T08:36:49,224 success = install_legacy(
2022-10-28T08:36:49,224 ^^^^^^^^^^^^^^^
2022-10-28T08:36:49,224 File "/Users/mark/.pyenv/versions/3.11.0/envs/test_3110/lib/python3.11/site-packages/pip/_internal/operations/install/legacy.py", line 109, in install
2022-10-28T08:36:49,224 raise LegacyInstallFailure(package_details=req_name) from e
2022-10-28T08:36:49,224 pip._internal.exceptions.LegacyInstallFailure: <LegacyInstallFailure: legacy-install-failure>
2022-10-28T08:36:49,275 Remote version of pip: 22.3
2022-10-28T08:36:49,275 Local version of pip: 22.3
2022-10-28T08:36:49,280 Was pip installed by pip? True
2022-10-28T08:36:49,280 Removed build tracker: '/private/var/folders/f6/<random_string_00>/T/pip-build-tracker-hj2h5el8'
Looks like my XCode version is 13.2.