[text] s

Viewer

  1. (env) gorkemuz@Gorkem-MacBook-Air backend % pip install psycopg2
  2.  
  3. Collecting psycopg2
  4.   Using cached psycopg2-2.8.6.tar.gz (383 kB)
  5. Building wheels for collected packages: psycopg2
  6.   Building wheel for psycopg2 (setup.py) ... error
  7.   ERROR: Command errored out with exit status 1:
  8.    command: /Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n0/7cp96xvn1x1d5zdq5q043gpm0000gn/T/pip-install-d6mg9c4c/psycopg2_aca861c418be4350b925a05fecbd1e92/setup.py'"'"'; __file__='"'"'/private/var/folders/n0/7cp96xvn1x1d5zdq5q043gpm0000gn/T/pip-install-d6mg9c4c/psycopg2_aca861c418be4350b925a05fecbd1e92/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/n0/7cp96xvn1x1d5zdq5q043gpm0000gn/T/pip-wheel-0pr9ug3b
  9.        cwd: /private/var/folders/n0/7cp96xvn1x1d5zdq5q043gpm0000gn/T/pip-install-d6mg9c4c/psycopg2_aca861c418be4350b925a05fecbd1e92/
  10.   Complete output (242 lines):
  11.   running bdist_wheel
  12.   running build
  13.   running build_py
  14.   creating build
  15.   creating build/lib.macosx-10.14.6-arm64-3.8
  16.   creating build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  17.   copying lib/_json.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  18.   copying lib/extras.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  19.   copying lib/compat.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  20.   copying lib/errorcodes.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  21.   copying lib/tz.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  22.   copying lib/_range.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  23.   copying lib/_ipaddress.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  24.   copying lib/_lru_cache.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  25.   copying lib/__init__.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  26.   copying lib/extensions.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  27.   copying lib/errors.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  28.   copying lib/sql.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  29.   copying lib/pool.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  30.   running build_ext
  31.   building 'psycopg2._psycopg' extension
  32.   creating build/temp.macosx-10.14.6-arm64-3.8
  33.   creating build/temp.macosx-10.14.6-arm64-3.8/psycopg
  34.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/psycopgmodule.o
  35.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/green.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/green.o
  36.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/pqpath.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/pqpath.o
  37.   psycopg/pqpath.c:138:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
  38.                   PQstatus(conn->pgconn) : PQresultStatus(*pgres)));
  39.                   ^~~~~~~~~~~~~~~~~~~~~~
  40.   psycopg/pqpath.c:1717:11: warning: code will never be executed [-Wunreachable-code]
  41.       ret = 1;
  42.             ^
  43.   psycopg/pqpath.c:1822:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
  44.                   PQstatus(curs->conn->pgconn) : PQresultStatus(curs->pgres)));
  45.                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  46.   3 warnings generated.
  47.   psycopg/pqpath.c:138:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
  48.                   PQstatus(conn->pgconn) : PQresultStatus(*pgres)));
  49.                   ^~~~~~~~~~~~~~~~~~~~~~
  50.   psycopg/pqpath.c:1717:11: warning: code will never be executed [-Wunreachable-code]
  51.       ret = 1;
  52.             ^
  53.   psycopg/pqpath.c:1822:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
  54.                   PQstatus(curs->conn->pgconn) : PQresultStatus(curs->pgres)));
  55.                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  56.   3 warnings generated.
  57.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/utils.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/utils.o
  58.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/bytes_format.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/bytes_format.o
  59.   In file included from psycopg/bytes_format.c:82:
  60.   In file included from ./psycopg/psycopg.h:38:
  61.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  62.   static void Dprintf(const char *fmt, ...) {}
  63.               ^
  64.   1 warning generated.
  65.   In file included from psycopg/bytes_format.c:82:
  66.   In file included from ./psycopg/psycopg.h:38:
  67.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  68.   static void Dprintf(const char *fmt, ...) {}
  69.               ^
  70.   1 warning generated.
  71.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/libpq_support.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/libpq_support.o
  72.   In file included from psycopg/libpq_support.c:30:
  73.   In file included from ./psycopg/psycopg.h:38:
  74.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  75.   static void Dprintf(const char *fmt, ...) {}
  76.               ^
  77.   1 warning generated.
  78.   In file included from psycopg/libpq_support.c:30:
  79.   In file included from ./psycopg/psycopg.h:38:
  80.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  81.   static void Dprintf(const char *fmt, ...) {}
  82.               ^
  83.   1 warning generated.
  84.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/win32_support.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/win32_support.o
  85.   In file included from psycopg/win32_support.c:28:
  86.   In file included from ./psycopg/psycopg.h:38:
  87.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  88.   static void Dprintf(const char *fmt, ...) {}
  89.               ^
  90.   1 warning generated.
  91.   In file included from psycopg/win32_support.c:28:
  92.   In file included from ./psycopg/psycopg.h:38:
  93.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  94.   static void Dprintf(const char *fmt, ...) {}
  95.               ^
  96.   1 warning generated.
  97.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/solaris_support.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/solaris_support.o
  98.   In file included from psycopg/solaris_support.c:29:
  99.   In file included from ./psycopg/psycopg.h:38:
  100.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  101.   static void Dprintf(const char *fmt, ...) {}
  102.               ^
  103.   1 warning generated.
  104.   In file included from psycopg/solaris_support.c:29:
  105.   In file included from ./psycopg/psycopg.h:38:
  106.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  107.   static void Dprintf(const char *fmt, ...) {}
  108.               ^
  109.   1 warning generated.
  110.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/aix_support.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/aix_support.o
  111.   In file included from psycopg/aix_support.c:29:
  112.   In file included from ./psycopg/psycopg.h:38:
  113.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  114.   static void Dprintf(const char *fmt, ...) {}
  115.               ^
  116.   1 warning generated.
  117.   In file included from psycopg/aix_support.c:29:
  118.   In file included from ./psycopg/psycopg.h:38:
  119.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  120.   static void Dprintf(const char *fmt, ...) {}
  121.               ^
  122.   1 warning generated.
  123.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/connection_int.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/connection_int.o
  124.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/connection_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/connection_type.o
  125.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/cursor_int.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/cursor_int.o
  126.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/cursor_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/cursor_type.o
  127.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/column_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/column_type.o
  128.   In file included from psycopg/column_type.c:28:
  129.   In file included from ./psycopg/psycopg.h:38:
  130.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  131.   static void Dprintf(const char *fmt, ...) {}
  132.               ^
  133.   1 warning generated.
  134.   In file included from psycopg/column_type.c:28:
  135.   In file included from ./psycopg/psycopg.h:38:
  136.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  137.   static void Dprintf(const char *fmt, ...) {}
  138.               ^
  139.   1 warning generated.
  140.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/replication_connection_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_connection_type.o
  141.   In file included from psycopg/replication_connection_type.c:28:
  142.   In file included from ./psycopg/psycopg.h:38:
  143.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  144.   static void Dprintf(const char *fmt, ...) {}
  145.               ^
  146.   1 warning generated.
  147.   In file included from psycopg/replication_connection_type.c:28:
  148.   In file included from ./psycopg/psycopg.h:38:
  149.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  150.   static void Dprintf(const char *fmt, ...) {}
  151.               ^
  152.   1 warning generated.
  153.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/replication_cursor_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_cursor_type.o
  154.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/replication_message_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_message_type.o
  155.   In file included from psycopg/replication_message_type.c:28:
  156.   In file included from ./psycopg/psycopg.h:38:
  157.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  158.   static void Dprintf(const char *fmt, ...) {}
  159.               ^
  160.   1 warning generated.
  161.   In file included from psycopg/replication_message_type.c:28:
  162.   In file included from ./psycopg/psycopg.h:38:
  163.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  164.   static void Dprintf(const char *fmt, ...) {}
  165.               ^
  166.   1 warning generated.
  167.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/diagnostics_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/diagnostics_type.o
  168.   In file included from psycopg/diagnostics_type.c:28:
  169.   In file included from ./psycopg/psycopg.h:38:
  170.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  171.   static void Dprintf(const char *fmt, ...) {}
  172.               ^
  173.   1 warning generated.
  174.   In file included from psycopg/diagnostics_type.c:28:
  175.   In file included from ./psycopg/psycopg.h:38:
  176.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  177.   static void Dprintf(const char *fmt, ...) {}
  178.               ^
  179.   1 warning generated.
  180.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/error_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/error_type.o
  181.   In file included from psycopg/error_type.c:28:
  182.   In file included from ./psycopg/psycopg.h:38:
  183.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  184.   static void Dprintf(const char *fmt, ...) {}
  185.               ^
  186.   1 warning generated.
  187.   In file included from psycopg/error_type.c:28:
  188.   In file included from ./psycopg/psycopg.h:38:
  189.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  190.   static void Dprintf(const char *fmt, ...) {}
  191.               ^
  192.   1 warning generated.
  193.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/conninfo_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/conninfo_type.o
  194.   In file included from psycopg/conninfo_type.c:28:
  195.   In file included from ./psycopg/psycopg.h:38:
  196.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  197.   static void Dprintf(const char *fmt, ...) {}
  198.               ^
  199.   1 warning generated.
  200.   In file included from psycopg/conninfo_type.c:28:
  201.   In file included from ./psycopg/psycopg.h:38:
  202.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  203.   static void Dprintf(const char *fmt, ...) {}
  204.               ^
  205.   1 warning generated.
  206.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/lobject_int.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/lobject_int.o
  207.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/lobject_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/lobject_type.o
  208.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/notify_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/notify_type.o
  209.   In file included from psycopg/notify_type.c:28:
  210.   In file included from ./psycopg/psycopg.h:38:
  211.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  212.   static void Dprintf(const char *fmt, ...) {}
  213.               ^
  214.   1 warning generated.
  215.   In file included from psycopg/notify_type.c:28:
  216.   In file included from ./psycopg/psycopg.h:38:
  217.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  218.   static void Dprintf(const char *fmt, ...) {}
  219.               ^
  220.   1 warning generated.
  221.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/xid_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/xid_type.o
  222.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_asis.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_asis.o
  223.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_binary.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_binary.o
  224.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_datetime.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_datetime.o
  225.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_list.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_list.o
  226.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_pboolean.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pboolean.o
  227.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_pdecimal.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pdecimal.o
  228.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_pint.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pint.o
  229.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_pfloat.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pfloat.o
  230.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_qstring.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_qstring.o
  231.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/microprotocols.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/microprotocols.o
  232.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/microprotocols_proto.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/microprotocols_proto.o
  233.   In file included from psycopg/microprotocols_proto.c:28:
  234.   In file included from ./psycopg/psycopg.h:38:
  235.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  236.   static void Dprintf(const char *fmt, ...) {}
  237.               ^
  238.   1 warning generated.
  239.   In file included from psycopg/microprotocols_proto.c:28:
  240.   In file included from ./psycopg/psycopg.h:38:
  241.   ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  242.   static void Dprintf(const char *fmt, ...) {}
  243.               ^
  244.   1 warning generated.
  245.   clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/typecast.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/typecast.o
  246.   clang -bundle -undefined dynamic_lookup -Wl,-headerpad,0x1000 -arch arm64 -arch x86_64 -L/usr/local/opt/openssl/lib -I/usr/local/opt/openssl/include build/temp.macosx-10.14.6-arm64-3.8/psycopg/psycopgmodule.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/green.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/pqpath.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/utils.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/bytes_format.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/libpq_support.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/win32_support.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/solaris_support.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/aix_support.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/connection_int.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/connection_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/cursor_int.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/cursor_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/column_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_connection_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_cursor_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_message_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/diagnostics_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/error_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/conninfo_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/lobject_int.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/lobject_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/notify_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/xid_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_asis.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_binary.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_datetime.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_list.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pboolean.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pdecimal.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pint.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pfloat.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_qstring.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/microprotocols.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/microprotocols_proto.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/typecast.o -L/opt/homebrew/lib -lpq -lssl -lcrypto -o build/lib.macosx-10.14.6-arm64-3.8/psycopg2/_psycopg.cpython-38-darwin.so
  247.   ld: warning: directory not found for option '-L/usr/local/opt/openssl/lib'
  248.   ld: warning: directory not found for option '-L/usr/local/opt/openssl/lib/'
  249.   ld: warning: directory not found for option '-L/usr/local/opt/openssl/lib/'
  250.   ld: library not found for -lssl
  251.   clang: error: linker command failed with exit code 1 (use -v to see invocation)
  252.   error: command 'clang' failed with exit status 1
  253.   ----------------------------------------
  254.   ERROR: Failed building wheel for psycopg2
  255.   Running setup.py clean for psycopg2
  256. Failed to build psycopg2
  257. Installing collected packages: psycopg2
  258.     Running setup.py install for psycopg2 ... error
  259.     ERROR: Command errored out with exit status 1:
  260.      command: /Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n0/7cp96xvn1x1d5zdq5q043gpm0000gn/T/pip-install-d6mg9c4c/psycopg2_aca861c418be4350b925a05fecbd1e92/setup.py'"'"'; __file__='"'"'/private/var/folders/n0/7cp96xvn1x1d5zdq5q043gpm0000gn/T/pip-install-d6mg9c4c/psycopg2_aca861c418be4350b925a05fecbd1e92/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/n0/7cp96xvn1x1d5zdq5q043gpm0000gn/T/pip-record-l3pncswc/install-record.txt --single-version-externally-managed --compile --install-headers /Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include/site/python3.8/psycopg2
  261.          cwd: /private/var/folders/n0/7cp96xvn1x1d5zdq5q043gpm0000gn/T/pip-install-d6mg9c4c/psycopg2_aca861c418be4350b925a05fecbd1e92/
  262.     Complete output (242 lines):
  263.     running install
  264.     running build
  265.     running build_py
  266.     creating build
  267.     creating build/lib.macosx-10.14.6-arm64-3.8
  268.     creating build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  269.     copying lib/_json.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  270.     copying lib/extras.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  271.     copying lib/compat.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  272.     copying lib/errorcodes.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  273.     copying lib/tz.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  274.     copying lib/_range.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  275.     copying lib/_ipaddress.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  276.     copying lib/_lru_cache.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  277.     copying lib/__init__.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  278.     copying lib/extensions.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  279.     copying lib/errors.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  280.     copying lib/sql.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  281.     copying lib/pool.py -> build/lib.macosx-10.14.6-arm64-3.8/psycopg2
  282.     running build_ext
  283.     building 'psycopg2._psycopg' extension
  284.     creating build/temp.macosx-10.14.6-arm64-3.8
  285.     creating build/temp.macosx-10.14.6-arm64-3.8/psycopg
  286.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/psycopgmodule.o
  287.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/green.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/green.o
  288.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/pqpath.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/pqpath.o
  289.     psycopg/pqpath.c:138:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
  290.                     PQstatus(conn->pgconn) : PQresultStatus(*pgres)));
  291.                     ^~~~~~~~~~~~~~~~~~~~~~
  292.     psycopg/pqpath.c:1717:11: warning: code will never be executed [-Wunreachable-code]
  293.         ret = 1;
  294.               ^
  295.     psycopg/pqpath.c:1822:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
  296.                     PQstatus(curs->conn->pgconn) : PQresultStatus(curs->pgres)));
  297.                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  298.     3 warnings generated.
  299.     psycopg/pqpath.c:138:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
  300.                     PQstatus(conn->pgconn) : PQresultStatus(*pgres)));
  301.                     ^~~~~~~~~~~~~~~~~~~~~~
  302.     psycopg/pqpath.c:1717:11: warning: code will never be executed [-Wunreachable-code]
  303.         ret = 1;
  304.               ^
  305.     psycopg/pqpath.c:1822:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
  306.                     PQstatus(curs->conn->pgconn) : PQresultStatus(curs->pgres)));
  307.                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  308.     3 warnings generated.
  309.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/utils.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/utils.o
  310.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/bytes_format.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/bytes_format.o
  311.     In file included from psycopg/bytes_format.c:82:
  312.     In file included from ./psycopg/psycopg.h:38:
  313.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  314.     static void Dprintf(const char *fmt, ...) {}
  315.                 ^
  316.     1 warning generated.
  317.     In file included from psycopg/bytes_format.c:82:
  318.     In file included from ./psycopg/psycopg.h:38:
  319.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  320.     static void Dprintf(const char *fmt, ...) {}
  321.                 ^
  322.     1 warning generated.
  323.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/libpq_support.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/libpq_support.o
  324.     In file included from psycopg/libpq_support.c:30:
  325.     In file included from ./psycopg/psycopg.h:38:
  326.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  327.     static void Dprintf(const char *fmt, ...) {}
  328.                 ^
  329.     1 warning generated.
  330.     In file included from psycopg/libpq_support.c:30:
  331.     In file included from ./psycopg/psycopg.h:38:
  332.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  333.     static void Dprintf(const char *fmt, ...) {}
  334.                 ^
  335.     1 warning generated.
  336.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/win32_support.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/win32_support.o
  337.     In file included from psycopg/win32_support.c:28:
  338.     In file included from ./psycopg/psycopg.h:38:
  339.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  340.     static void Dprintf(const char *fmt, ...) {}
  341.                 ^
  342.     1 warning generated.
  343.     In file included from psycopg/win32_support.c:28:
  344.     In file included from ./psycopg/psycopg.h:38:
  345.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  346.     static void Dprintf(const char *fmt, ...) {}
  347.                 ^
  348.     1 warning generated.
  349.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/solaris_support.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/solaris_support.o
  350.     In file included from psycopg/solaris_support.c:29:
  351.     In file included from ./psycopg/psycopg.h:38:
  352.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  353.     static void Dprintf(const char *fmt, ...) {}
  354.                 ^
  355.     1 warning generated.
  356.     In file included from psycopg/solaris_support.c:29:
  357.     In file included from ./psycopg/psycopg.h:38:
  358.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  359.     static void Dprintf(const char *fmt, ...) {}
  360.                 ^
  361.     1 warning generated.
  362.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/aix_support.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/aix_support.o
  363.     In file included from psycopg/aix_support.c:29:
  364.     In file included from ./psycopg/psycopg.h:38:
  365.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  366.     static void Dprintf(const char *fmt, ...) {}
  367.                 ^
  368.     1 warning generated.
  369.     In file included from psycopg/aix_support.c:29:
  370.     In file included from ./psycopg/psycopg.h:38:
  371.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  372.     static void Dprintf(const char *fmt, ...) {}
  373.                 ^
  374.     1 warning generated.
  375.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/connection_int.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/connection_int.o
  376.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/connection_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/connection_type.o
  377.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/cursor_int.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/cursor_int.o
  378.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/cursor_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/cursor_type.o
  379.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/column_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/column_type.o
  380.     In file included from psycopg/column_type.c:28:
  381.     In file included from ./psycopg/psycopg.h:38:
  382.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  383.     static void Dprintf(const char *fmt, ...) {}
  384.                 ^
  385.     1 warning generated.
  386.     In file included from psycopg/column_type.c:28:
  387.     In file included from ./psycopg/psycopg.h:38:
  388.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  389.     static void Dprintf(const char *fmt, ...) {}
  390.                 ^
  391.     1 warning generated.
  392.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/replication_connection_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_connection_type.o
  393.     In file included from psycopg/replication_connection_type.c:28:
  394.     In file included from ./psycopg/psycopg.h:38:
  395.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  396.     static void Dprintf(const char *fmt, ...) {}
  397.                 ^
  398.     1 warning generated.
  399.     In file included from psycopg/replication_connection_type.c:28:
  400.     In file included from ./psycopg/psycopg.h:38:
  401.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  402.     static void Dprintf(const char *fmt, ...) {}
  403.                 ^
  404.     1 warning generated.
  405.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/replication_cursor_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_cursor_type.o
  406.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/replication_message_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_message_type.o
  407.     In file included from psycopg/replication_message_type.c:28:
  408.     In file included from ./psycopg/psycopg.h:38:
  409.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  410.     static void Dprintf(const char *fmt, ...) {}
  411.                 ^
  412.     1 warning generated.
  413.     In file included from psycopg/replication_message_type.c:28:
  414.     In file included from ./psycopg/psycopg.h:38:
  415.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  416.     static void Dprintf(const char *fmt, ...) {}
  417.                 ^
  418.     1 warning generated.
  419.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/diagnostics_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/diagnostics_type.o
  420.     In file included from psycopg/diagnostics_type.c:28:
  421.     In file included from ./psycopg/psycopg.h:38:
  422.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  423.     static void Dprintf(const char *fmt, ...) {}
  424.                 ^
  425.     1 warning generated.
  426.     In file included from psycopg/diagnostics_type.c:28:
  427.     In file included from ./psycopg/psycopg.h:38:
  428.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  429.     static void Dprintf(const char *fmt, ...) {}
  430.                 ^
  431.     1 warning generated.
  432.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/error_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/error_type.o
  433.     In file included from psycopg/error_type.c:28:
  434.     In file included from ./psycopg/psycopg.h:38:
  435.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  436.     static void Dprintf(const char *fmt, ...) {}
  437.                 ^
  438.     1 warning generated.
  439.     In file included from psycopg/error_type.c:28:
  440.     In file included from ./psycopg/psycopg.h:38:
  441.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  442.     static void Dprintf(const char *fmt, ...) {}
  443.                 ^
  444.     1 warning generated.
  445.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/conninfo_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/conninfo_type.o
  446.     In file included from psycopg/conninfo_type.c:28:
  447.     In file included from ./psycopg/psycopg.h:38:
  448.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  449.     static void Dprintf(const char *fmt, ...) {}
  450.                 ^
  451.     1 warning generated.
  452.     In file included from psycopg/conninfo_type.c:28:
  453.     In file included from ./psycopg/psycopg.h:38:
  454.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  455.     static void Dprintf(const char *fmt, ...) {}
  456.                 ^
  457.     1 warning generated.
  458.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/lobject_int.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/lobject_int.o
  459.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/lobject_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/lobject_type.o
  460.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/notify_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/notify_type.o
  461.     In file included from psycopg/notify_type.c:28:
  462.     In file included from ./psycopg/psycopg.h:38:
  463.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  464.     static void Dprintf(const char *fmt, ...) {}
  465.                 ^
  466.     1 warning generated.
  467.     In file included from psycopg/notify_type.c:28:
  468.     In file included from ./psycopg/psycopg.h:38:
  469.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  470.     static void Dprintf(const char *fmt, ...) {}
  471.                 ^
  472.     1 warning generated.
  473.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/xid_type.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/xid_type.o
  474.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_asis.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_asis.o
  475.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_binary.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_binary.o
  476.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_datetime.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_datetime.o
  477.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_list.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_list.o
  478.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_pboolean.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pboolean.o
  479.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_pdecimal.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pdecimal.o
  480.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_pint.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pint.o
  481.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_pfloat.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pfloat.o
  482.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/adapter_qstring.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_qstring.o
  483.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/microprotocols.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/microprotocols.o
  484.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/Privcroprotocols.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/microprotocols.o
  485.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/microprotocols_proto.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/microprotocols_proto.o
  486.     In file included from psycopg/microprotocols_proto.c:28:
  487.     In file included from ./psycopg/psycopg.h:38:
  488.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  489.     static void Dprintf(const char *fmt, ...) {}
  490.                 ^
  491.     1 warning generated.
  492.     In file included from psycopg/microprotocols_proto.c:28:
  493.     In file included from ./psycopg/psycopg.h:38:
  494.     ./psycopg/config.h:82:13: warning: unused function 'Dprintf' [-Wunused-function]
  495.     static void Dprintf(const char *fmt, ...) {}
  496.                 ^
  497.     1 warning generated.
  498.     clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -I/usr/local/opt/openssl/include -DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=130002 -DHAVE_LO64=1 -I/Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -I. -I/opt/homebrew/include -I/opt/homebrew/include/postgresql/server -c psycopg/typecast.c -o build/temp.macosx-10.14.6-arm64-3.8/psycopg/typecast.o
  499.     clang -bundle -undefined dynamic_lookup -Wl,-headerpad,0x1000 -arch arm64 -arch x86_64 -L/usr/local/opt/openssl/lib -I/usr/local/opt/openssl/include build/temp.macosx-10.14.6-arm64-3.8/psycopg/psycopgmodule.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/green.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/pqpath.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/utils.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/bytes_format.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/libpq_support.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/win32_support.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/solaris_support.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/aix_support.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/connection_int.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/connection_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/cursor_int.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/cursor_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/column_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_connection_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_cursor_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/replication_message_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/diagnostics_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/error_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/conninfo_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/lobject_int.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/lobject_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/notify_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/xid_type.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_asis.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_binary.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_datetime.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_list.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pboolean.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pdecimal.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pint.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_pfloat.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/adapter_qstring.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/microprotocols.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/microprotocols_proto.o build/temp.macosx-10.14.6-arm64-3.8/psycopg/typecast.o -L/opt/homebrew/lib -lpq -lssl -lcrypto -o build/lib.macosx-10.14.6-arm64-3.8/psycopg2/_psycopg.cpython-38-darwin.so
  500.     ld: warning: directory not found for option '-L/usr/local/opt/openssl/lib'
  501.     ld: warning: directory not found for option '-L/usr/local/opt/openssl/lib/'
  502.     ld: warning: directory not found for option '-L/usr/local/opt/openssl/lib/'
  503.     ld: library not found for -lssl
  504.     clang: error: linker command failed with exit code 1 (use -v to see invocation)
  505.     error: command 'clang' failed with exit status 1
  506.     ----------------------------------------
  507. ERROR: Command errored out with exit status 1: /Users/gorkemuz/Documents/Projects/vampirkoylu/backend/env/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n0/7cp96xvn1x1d5zdq5q043gpm0000gn/T/pip-install-d6mg9c4c/psycopg2_aca861c418be4350b925a05fecbd1e92/setup.py'"'"'; __file__='"'"'/private/var/folders/n0/7cp96xvn1x1d5zdq5q043gpm0000gn/T/pip-install-d6mg9c4c/psycopg2_aca861c418be4350b925a05fecbd1e92/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/n0/7cp96xvn1x1d5zdq5q043gpm0000gn/T/pip-r

Editor

You can edit this paste and save as new:


File Description
  • s
  • Paste Code
  • 16 Mar-2021
  • 83.38 Kb
You can Share it: