Attempting to run the script on macOS Ventura 13.1 via the command python3 exporter.py --help yields the following error:
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3. See: https://github.com/urllib3/urllib3/issues/2168
Attempting to run the script on macOS Ventura 13.1 via the command
python3 exporter.py --help
yields the following error:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3. See: https://github.com/urllib3/urllib3/issues/2168