Error ERROR: Could not find a version that satisfies the requirement psycopg2-binary==2.9.9 (from mypackage) (from versions: none) ERROR: No matching distribution found for psycopg2-binary==2.9.9 但是,手动安装psycopg2-binary时没有错误: pip install psycopg2-binary==2.9.9 一旦安装了psycopg2-binar...
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py python get-pip.py pip install psycopg2-binary 重新安装下python2的pip
当你在尝试使用 pip install psycopg2 安装psycopg2 时遇到错误 "pg_config executable not found",这通常意味着你的系统中缺少 PostgreSQL 的开发环境,或者 pg_config 工具没有被正确安装或配置到环境变量中。pg_config 是PostgreSQL 提供的一个工具,用于获取 PostgreSQL 安装的各种配置信息,而 psycopg2 在编译安装时...
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py python get-pip.py pip install psycopg2-binary 重新安装下python2的pip 用一个例子来演示会更加清晰
ERROR: Command errored out with exit status1: command:/usr/bin/python3 -u -c'import sys, setuptools, tokenize; sys.argv[0] ='"'"'/tmp/pip-install-xr58_vty/psycopg2/setup.py'"'"'; __file__='"'"'/tmp/pip-install-xr58_vty/psycopg2/setup.py'"'"';f=getattr(tokenize,'"'"'ope...
ERROR: Command errored out with exit status 1:command: /opt/AN/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-lkf6b0y5/psycopg2/setup.py'"'"'; __file__='"'"'/tmp/pip-install-lkf6b0y5/psycopg2/setup.py'"'"';f=getattr(tokenize, '"'"...
我正在为我的一个讲座做一个项目,我需要下载包 psycopg2 以便使用正在使用的 postgresql 数据库。不幸的是,当我尝试 pip install psycopg2 时,弹出以下错误: ld: library not found for -lssl clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command '/usr/bin/...
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 ...
我正在尝试将我创建的应用程序放在使用heroku的服务器www上。但是,当我将Ubuntu安装psycopg2==2.7.*放到我的终端时,我会得到以下错误:ERROR: Command errored out with exit status 1: command: /home/marcin/Python/learning_log/ll_env/bin/python3 -c 'impor
我无法在我的 M1 Mac 上安装 psycopg2,我使用的是 pip3。当我尝试使用 pip3 install psycopg2 安装时,输出如下:ERROR: Command errored out with exit status 1: command: /opt/homebrew/opt/python@3.9/bin/python3.9 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'...