Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.42 KB | None | 0 0
  1. (ax-data-prep) MacBook-Pro:~ erichedekar$ pip3 install -r ~/requirements_ax.txt
  2. Requirement already satisfied: boto==2.49.0 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 1)) (2.49.0)
  3. Requirement already satisfied: boto3==1.9.166 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 2)) (1.9.166)
  4. Requirement already satisfied: botocore==1.12.166 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 3)) (1.12.166)
  5. Requirement already satisfied: docutils==0.14 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 4)) (0.14)
  6. Requirement already satisfied: importlib-metadata==0.18 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 5)) (0.18)
  7. Requirement already satisfied: Jinja2==2.10.1 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 6)) (2.10.1)
  8. Requirement already satisfied: jmespath==0.9.4 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 7)) (0.9.4)
  9. Requirement already satisfied: MarkupSafe==1.1.1 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 8)) (1.1.1)
  10. Requirement already satisfied: path.py==12.0.1 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 9)) (12.0.1)
  11. Requirement already satisfied: pathlib==1.0.1 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 10)) (1.0.1)
  12. Collecting psycopg2==2.8.3
  13. Using cached https://files.pythonhosted.org/packages/5c/1c/6997288da181277a0c29bc39a5f9143ff20b8c99f2a7d059cfb55163e165/psycopg2-2.8.3.tar.gz
  14. Collecting PyMySQL==0.9.3
  15. Using cached https://files.pythonhosted.org/packages/ed/39/15045ae46f2a123019aa968dfcba0396c161c20f855f11dea6796bcaae95/PyMySQL-0.9.3-py2.py3-none-any.whl
  16. Requirement already satisfied: python-dateutil==2.8.0 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 13)) (2.8.0)
  17. Processing ./Library/Caches/pip/wheels/16/27/a1/775c62ddea7bfa62324fd1f65847ed31c55dadb6051481ba3f/PyYAML-5.1.1-cp37-cp37m-macosx_10_7_x86_64.whl
  18. Requirement already satisfied: s3transfer==0.2.1 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 15)) (0.2.1)
  19. Requirement already satisfied: six==1.12.0 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 16)) (1.12.0)
  20. Collecting sqlparse==0.3.0
  21. Using cached https://files.pythonhosted.org/packages/ef/53/900f7d2a54557c6a37886585a91336520e5539e3ae2423ff1102daf4f3a7/sqlparse-0.3.0-py2.py3-none-any.whl
  22. Requirement already satisfied: urllib3==1.25.3 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 18)) (1.25.3)
  23. Collecting xlrd==1.2.0
  24. Using cached https://files.pythonhosted.org/packages/b0/16/63576a1a001752e34bf8ea62e367997530dc553b689356b9879339cf45a4/xlrd-1.2.0-py2.py3-none-any.whl
  25. Requirement already satisfied: zipp==0.5.2 in ./ax-data-prep/lib/python3.7/site-packages (from -r /Users/erichedekar/requirements_ax.txt (line 20)) (0.5.2)
  26. Installing collected packages: psycopg2, PyMySQL, PyYAML, sqlparse, xlrd
  27. Running setup.py install for psycopg2 ... error
  28. ERROR: Command errored out with exit status 1:
  29. command: /Users/erichedekar/ax-data-prep/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/3q/dsyhgz8170l6q047cs7583dh0000gn/T/pip-install-5uh6f5pq/psycopg2/setup.py'"'"'; __file__='"'"'/private/var/folders/3q/dsyhgz8170l6q047cs7583dh0000gn/T/pip-install-5uh6f5pq/psycopg2/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/3q/dsyhgz8170l6q047cs7583dh0000gn/T/pip-record-8tvffaos/install-record.txt --single-version-externally-managed --compile --install-headers /Users/erichedekar/ax-data-prep/include/site/python3.7/psycopg2
  30. cwd: /private/var/folders/3q/dsyhgz8170l6q047cs7583dh0000gn/T/pip-install-5uh6f5pq/psycopg2/
  31. Complete output (144 lines):
  32. running install
  33. running build
  34. running build_py
  35. creating build
  36. creating build/lib.macosx-10.9-x86_64-3.7
  37. creating build/lib.macosx-10.9-x86_64-3.7/psycopg2
  38. copying lib/_json.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  39. copying lib/extras.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  40. copying lib/compat.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  41. copying lib/errorcodes.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  42. copying lib/tz.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  43. copying lib/_range.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  44. copying lib/_ipaddress.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  45. copying lib/_lru_cache.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  46. copying lib/__init__.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  47. copying lib/extensions.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  48. copying lib/errors.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  49. copying lib/sql.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  50. copying lib/pool.py -> build/lib.macosx-10.9-x86_64-3.7/psycopg2
  51. running build_ext
  52. building 'psycopg2._psycopg' extension
  53. creating build/temp.macosx-10.9-x86_64-3.7
  54. creating build/temp.macosx-10.9-x86_64-3.7/psycopg
  55. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/psycopgmodule.o
  56. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/green.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/green.o
  57. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/pqpath.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/pqpath.o
  58. psycopg/pqpath.c:135:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
  59. PQstatus(conn->pgconn) : PQresultStatus(*pgres)));
  60. ^~~~~~~~~~~~~~~~~~~~~~
  61. psycopg/pqpath.c:1712:11: warning: code will never be executed [-Wunreachable-code]
  62. ret = 1;
  63. ^
  64. psycopg/pqpath.c:1817:17: warning: implicit conversion from enumeration type 'ConnStatusType' to different enumeration type 'ExecStatusType' [-Wenum-conversion]
  65. PQstatus(curs->conn->pgconn) : PQresultStatus(curs->pgres)));
  66. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  67. 3 warnings generated.
  68. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/utils.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/utils.o
  69. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/bytes_format.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/bytes_format.o
  70. In file included from psycopg/bytes_format.c:81:
  71. In file included from ./psycopg/psycopg.h:37:
  72. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  73. static void Dprintf(const char *fmt, ...) {}
  74. ^
  75. 1 warning generated.
  76. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/libpq_support.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/libpq_support.o
  77. In file included from psycopg/libpq_support.c:29:
  78. In file included from ./psycopg/psycopg.h:37:
  79. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  80. static void Dprintf(const char *fmt, ...) {}
  81. ^
  82. 1 warning generated.
  83. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/win32_support.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/win32_support.o
  84. In file included from psycopg/win32_support.c:27:
  85. In file included from ./psycopg/psycopg.h:37:
  86. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  87. static void Dprintf(const char *fmt, ...) {}
  88. ^
  89. 1 warning generated.
  90. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/solaris_support.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/solaris_support.o
  91. In file included from psycopg/solaris_support.c:28:
  92. In file included from ./psycopg/psycopg.h:37:
  93. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  94. static void Dprintf(const char *fmt, ...) {}
  95. ^
  96. 1 warning generated.
  97. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/connection_int.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/connection_int.o
  98. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/connection_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/connection_type.o
  99. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/cursor_int.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/cursor_int.o
  100. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/cursor_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/cursor_type.o
  101. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/column_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/column_type.o
  102. In file included from psycopg/column_type.c:27:
  103. In file included from ./psycopg/psycopg.h:37:
  104. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  105. static void Dprintf(const char *fmt, ...) {}
  106. ^
  107. 1 warning generated.
  108. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/replication_connection_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/replication_connection_type.o
  109. In file included from psycopg/replication_connection_type.c:27:
  110. In file included from ./psycopg/psycopg.h:37:
  111. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  112. static void Dprintf(const char *fmt, ...) {}
  113. ^
  114. 1 warning generated.
  115. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/replication_cursor_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/replication_cursor_type.o
  116. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/replication_message_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/replication_message_type.o
  117. In file included from psycopg/replication_message_type.c:27:
  118. In file included from ./psycopg/psycopg.h:37:
  119. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  120. static void Dprintf(const char *fmt, ...) {}
  121. ^
  122. 1 warning generated.
  123. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/diagnostics_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/diagnostics_type.o
  124. In file included from psycopg/diagnostics_type.c:27:
  125. In file included from ./psycopg/psycopg.h:37:
  126. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  127. static void Dprintf(const char *fmt, ...) {}
  128. ^
  129. 1 warning generated.
  130. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/error_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/error_type.o
  131. In file included from psycopg/error_type.c:27:
  132. In file included from ./psycopg/psycopg.h:37:
  133. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  134. static void Dprintf(const char *fmt, ...) {}
  135. ^
  136. 1 warning generated.
  137. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/conninfo_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/conninfo_type.o
  138. In file included from psycopg/conninfo_type.c:27:
  139. In file included from ./psycopg/psycopg.h:37:
  140. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  141. static void Dprintf(const char *fmt, ...) {}
  142. ^
  143. 1 warning generated.
  144. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/lobject_int.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/lobject_int.o
  145. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/lobject_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/lobject_type.o
  146. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/notify_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/notify_type.o
  147. In file included from psycopg/notify_type.c:27:
  148. In file included from ./psycopg/psycopg.h:37:
  149. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  150. static void Dprintf(const char *fmt, ...) {}
  151. ^
  152. 1 warning generated.
  153. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/xid_type.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/xid_type.o
  154. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/adapter_asis.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_asis.o
  155. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/adapter_binary.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_binary.o
  156. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/adapter_datetime.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_datetime.o
  157. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/adapter_list.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_list.o
  158. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/adapter_pboolean.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_pboolean.o
  159. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/adapter_pdecimal.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_pdecimal.o
  160. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/adapter_pint.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_pint.o
  161. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/adapter_pfloat.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_pfloat.o
  162. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/adapter_qstring.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_qstring.o
  163. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/microprotocols.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/microprotocols.o
  164. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/microprotocols_proto.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/microprotocols_proto.o
  165. In file included from psycopg/microprotocols_proto.c:27:
  166. In file included from ./psycopg/psycopg.h:37:
  167. ./psycopg/config.h:81:13: warning: unused function 'Dprintf' [-Wunused-function]
  168. static void Dprintf(const char *fmt, ...) {}
  169. ^
  170. 1 warning generated.
  171. gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DPSYCOPG_VERSION=2.8.3 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=100000 -DHAVE_LO64=1 -I/Users/erichedekar/ax-data-prep/include -I/Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I. -I/usr/local/Cellar/postgresql/10.0/include -I/usr/local/Cellar/postgresql/10.0/include/server -c psycopg/typecast.c -o build/temp.macosx-10.9-x86_64-3.7/psycopg/typecast.o
  172. gcc -bundle -undefined dynamic_lookup -arch x86_64 -g build/temp.macosx-10.9-x86_64-3.7/psycopg/psycopgmodule.o build/temp.macosx-10.9-x86_64-3.7/psycopg/green.o build/temp.macosx-10.9-x86_64-3.7/psycopg/pqpath.o build/temp.macosx-10.9-x86_64-3.7/psycopg/utils.o build/temp.macosx-10.9-x86_64-3.7/psycopg/bytes_format.o build/temp.macosx-10.9-x86_64-3.7/psycopg/libpq_support.o build/temp.macosx-10.9-x86_64-3.7/psycopg/win32_support.o build/temp.macosx-10.9-x86_64-3.7/psycopg/solaris_support.o build/temp.macosx-10.9-x86_64-3.7/psycopg/connection_int.o build/temp.macosx-10.9-x86_64-3.7/psycopg/connection_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/cursor_int.o build/temp.macosx-10.9-x86_64-3.7/psycopg/cursor_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/column_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/replication_connection_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/replication_cursor_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/replication_message_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/diagnostics_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/error_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/conninfo_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/lobject_int.o build/temp.macosx-10.9-x86_64-3.7/psycopg/lobject_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/notify_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/xid_type.o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_asis.o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_binary.o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_datetime.o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_list.o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_pboolean.o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_pdecimal.o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_pint.o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_pfloat.o build/temp.macosx-10.9-x86_64-3.7/psycopg/adapter_qstring.o build/temp.macosx-10.9-x86_64-3.7/psycopg/microprotocols.o build/temp.macosx-10.9-x86_64-3.7/psycopg/microprotocols_proto.o build/temp.macosx-10.9-x86_64-3.7/psycopg/typecast.o -L/usr/local/lib -lpq -lssl -lcrypto -o build/lib.macosx-10.9-x86_64-3.7/psycopg2/_psycopg.cpython-37m-darwin.so
  173. ld: library not found for -lssl
  174. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  175. error: command 'gcc' failed with exit status 1
  176. ----------------------------------------
  177. ERROR: Command errored out with exit status 1: /Users/erichedekar/ax-data-prep/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/3q/dsyhgz8170l6q047cs7583dh0000gn/T/pip-install-5uh6f5pq/psycopg2/setup.py'"'"'; __file__='"'"'/private/var/folders/3q/dsyhgz8170l6q047cs7583dh0000gn/T/pip-install-5uh6f5pq/psycopg2/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/3q/dsyhgz8170l6q047cs7583dh0000gn/T/pip-record-8tvffaos/install-record.txt --single-version-externally-managed --compile --install-headers /Users/erichedekar/ax-data-prep/include/site/python3.7/psycopg2 Check the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement