Skip to content

pip install singer-target-postgres error on psycopg2 package on Python 3.8 virtualenv #230

@mspedalettiHM

Description

@mspedalettiHM

Hello, I am getting following issue on psycopg2 package when trying to install the target:

pip install singer-target-postgres
Collecting singer-target-postgres
  Using cached singer_target_postgres-0.2.4-py3-none-any.whl (46 kB)
Collecting arrow==0.15.5
  Using cached arrow-0.15.5-py2.py3-none-any.whl (46 kB)
Requirement already satisfied: psycopg2-binary==2.8.5 in ./venv/lib/python3.8/site-packages (from singer-target-postgres) (2.8.5)
Collecting singer-python==5.9.0
  Using cached singer_python-5.9.0-py3-none-any.whl
Collecting psycopg2==2.8.5
  Using cached psycopg2-2.8.5.tar.gz (380 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: python-dateutil in ./venv/lib/python3.8/site-packages (from arrow==0.15.5->singer-target-postgres) (2.8.2)
Requirement already satisfied: pytz==2018.4 in ./venv/lib/python3.8/site-packages (from singer-python==5.9.0->singer-target-postgres) (2018.4)
Requirement already satisfied: ciso8601 in ./venv/lib/python3.8/site-packages (from singer-python==5.9.0->singer-target-postgres) (2.3.0)
Collecting backoff==1.8.0
  Using cached backoff-1.8.0-py2.py3-none-any.whl (45 kB)
Requirement already satisfied: jsonschema==2.6.0 in ./venv/lib/python3.8/site-packages (from singer-python==5.9.0->singer-target-postgres) (2.6.0)
Requirement already satisfied: simplejson==3.11.1 in ./venv/lib/python3.8/site-packages (from singer-python==5.9.0->singer-target-postgres) (3.11.1)
Requirement already satisfied: six>=1.5 in ./venv/lib/python3.8/site-packages (from python-dateutil->arrow==0.15.5->singer-target-postgres) (1.16.0)
Building wheels for collected packages: psyc```
opg2
  Building wheel for psycopg2 (setup.py) ... 
```error
  error: subprocess-exited-with-error
  
  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [153 lines of output]
      /Users/matspeda/Documents/GitHub/target-postgres/venv/lib/python3.8/site-packages/setuptools/config/setupcfg.py:463: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
        warnings.warn(msg, warning_class)
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib.macosx-10.9-x86_64-cpython-38
      creating build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/_json.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/extras.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/compat.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/errorcodes.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/tz.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/_range.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/_ipaddress.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/_lru_cache.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/__init__.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/extensions.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/errors.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/sql.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/pool.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      running build_ext
      building 'psycopg2._psycopg' extension
      creating build/temp.macosx-10.9-x86_64-cpython-38
      creating build/temp.macosx-10.9-x86_64-cpython-38/psycopg
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_asis.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_asis.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_binary.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_binary.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_datetime.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_datetime.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_list.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_list.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_pboolean.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pboolean.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_pdecimal.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pdecimal.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_pfloat.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pfloat.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_pint.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pint.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_qstring.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_qstring.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/aix_support.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/aix_support.o
      In file included from psycopg/aix_support.c:29:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/bytes_format.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/bytes_format.o
      In file included from psycopg/bytes_format.c:82:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/column_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/column_type.o
      In file included from psycopg/column_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/connection_int.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/connection_int.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/connection_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/connection_type.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/conninfo_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/conninfo_type.o
      In file included from psycopg/conninfo_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/cursor_int.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/cursor_int.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/cursor_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/cursor_type.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/diagnostics_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/diagnostics_type.o
      In file included from psycopg/diagnostics_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/error_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/error_type.o
      In file included from psycopg/error_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/green.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/green.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/libpq_support.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/libpq_support.o
      In file included from psycopg/libpq_support.c:30:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/lobject_int.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/lobject_int.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/lobject_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/lobject_type.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/microprotocols.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/microprotocols.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/microprotocols_proto.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/microprotocols_proto.o
      In file included from psycopg/microprotocols_proto.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/notify_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/notify_type.o
      In file included from psycopg/notify_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/pqpath.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/pqpath.o
      psycopg/pqpath.c:138:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
                      PQstatus(conn->pgconn) : PQresultStatus(*pgres)));
                      ^~~~~~~~~~~~~~~~~~~~~~
      psycopg/pqpath.c:1717:11: warning: code will never be executed [-Wunreachable-code]
          ret = 1;
                ^
      psycopg/pqpath.c:1822:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
                      PQstatus(curs->conn->pgconn) : PQresultStatus(curs->pgres)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      3 warnings generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/psycopgmodule.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/replication_connection_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_connection_type.o
      In file included from psycopg/replication_connection_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/replication_cursor_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_cursor_type.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/replication_message_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_message_type.o
      In file included from psycopg/replication_message_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/solaris_support.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/solaris_support.o
      In file included from psycopg/solaris_support.c:29:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/typecast.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/typecast.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/utils.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/utils.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/win32_support.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/win32_support.o
      In file included from psycopg/win32_support.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/xid_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/xid_type.o
      gcc -bundle -undefined dynamic_lookup -arch x86_64 -g build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_asis.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_binary.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_datetime.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_list.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pboolean.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pdecimal.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pfloat.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pint.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_qstring.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/aix_support.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/bytes_format.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/column_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/connection_int.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/connection_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/conninfo_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/cursor_int.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/cursor_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/diagnostics_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/error_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/green.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/libpq_support.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/lobject_int.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/lobject_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/microprotocols.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/microprotocols_proto.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/notify_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/pqpath.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/psycopgmodule.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_connection_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_cursor_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_message_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/solaris_support.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/typecast.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/utils.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/win32_support.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/xid_type.o -L/usr/local/lib/postgresql@14 -lpq -lssl -lcrypto -o build/lib.macosx-10.9-x86_64-cpython-38/psycopg2/_psycopg.cpython-38-darwin.so
      ld: library not found for -lssl
      clang: error: linker command failed with exit code 1 (use -v to see invocation)
      error: command '/usr/bin/gcc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for psycopg2
  Running setup.py clean for psycopg2
Failed to build psycopg2
Installing collected packages: psycopg2, backoff, singer-python, arrow, singer-target-postgres
  Running setup.py install for psycopg2 ... error
  error: subprocess-exited-with-error
  
  × Running setup.py install for psycopg2 did not run successfully.
  │ exit code: 1
  ╰─> [155 lines of output]
      /Users/matspeda/Documents/GitHub/target-postgres/venv/lib/python3.8/site-packages/setuptools/config/setupcfg.py:463: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
        warnings.warn(msg, warning_class)
      running install
      /Users/matspeda/Documents/GitHub/target-postgres/venv/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
        warnings.warn(
      running build
      running build_py
      creating build
      creating build/lib.macosx-10.9-x86_64-cpython-38
      creating build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/_json.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/extras.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/compat.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/errorcodes.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/tz.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/_range.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/_ipaddress.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/_lru_cache.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/__init__.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/extensions.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/errors.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/sql.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      copying lib/pool.py -> build/lib.macosx-10.9-x86_64-cpython-38/psycopg2
      running build_ext
      building 'psycopg2._psycopg' extension
      creating build/temp.macosx-10.9-x86_64-cpython-38
      creating build/temp.macosx-10.9-x86_64-cpython-38/psycopg
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_asis.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_asis.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_binary.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_binary.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_datetime.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_datetime.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_list.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_list.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_pboolean.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pboolean.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_pdecimal.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pdecimal.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_pfloat.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pfloat.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_pint.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pint.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/adapter_qstring.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_qstring.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/aix_support.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/aix_support.o
      In file included from psycopg/aix_support.c:29:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/bytes_format.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/bytes_format.o
      In file included from psycopg/bytes_format.c:82:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/column_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/column_type.o
      In file included from psycopg/column_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/connection_int.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/connection_int.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/connection_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/connection_type.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/conninfo_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/conninfo_type.o
      In file included from psycopg/conninfo_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/cursor_int.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/cursor_int.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/cursor_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/cursor_type.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/diagnostics_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/diagnostics_type.o
      In file included from psycopg/diagnostics_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/error_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/error_type.o
      In file included from psycopg/error_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/green.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/green.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/libpq_support.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/libpq_support.o
      In file included from psycopg/libpq_support.c:30:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/lobject_int.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/lobject_int.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/lobject_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/lobject_type.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/microprotocols.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/microprotocols.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/microprotocols_proto.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/microprotocols_proto.o
      In file included from psycopg/microprotocols_proto.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/notify_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/notify_type.o
      In file included from psycopg/notify_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/pqpath.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/pqpath.o
      psycopg/pqpath.c:138:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
                      PQstatus(conn->pgconn) : PQresultStatus(*pgres)));
                      ^~~~~~~~~~~~~~~~~~~~~~
      psycopg/pqpath.c:1717:11: warning: code will never be executed [-Wunreachable-code]
          ret = 1;
                ^
      psycopg/pqpath.c:1822:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
                      PQstatus(curs->conn->pgconn) : PQresultStatus(curs->pgres)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      3 warnings generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/psycopgmodule.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/replication_connection_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_connection_type.o
      In file included from psycopg/replication_connection_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/replication_cursor_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_cursor_type.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/replication_message_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_message_type.o
      In file included from psycopg/replication_message_type.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/solaris_support.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/solaris_support.o
      In file included from psycopg/solaris_support.c:29:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/typecast.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/typecast.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/utils.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/utils.o
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/win32_support.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/win32_support.o
      In file included from psycopg/win32_support.c:28:
      In file included from ./psycopg/psycopg.h:38:
      ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
      static void Dprintf(const char *fmt, ...) {}
                  ^
      1 warning generated.
      gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g "-DPSYCOPG_VERSION=2.8.5 (dt dec pq3 ext lo64)" -DPG_VERSION_NUM=140006 -DHAVE_LO64=1 -I/Users/matspeda/Documents/GitHub/target-postgres/venv/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -I. -I/usr/local/include/postgresql@14 -I/usr/local/include/postgresql@14/server -c psycopg/xid_type.c -o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/xid_type.o
      gcc -bundle -undefined dynamic_lookup -arch x86_64 -g build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_asis.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_binary.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_datetime.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_list.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pboolean.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pdecimal.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pfloat.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_pint.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/adapter_qstring.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/aix_support.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/bytes_format.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/column_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/connection_int.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/connection_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/conninfo_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/cursor_int.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/cursor_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/diagnostics_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/error_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/green.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/libpq_support.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/lobject_int.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/lobject_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/microprotocols.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/microprotocols_proto.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/notify_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/pqpath.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/psycopgmodule.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_connection_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_cursor_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/replication_message_type.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/solaris_support.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/typecast.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/utils.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/win32_support.o build/temp.macosx-10.9-x86_64-cpython-38/psycopg/xid_type.o -L/usr/local/lib/postgresql@14 -lpq -lssl -lcrypto -o build/lib.macosx-10.9-x86_64-cpython-38/psycopg2/_psycopg.cpython-38-darwin.so
      ld: library not found for -lssl
      clang: error: linker command failed with exit code 1 (use -v to see invocation)
      error: command '/usr/bin/gcc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> psycopg2

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions