A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes - Temporary pin psycopg2-binary version for macOS (#3186) · patroni/patroni@ba970d8
Previously in `requirements.txt`, `psycopg2-binary==2.9.5`. This patch removes the strict version requirement and changes it to `2.9.*` to meet more possibility of versions.Loading branch information ruxuez committed Mar 9, 2023 1 parent 624d682 commit 88d24bd Showing...
OpenSSL version bumped to 1.1.1g 5年前 scripts Build Python 3.9 packages 5年前 .gitignore Build the libraries in the volume 8年前 .gitmodules Added psycopg as submodule (on master) 8年前 .travis.yml Enable arm64 build after migrating to travis-ci.com ...
ERROR: Could not find a version that satisfies the requirement psycopg2-binary==2.8.5 (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==2.8.5 ...
[pipenv.exceptions.InstallError]: gcc-pthread-Wno-unused-result-Wsign-compare-DNDEBUG-g-fwrapv-O3-Wall-fPIC"-DPSYCOPG_VERSION=2.8.6 (dt dec pq3 ext lo64)"-DPG_VERSION_NUM=130009-DHAVE_LO64=1-I/usr/local/include/python3.10-I.-I/usr/include/postgresql-I/usr/include/postgresql/13/server-...
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 @@ -2,7 +2,7 @@ DBを操作するためのベースクラス ...
Psycopg version: All Python version: 3.10.0 PostgreSQL version: Any pip version : 21.3 Hello, I cannot install psycopg2-binary on Python 3.10.0. Installing psycopg2-binary works with no issue on Python 3.9.7. I suspect that binary packages are not available yet for Python 3.10.0. ...
When you try to install the binary version of the lib you get the source version error. $ docker run -it --rm python:3.6.4-alpine sh $ pip install psycopg2-binary Collecting psycopg2-binary Downloading psycopg2-binary-2.7.4.tar.gz (426kB) 100% |█████████████████...
Psycopg version: 2.9.1 Python version: 3.8.10 PostgreSQL version: 10 (on different server) pip version: 21.2.4 Describe the bug Used pip install psycopg2-binary while previously using pip install psycopg2 with OS installed libpq (from the official Postgres APT repository). ...
gemnasium-python cannot install the psycopg2-binary when locking the version to 2.9.2 in a Pipfile. If bumped down to 2.8.2, gemnasium-python can install psycopg2-binary using pipenv and the Dependency Scanning job will succeed. What is the expected correct behavior? gemnasium-python should insta...