[packages.psycopg] extras = [ "binary", "pool",] version = "==3.2.3"[packages.sudden-death] git = "https://github.com/dev-hato/sudden-death" ref = "master" 6 changes: 3 additions & 3 deletions 6 library/database.py Original file line numberDiff line numberDiff line change @@ ...
Updatedpsycopgdependency inpyproject.tomlto includebinaryandpoolextras, enabling additional functionalities for binary data handling and connection pooling. for pyproject.toml:29 Draft comment: Ensure that the 'binary' and 'pool' extras for psycopg are necessary for your project and compatible with other...
它需要一个可迭代对象。逗号将使它成为元组。否则它将尝试迭代Binary
#Image python:3.9.5-slim also works # Image python:3.9.5-slim-buster also works ...
Deployment Type Self-hosted NetBox Version v3.7.2 Python Version 3.8 Steps to Reproduce Hello, This change in the requirements to use the binary psycopg breaks my deployment on s390x. https://github.com/netbox-community/netbox/blob/devel...
<user>@DESKTOP-<user> MINGW64 ~/Work/<project_name> (main) $ ls -ld .venv/Lib/site-packages/psycopg_binary* drwxr-xr-x 1 <user> 197121 0 Sep 29 18:30 .venv/Lib/site-packages/psycopg_binary/ drwxr-xr-x 1 <user> 197121 0 Sep 29 18:30 .venv/Lib/site-packages/psycopg_binary....
Updates the requirements on psycopg[binary] to permit the latest version. Changelog Sourced from psycopg[binary]'s changelog. .. currentmodule:: psycopg .. index:: single: Release notes single: N...
psycopg\adapter_asis.obj build\temp.win-amd64-cpython-38\Release\psycopg\adapter_binary.obj build\temp.win-amd64-cpython-38\Release\psycopg\adapter_datetime.obj build\temp.win-amd64-cpython-38\Release\psycopg\adapter_list.obj build\temp.win-amd64-cpython-38\Release\psycopg\adapter_pboolean....
When this was added for version 2, it may have made sense to use psycopg2-binary. However, with version 3, the upstream docs [1] say not to use psycopg-binary, but the psycopg[binary] extra instead. [1] https://pypi.org/project/psycopg-binary/ Use correct binary dependency of psycopg...
Hi, I'm able to install "psycopg2-binary" locally but getting error while installing the same in a virtual environment. Look at the logs below: In file included from psycopg/win32_support.c:28: In file included from ./psycopg/psycopg.h:38: ./psycopg/config.h:82:13: warning: unused ...