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...
Summary When integratingDependency Scanninginto a Python project, the job will fail at installingpsycopg2-binary2.9.2with pipenv. Bumping the package version down to2.8.2results in a successful installation with pipenv. Reference ticket:Dependency Scanning - Python Errors(internal link only) Steps to ...
pgspecial --version 如果显示版本信息,说明安装成功。 2. 设置环境变量 确保你的环境变量设置正确,以便 pgspecial 可以找到并使用二进制版本。你可以在你的 shell 配置文件(如 .bashrc 或.zshrc)中添加以下行: 代码语言:txt 复制 export PATH="/path/to/pgspe...
//testpypi.python.org/pypi --no-cache-dir psycopg2==2.7b1 # Check the version installed is the correct one and test if it works ok. python -c "import psycopg2; print(psycopg2.__version__)" # 2.7b1 (dt dec pq3 ext lo64) python -c "import tests; tests.unittest.main(defaultTest=...
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. ...
potiuk opened #45635 potiuk:bump-minimum-version-of-psycopg2-binary Status Failure Total duration 2h 1m 0s Artifacts 79 ci.yml on: pull_request Build info 33s Matrix: Build CI images / build-ci-images 4 jobs completed Show all jobs Basic tests / Install pre-commit for cache ...