Questions tagged «psycopg2»

Psycopg是用于Python编程语言的PostgreSQL适配器。它实现了带有许多扩展的PEP 249。

13
无法通过pip install安装psycopg2软件包…这是因为Sierra吗?
我正在为一个讲座做一个项目,我需要下载软件包psycopg2才能与正在使用的postgresql数据库一起使用。不幸的是,当我尝试点子安装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/clang' failed with exit status 1 ld: library not found for -lssl clang: error: linker command failed with exit code 1 (use -v to see invocation) error: …
78 python  pip  psycopg2 

14
未在开发系统上安装PostgreSQL时将psycopg2安装到virtualenv中
当我的开发系统上未安装PostgreSQL时,是否可以安装psycopg2到virtualenvOS X 10.6的MacBook Pro上? 当我pip install psycopg2从内部运行时virtualenv,收到以下错误。 我正在尝试使用Django连接到服务器上的旧数据库,如果可能的话,我不希望在我的开发系统上安装PostgreSQL。 为什么不安装PostgreSQL? 使用自制软件安装PostgreSQL时收到错误消息。我在MacBook Pro上安装了Xcode4,并且只有Xcode4,并认为这与缺少gcc 4.0有关。但是,这是另一个StackOverflow问题的问题。 2011年4月12日上午8:37更新:我仍然想知道如果不在MacBook Pro上安装PostgreSQL,是否有可能。但是,我运行brew update并强制使用ossp-uuid重新安装ossp-uuid,brew install --force ossp-uuid现在brew install postgresql可以使用了。成功安装PostgreSQL后,我就可以pip install psycopg2从virtualenv中进行安装了。 错误来自 pip install psycopg2 $ pip install psycopg2 Downloading/unpacking psycopg2 Running setup.py egg_info for package psycopg2 Error: pg_config executable not found. Please add the directory containing pg_config to …

20
找不到Psycopg2图像
尝试使用postgres mac应用设置postgres并遇到此错误,我无法解决。有什么想法吗? ImportError: dlopen(/Users/Craig/pyenv/mysite/lib/python2.7/site-packages/psycopg2/_psycopg.so, 2): Library not loaded: @executable_path/../lib/libssl.1.0.0.dylib Referenced from: /Applications/Postgres.app/Contents/MacOS/lib/libpq.dylib Reason: image not found
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.