在localhost上运行cgi-bin时的ImportError - 未定义的符号:lo_truncate64

时间:2015-12-09 11:10:09

标签: python postgresql cgi postgresql-9.3 cgi-bin

我正在尝试在localhost上运行cgi-bin站点。我收到以下错误:

<type 'exceptions.ImportError'>: /usr/local/lib/python2.7/dist-packages/psycopg2/_psycopg.so: undefined symbol: lo_truncate64

enter image description here

我目前的PostgreSQL版本是9.4.5。

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:4)

当我遇到同样的问题时,Ali Nikneshan根据现在删除的答案的评论已经保存了几次。不知道为什么它被删除了,但在这里我重新发布它希望它可以帮助某人:

pip install -U --no-cache-dir --force psycopg2