Created
September 23, 2021 17:05
-
-
Save lananovikova10/4ad3caa17070b76f941384ea48975cb1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/dc/93/bb5655730913b88f9068c6b596177d1df83be0d476671199e17b06ea8436/psycopg2-binary-2.8.2.tar.gz#sha256=4c2d9369ed40b4a44a8ccd6bc3a7db6272b8314812d2d1091f95c4c836d92e06 (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.8.1.tar.gz (368 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_d4c3f587539f4a3593881c1c81867760/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_d4c3f587539f4a3593881c1c81867760/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-8pgwwfox | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_d4c3f587539f4a3593881c1c81867760/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-8pgwwfox/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-8pgwwfox/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-8pgwwfox/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-8pgwwfox/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-8pgwwfox/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/a6/fb/158c6f1dfcc0f0ceb4c3687378b965269079e55de5630c173dd163c6ab21/psycopg2-binary-2.8.1.tar.gz#sha256=a20dfdf73f56da674926a3811929cff9fd23b9af90be9a6c36ac246a3486eef3 (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.8.tar.gz (368 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_a8112bb76d0b45cbad841013d3f14c92/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_a8112bb76d0b45cbad841013d3f14c92/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-1h4ltqz_ | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_a8112bb76d0b45cbad841013d3f14c92/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-1h4ltqz_/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-1h4ltqz_/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-1h4ltqz_/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-1h4ltqz_/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-1h4ltqz_/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/45/81/ce42d2f87b81616c33284ea52e0b914e45dcae6093655d53602d515aaf57/psycopg2-binary-2.8.tar.gz#sha256=50647aa5f7171153a5f7fa667f99f55468b9b663b997927e4d2e83955b21aa9f (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.7.7.tar.gz (428 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_f39efc315bda4f8689777106670c90d6/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_f39efc315bda4f8689777106670c90d6/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-cn40_hei | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_f39efc315bda4f8689777106670c90d6/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-cn40_hei/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-cn40_hei/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-cn40_hei/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-cn40_hei/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-cn40_hei/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/dd/56/c22da10f5a725d61c58a185ec0f803aa2d384646ee8eb83d8ce88ed5edb1/psycopg2-binary-2.7.7.tar.gz#sha256=b19e9f1b85c5d6136f5a0549abdc55dcbd63aba18b4f10d0d063eb65ef2c68b4 (from https://pypi.org/simple/psycopg2-binary/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.7.6.1.tar.gz (428 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_be2d39da12ae4b0b93c395b1d674dbfb/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_be2d39da12ae4b0b93c395b1d674dbfb/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ykdlf1qk | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_be2d39da12ae4b0b93c395b1d674dbfb/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ykdlf1qk/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ykdlf1qk/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ykdlf1qk/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ykdlf1qk/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ykdlf1qk/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/59/64/7b0fea58c9b7c609717cc951607fe5edb73e86d46a47b0c7d58586335e53/psycopg2-binary-2.7.6.1.tar.gz#sha256=8d517e8fda2efebca27c2018e14c90ed7dc3f04d7098b3da2912e62a1a5585fe (from https://pypi.org/simple/psycopg2-binary/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.7.6.tar.gz (428 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_b8e166c0a8d94f64b9dd8fd28d94e9d6/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_b8e166c0a8d94f64b9dd8fd28d94e9d6/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-7q5w5hf8 | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_b8e166c0a8d94f64b9dd8fd28d94e9d6/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-7q5w5hf8/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-7q5w5hf8/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-7q5w5hf8/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-7q5w5hf8/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-7q5w5hf8/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/c0/40/4a48479ac9fdc3e2ffbaf0cebba5c9414a9591588fe550679762b21751dd/psycopg2-binary-2.7.6.tar.gz#sha256=80bf63fa9493c82d72788376c7342a27b8c4f07971be405cbb886c6b025bebc8 (from https://pypi.org/simple/psycopg2-binary/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.7.5.tar.gz (427 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_c143a96e4c58494e9210c0e2c3625794/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_c143a96e4c58494e9210c0e2c3625794/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-g_fdgncb | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_c143a96e4c58494e9210c0e2c3625794/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-g_fdgncb/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-g_fdgncb/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-g_fdgncb/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-g_fdgncb/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-g_fdgncb/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/17/dc/3f6bfae668594013cb9ef0cba4f4863451220944650868ad67332ca9069c/psycopg2-binary-2.7.5.tar.gz#sha256=c2ac7aa1a144d4e0e613ac7286dae85671e99fe7a1353954d4905629c36b811c (from https://pypi.org/simple/psycopg2-binary/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.7.4.tar.gz (426 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_b0b1968bf2014be7b300bfa57de07479/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_b0b1968bf2014be7b300bfa57de07479/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-krjil55v | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-f8syj9t9/psycopg2-binary_b0b1968bf2014be7b300bfa57de07479/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-krjil55v/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-krjil55v/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-krjil55v/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-krjil55v/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-krjil55v/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/77/09/4991fcd9a8f4bea1ee3948e1729fa17c184d25bd10809bacc143626361b9/psycopg2-binary-2.7.4.tar.gz#sha256=de4f88f823037a71ea5ef3c1041d96b8a68d73343133edda684fd42f575bd9d7 (from https://pypi.org/simple/psycopg2-binary/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
ERROR: Could not find a version that satisfies the requirement psycopg2-binary (from versions: 2.7.4, 2.7.5, 2.7.6, 2.7.6.1, 2.7.7, 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.9, 2.9.1) | |
ERROR: No matching distribution found for psycopg2-binary | |
❯ python --version | |
Python 3.8.10 | |
❯ python3 -m pip install --upgrade pip | |
Requirement already satisfied: pip in ./env/lib/python3.8/site-packages (21.2.4) | |
❯ pip install psycopg2-binary | |
Collecting psycopg2-binary | |
Using cached psycopg2-binary-2.9.1.tar.gz (380 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_0f8a0eb65a4f4e0c8cae52b4b6f06ae4/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_0f8a0eb65a4f4e0c8cae52b4b6f06ae4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-rai5qred | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_0f8a0eb65a4f4e0c8cae52b4b6f06ae4/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-rai5qred/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-rai5qred/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-rai5qred/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-rai5qred/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-rai5qred/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<https://www.psycopg.org/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/14/65/223a5b4146b1d5d5ab66f16ef194916a1ed9720da1f118d7bfb60b8f2bea/psycopg2-binary-2.9.1.tar.gz#sha256=b0221ca5a9837e040ebf61f48899926b5783668b7807419e4adae8175a31f773 (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=3.6). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.9.tar.gz (379 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_0de11fc1364a405da6eba6cd69f742df/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_0de11fc1364a405da6eba6cd69f742df/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-6zrxxzev | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_0de11fc1364a405da6eba6cd69f742df/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-6zrxxzev/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-6zrxxzev/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-6zrxxzev/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-6zrxxzev/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-6zrxxzev/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<https://www.psycopg.org/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/39/55/54778407e306de1acd3c616dc6a04e3821effa52c21d6c688d4947878658/psycopg2-binary-2.9.tar.gz#sha256=5515c626df6ce6e9058883ace33fece4e32d3409eb70367cc62952f6d6a50dee (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=3.6). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.8.6.tar.gz (384 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_399c43323a1b444785ad59945acbe86e/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_399c43323a1b444785ad59945acbe86e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-mvb687sa | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_399c43323a1b444785ad59945acbe86e/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-mvb687sa/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-mvb687sa/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-mvb687sa/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-mvb687sa/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-mvb687sa/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<https://www.psycopg.org/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/fc/51/0f2c6aec5c59e5640f507b59567f63b9d73a9317898810b4db311da32dfc/psycopg2-binary-2.8.6.tar.gz#sha256=11b9c0ebce097180129e422379b824ae21c8f2a6596b159c7659e2e5a00e1aa0 (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.8.5.tar.gz (381 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_6fdc4e33df484c68a8c1cd0ef56b3b56/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_6fdc4e33df484c68a8c1cd0ef56b3b56/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ois236pw | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_6fdc4e33df484c68a8c1cd0ef56b3b56/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ois236pw/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ois236pw/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ois236pw/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ois236pw/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ois236pw/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<https://www.psycopg.org/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/97/00/ed4c82364741031d745867f83820d4f373aa891098a5785841850491c9ba/psycopg2-binary-2.8.5.tar.gz#sha256=ccdc6a87f32b491129ada4b87a43b1895cf2c20fdb7f98ad979647506ffc41b6 (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.8.4.tar.gz (378 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_ee990d91a25f42e4aba13555157d5ff3/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_ee990d91a25f42e4aba13555157d5ff3/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-2s6lvwzx | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_ee990d91a25f42e4aba13555157d5ff3/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-2s6lvwzx/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-2s6lvwzx/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-2s6lvwzx/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-2s6lvwzx/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-2s6lvwzx/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/00/7b/a623f49b3248957e7eaaac52eba1117209775d54e7a8501c460473a7ba4f/psycopg2-binary-2.8.4.tar.gz#sha256=3a2522b1d9178575acee4adf8fd9f979f9c0449b00b4164bb63c3475ea6528ed (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.8.3.tar.gz (378 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_1746f3f3c70547deb1dc4624e47bdda2/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_1746f3f3c70547deb1dc4624e47bdda2/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-_imo6b98 | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_1746f3f3c70547deb1dc4624e47bdda2/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-_imo6b98/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-_imo6b98/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-_imo6b98/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-_imo6b98/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-_imo6b98/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/80/91/91911be01869fa877135946f928ed0004e62044bdd876c1e0f12e1b5fb90/psycopg2-binary-2.8.3.tar.gz#sha256=cd37cc170678a4609becb26b53a2bc1edea65177be70c48dd7b39a1149cabd6e (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.8.2.tar.gz (369 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_885b18d0a6a6479b80ed4ca122a52f47/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_885b18d0a6a6479b80ed4ca122a52f47/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-9488vdhj | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_885b18d0a6a6479b80ed4ca122a52f47/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-9488vdhj/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-9488vdhj/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-9488vdhj/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-9488vdhj/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-9488vdhj/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/dc/93/bb5655730913b88f9068c6b596177d1df83be0d476671199e17b06ea8436/psycopg2-binary-2.8.2.tar.gz#sha256=4c2d9369ed40b4a44a8ccd6bc3a7db6272b8314812d2d1091f95c4c836d92e06 (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.8.1.tar.gz (368 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_bdbf851fb36e4c9f97608a8e4e2eea18/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_bdbf851fb36e4c9f97608a8e4e2eea18/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-qrxm38er | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_bdbf851fb36e4c9f97608a8e4e2eea18/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-qrxm38er/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-qrxm38er/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-qrxm38er/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-qrxm38er/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-qrxm38er/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/a6/fb/158c6f1dfcc0f0ceb4c3687378b965269079e55de5630c173dd163c6ab21/psycopg2-binary-2.8.1.tar.gz#sha256=a20dfdf73f56da674926a3811929cff9fd23b9af90be9a6c36ac246a3486eef3 (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.8.tar.gz (368 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_692bb7994f6a43a8ae21dd0b3945801f/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_692bb7994f6a43a8ae21dd0b3945801f/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-owq_w8op | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_692bb7994f6a43a8ae21dd0b3945801f/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-owq_w8op/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-owq_w8op/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-owq_w8op/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-owq_w8op/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-owq_w8op/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/45/81/ce42d2f87b81616c33284ea52e0b914e45dcae6093655d53602d515aaf57/psycopg2-binary-2.8.tar.gz#sha256=50647aa5f7171153a5f7fa667f99f55468b9b663b997927e4d2e83955b21aa9f (from https://pypi.org/simple/psycopg2-binary/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.7.7.tar.gz (428 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_6fa7d28e772e48c5a7827cc3b0730997/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_6fa7d28e772e48c5a7827cc3b0730997/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-54d6dwi6 | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_6fa7d28e772e48c5a7827cc3b0730997/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-54d6dwi6/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-54d6dwi6/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-54d6dwi6/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-54d6dwi6/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-54d6dwi6/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/dd/56/c22da10f5a725d61c58a185ec0f803aa2d384646ee8eb83d8ce88ed5edb1/psycopg2-binary-2.7.7.tar.gz#sha256=b19e9f1b85c5d6136f5a0549abdc55dcbd63aba18b4f10d0d063eb65ef2c68b4 (from https://pypi.org/simple/psycopg2-binary/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.7.6.1.tar.gz (428 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_9682d1907f8f41ccaa5fdbe996eb82b8/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_9682d1907f8f41ccaa5fdbe996eb82b8/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-41ua3btu | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_9682d1907f8f41ccaa5fdbe996eb82b8/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-41ua3btu/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-41ua3btu/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-41ua3btu/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-41ua3btu/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-41ua3btu/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/59/64/7b0fea58c9b7c609717cc951607fe5edb73e86d46a47b0c7d58586335e53/psycopg2-binary-2.7.6.1.tar.gz#sha256=8d517e8fda2efebca27c2018e14c90ed7dc3f04d7098b3da2912e62a1a5585fe (from https://pypi.org/simple/psycopg2-binary/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.7.6.tar.gz (428 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_278459471c394510b7c0b2530b9afeee/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_278459471c394510b7c0b2530b9afeee/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ncd0u02z | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_278459471c394510b7c0b2530b9afeee/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ncd0u02z/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ncd0u02z/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ncd0u02z/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ncd0u02z/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-ncd0u02z/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/c0/40/4a48479ac9fdc3e2ffbaf0cebba5c9414a9591588fe550679762b21751dd/psycopg2-binary-2.7.6.tar.gz#sha256=80bf63fa9493c82d72788376c7342a27b8c4f07971be405cbb886c6b025bebc8 (from https://pypi.org/simple/psycopg2-binary/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.7.5.tar.gz (427 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_aeba980882844e579f019ed28ea2b91f/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_aeba980882844e579f019ed28ea2b91f/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-pu967n0r | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_aeba980882844e579f019ed28ea2b91f/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-pu967n0r/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-pu967n0r/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-pu967n0r/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-pu967n0r/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-pu967n0r/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/17/dc/3f6bfae668594013cb9ef0cba4f4863451220944650868ad67332ca9069c/psycopg2-binary-2.7.5.tar.gz#sha256=c2ac7aa1a144d4e0e613ac7286dae85671e99fe7a1353954d4905629c36b811c (from https://pypi.org/simple/psycopg2-binary/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
Using cached psycopg2-binary-2.7.4.tar.gz (426 kB) | |
ERROR: Command errored out with exit status 1: | |
command: /Users/svetlananovikova/projects/learn_db/env/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_0e57c253f7ca49649ff2b443cc9a0888/setup.py'"'"'; __file__='"'"'/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_0e57c253f7ca49649ff2b443cc9a0888/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-wd5w5vld | |
cwd: /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-install-wlxcf7sl/psycopg2-binary_0e57c253f7ca49649ff2b443cc9a0888/ | |
Complete output (23 lines): | |
running egg_info | |
creating /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-wd5w5vld/psycopg2_binary.egg-info | |
writing /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-wd5w5vld/psycopg2_binary.egg-info/PKG-INFO | |
writing dependency_links to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-wd5w5vld/psycopg2_binary.egg-info/dependency_links.txt | |
writing top-level names to /private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-wd5w5vld/psycopg2_binary.egg-info/top_level.txt | |
writing manifest file '/private/var/folders/n8/0prc21kd6yx790bvpzldj6qm0000gn/T/pip-pip-egg-info-wd5w5vld/psycopg2_binary.egg-info/SOURCES.txt' | |
Error: pg_config executable not found. | |
pg_config is required to build psycopg2 from source. Please add the directory | |
containing pg_config to the $PATH or specify the full executable path with the | |
option: | |
python setup.py build_ext --pg-config /path/to/pg_config build ... | |
or with the pg_config option in 'setup.cfg'. | |
If you prefer to avoid building psycopg2 from source, please install the PyPI | |
'psycopg2-binary' package instead. | |
For further information please check the 'doc/src/install.rst' file (also at | |
<http://initd.org/psycopg/docs/install.html>). | |
---------------------------------------- | |
WARNING: Discarding https://files.pythonhosted.org/packages/77/09/4991fcd9a8f4bea1ee3948e1729fa17c184d25bd10809bacc143626361b9/psycopg2-binary-2.7.4.tar.gz#sha256=de4f88f823037a71ea5ef3c1041d96b8a68d73343133edda684fd42f575bd9d7 (from https://pypi.org/simple/psycopg2-binary/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | |
ERROR: Could not find a version that satisfies the requirement psycopg2-binary (from versions: 2.7.4, 2.7.5, 2.7.6, 2.7.6.1, 2.7.7, 2.8, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.9, 2.9.1) | |
ERROR: No matching distribution found for psycopg2-binary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment