python - 在带有 Python2.6 的 Mac 上并尝试安装 psycopg2

标签 python macos

我是 Python 新手。我现在运行 Python2.6。我正在关注 Python 网站上的教程。我的问题是当我尝试按照此处的说明操作时:

http://py-psycopg.darwinports.com/

我得到了类似...

sudo port install py-psycopg
... bunch of errors here...
Error: The following dependencies failed to build: py-mx python24

我运行的是 MacOS X 10.4。

我该怎么做?

如有任何回复,我们将不胜感激。

更新:

运行下面的代码后,我得到以下错误:

$ sudo port install py26-psycopg2
Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants.
    Warning: Skipping upgrade since readline 6.0.000_1 >= readline 6.0.000_1, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants.
    --->  Computing dependencies for py26-psycopg2
    --->  Building python26
    Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.2" && /usr/bin/make all MAKE="/usr/bin/make CC=/usr/bin/gcc-4.0" " returned error 2
    Command output: /usr/bin/install -c -d -m 755 Python.framework/Versions/2.6
    if test ""; then \
            /usr/bin/gcc-4.0 -o Python.framework/Versions/2.6/Python  -dynamiclib \
                    -isysroot "" \
                    -all_load libpython2.6.a -Wl,-single_module \
                    -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python \
                    -compatibility_version 2.6 \
                    -current_version 2.6; \
            else \
            /usr/bin/libtool -o Python.framework/Versions/2.6/Python -dynamic  libpython2.6.a \
                     -lSystem -lSystemStubs -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python -compatibility_version 2.6 -current_version 2.6 ;\
    fi
    ld64 failed: in libpython2.6.a(__.SYMDEF), not a valid ppc64 mach-o file
    /usr/bin/libtool: internal link edit command failed
    make: *** [Python.framework/Versions/2.6/Python] Error 1

    Error: The following dependencies failed to build: python26
    Error: Status 1 encountered during processing.

仅供引用,我安装的 python 是来自 pythong 站点的 dmg 文件。

谢谢, 温伯特

最佳答案

如果您使用的是 Python 2.6,您实际上想要构建 py26-psycopg2:

$ sudo port install py26-psycopg2

在 MacPorts 中,py-* 包使用 Python 2.4 构建,py25-* 使用 Python 2.5,py26-* 使用 Python 2.6 .

关于python - 在带有 Python2.6 的 Mac 上并尝试安装 psycopg2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1374187/

相关文章:

macos - 将自定义日志位置添加到 OS X 控制台应用程序

MySQL 未在 XAMPP MacOS 上启动

java - macOS 下 JavaFX WebView 的显示不正确

javascript - 将 Python 脚本转换为 Node.js 的问题

python - 为什么在 dask 中运行 .compute() 导致 "Fatal Python error: GC object already tracked"

python - bash 和 $DISPLAY,如何?

objective-c - NSWindowDelegate : windowDidBecomeKey vs windowDidBecomeMain

macos - Laravel Homestead 在 SSH 身份验证方法 : private key on mac 中挂起

python - 原始输入未按预期工作 - 我是否缺少模块?

python - 在 i3 中使用 disown 时 Python 退出时子进程终止