在Windows上,你可以打开命令提示符(CMD)或PowerShell。 在macOS或Linux上,你可以打开终端(Terminal)。 输入安装命令: 在命令行中输入以下命令以安装psycopg2-binary: bash pip install psycopg2-binary 执行命令以安装包: 按下回车键执行上述命令。pip将会从PyPI(Python Package Index)下载并安装psycopg2-binary包。
main release, which creates this situation where projects like aiopg are trapped between two bad options – if aiopg depends on psycopg2-binary, it breaks alpine, but if it depends on psycopg2, then it makes the experience substantially worse for everyone on windows/macos/every other linux ...
Issue description I'm trying to bring a project using requirements.txt into using Pipfile. I am stumped by the fact that pipfile cannot install psycopg2-binary, but pip can. I'm using windows, and developers will not generally be simply ...
Build Python 3.9 packages for Windows 5年前 data 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)
Windows packages will have to wait more because they are produced by Appveyor and they don't have Python 3.10 support yet. Sorry, something went wrong. dvarrazzomentioned this issueOct 11, 2021 Add Python 3.10 support#1361 Closed dvarrazzoclosed this ascompletedNov 3, 2021 ...
This ONLY occurs in Windows environments. Expected Behavior psycopg2-binary installs correctly. Steps To Reproduce https://github.com/dbt-labs/dbt-core/actions/runs/3322424111/jobs/5491873026 Relevant log output No response Environment -OS:-Python:-dbt: ...
Basic tests / Test git clone on Windows 14s Basic tests / Test Airflow release commands 0s Generate constraints / Generate constraints 3.9 3.10 3.11 3.12 8m 25s Matrix: Integration and System Tests / tests-core-integration 2 jobs completed Show all jobs Matrix: Integration and System Te...
Starting from psycopg 2.8, in order to "opt-in" into using binary, we started distributing the binary package under the distribution namepsycopg2-binary, andpsycopg2only includes the source (seehttps://pypi.org/project/psycopg2/2.8/#files- the binaries are only for windows). ...