Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pip3 install psycopg2
- Collecting psycopg2
- Using cached https://files.pythonhosted.org/packages/84/d7/6a93c99b5ba4d4d22daa3928b983cec66df4536ca50b22ce5dcac65e4e71/psycopg2-2.8.4.tar.gz
- Building wheels for collected packages: psycopg2
- Running setup.py bdist_wheel for psycopg2 ... error
- Complete output from command /home/avaaren/PY/quiz/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-uyzh4vtl/psycopg2/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpuag6g2_dpip-wheel- --python-tag cp36:
- running bdist_wheel
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.6
- creating build/lib.linux-x86_64-3.6/psycopg2
- copying lib/errors.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/sql.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/errorcodes.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/extensions.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/_lru_cache.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/pool.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/_range.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/extras.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/__init__.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/compat.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/_json.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/_ipaddress.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/tz.py -> build/lib.linux-x86_64-3.6/psycopg2
- running build_ext
- building 'psycopg2._psycopg' extension
- creating build/temp.linux-x86_64-3.6
- creating build/temp.linux-x86_64-3.6/psycopg
- x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPSYCOPG_VERSION=2.8.4 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=120002 -DHAVE_LO64=1 -I/home/avaaren/PY/quiz/env/include -I/usr/include/python3.6m -I. -I/usr/include/postgresql -I/usr/include/postgresql/12/server -c psycopg/psycopgmodule.c -o build/temp.linux-x86_64-3.6/psycopg/psycopgmodule.o -Wdeclaration-after-statement
- In file included from psycopg/psycopgmodule.c:27:0:
- ./psycopg/psycopg.h:35:10: fatal error: libpq-fe.h: Нет такого файла или каталога
- #include <libpq-fe.h>
- ^~~~~~~~~~~~
- compilation terminated.
- It appears you are missing some prerequisite to build the package from source.
- You may install a binary package by installing 'psycopg2-binary' from PyPI.
- If you want to install psycopg2 from source, please install the packages
- required for the build and try again.
- For further information please check the 'doc/src/install.rst' file (also at
- <http://initd.org/psycopg/docs/install.html>).
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- Failed building wheel for psycopg2
- Running setup.py clean for psycopg2
- Failed to build psycopg2
- Installing collected packages: psycopg2
- Running setup.py install for psycopg2 ... error
- Complete output from command /home/avaaren/PY/quiz/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-uyzh4vtl/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 /tmp/pip-3utznznq-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/avaaren/PY/quiz/env/include/site/python3.6/psycopg2:
- running install
- running build
- running build_py
- creating build
- creating build/lib.linux-x86_64-3.6
- creating build/lib.linux-x86_64-3.6/psycopg2
- copying lib/errors.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/sql.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/errorcodes.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/extensions.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/_lru_cache.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/pool.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/_range.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/extras.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/__init__.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/compat.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/_json.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/_ipaddress.py -> build/lib.linux-x86_64-3.6/psycopg2
- copying lib/tz.py -> build/lib.linux-x86_64-3.6/psycopg2
- running build_ext
- building 'psycopg2._psycopg' extension
- creating build/temp.linux-x86_64-3.6
- creating build/temp.linux-x86_64-3.6/psycopg
- x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPSYCOPG_VERSION=2.8.4 (dt dec pq3 ext lo64) -DPG_VERSION_NUM=120002 -DHAVE_LO64=1 -I/home/avaaren/PY/quiz/env/include -I/usr/include/python3.6m -I. -I/usr/include/postgresql -I/usr/include/postgresql/12/server -c psycopg/psycopgmodule.c -o build/temp.linux-x86_64-3.6/psycopg/psycopgmodule.o -Wdeclaration-after-statement
- In file included from psycopg/psycopgmodule.c:27:0:
- ./psycopg/psycopg.h:35:10: fatal error: libpq-fe.h: Нет такого файла или каталога
- #include <libpq-fe.h>
- ^~~~~~~~~~~~
- compilation terminated.
- It appears you are missing some prerequisite to build the package from source.
- You may install a binary package by installing 'psycopg2-binary' from PyPI.
- If you want to install psycopg2 from source, please install the packages
- required for the build and try again.
- For further information please check the 'doc/src/install.rst' file (also at
- <http://initd.org/psycopg/docs/install.html>).
- error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
- ----------------------------------------
- Command "/home/avaaren/PY/quiz/env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-uyzh4vtl/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 /tmp/pip-3utznznq-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/avaaren/PY/quiz/env/include/site/python3.6/psycopg2" failed with error code 1 in /tmp/pip-build-uyzh4vtl/psycopg2/
Advertisement
Add Comment
Please, Sign In to add comment