1

注: この同じエラーは、easy_install を使用している場合や、他のインストール方法を使用している場合にも発生します...

Mac OS 10.6.3 に psycopg2 をインストールしようとしているのとほぼ同じ問題に直面しています。「stdarg.h」が見つからないと主張していますが、そこにあることがわかります。私は何をすべきか?ただし、私は OSX Lion (10.7) を使用しており、Python v2.7 を使用しています。

また、Mac OS X 10.7 の virtualenv で pip を使用して psycopg2 をインストールできないにも関連しているようですが、別のエラー メッセージが表示されます。

OSX 10.6 で機能するソリューション ( http://mail.python.org/pipermail/pythonmac-sig/2009-September/021617.htmlなど) が機能しないため、新しい質問を作成しました。

Heroku で Django のチュートリアル ( https://devcenter.heroku.com/articles/django ) を実行しようとしていますが、psycopg2 をインストールしようとするとエラーが発生します。トレースは次のとおりです。

Downloading/unpacking psycopg2
  Running setup.py egg_info for package psycopg2

    no previously-included directories found matching 'doc/src/_build'
Installing collected packages: psycopg2
  Running setup.py install for psycopg2
    building 'psycopg2._psycopg' extension
    gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.4.5 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090005 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I. -I/usr/include -I/usr/include/postgresql/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.6-intel-2.7/psycopg/psycopgmodule.o
    In file included from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:4,
                     from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:85,
                     from ./psycopg/psycopg.h:30,
                     from psycopg/psycopgmodule.c:27:
    /Developer/SDKs/MacOSX10.6.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
    In file included from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:4,
                     from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:85,
                     from ./psycopg/psycopg.h:30,
                     from psycopg/psycopgmodule.c:27:
    /Developer/SDKs/MacOSX10.6.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
    lipo: can't figure out the architecture type of: /var/tmp//ccHla8Gp.out
    error: command 'gcc-4.2' failed with exit status 1
    Complete output from command /Users/AndyFang/Desktop/code/venv/bin/python -c "import setuptools;__file__='/Users/AndyFang/Desktop/code/venv/build/psycopg2/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-ONvqYm-record/install-record.txt --install-headers /Users/AndyFang/Desktop/code/venv/bin/../include/site/python2.7:
    running install

running build

running build_py

running build_ext

building 'psycopg2._psycopg' extension

gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.4.5 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090005 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I. -I/usr/include -I/usr/include/postgresql/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.6-intel-2.7/psycopg/psycopgmodule.o

In file included from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:4,

                 from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:85,

                 from ./psycopg/psycopg.h:30,

                 from psycopg/psycopgmodule.c:27:

/Developer/SDKs/MacOSX10.6.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory

In file included from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:4,

                 from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:85,

                 from ./psycopg/psycopg.h:30,

                 from psycopg/psycopgmodule.c:27:

/Developer/SDKs/MacOSX10.6.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory

lipo: can't figure out the architecture type of: /var/tmp//ccHla8Gp.out

error: command 'gcc-4.2' failed with exit status 1

----------------------------------------
Command /Users/AndyFang/Desktop/code/venv/bin/python -c "import setuptools;__file__='/Users/AndyFang/Desktop/code/venv/build/psycopg2/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-ONvqYm-record/install-record.txt --install-headers /Users/AndyFang/Desktop/code/venv/bin/../include/site/python2.7 failed with error code 1 in /Users/AndyFang/Desktop/code/venv/build/psycopg2
Storing complete log in /Users/AndyFang/.pip/pip.log

stdarg.h が見つからない理由がわかりません。オンラインで多くの回答を調べましたが、役に立ちませんでした。

4

2 に答える 2

4

ビルド環境が壊れているようです。stdarg.h はコア gcc ヘッダーの一部です。私の(Fedora 16 Linux)システムでは、stdarg.h が含まれており、パッケージ/usr/lib/gcc/x86_64-redhat-linux/4.6.2/include/stdarg.hの一部です。gcc

Apple プラットフォームでは、XCode に同梱されていると思います。推測では、複数のコンパイラ/ツールチェーンがインストールされており、それらのインクルード パスが混乱しています。XCode とそのすべてのフレンドを完全にアンインストールし、関連するディレクトリを削除して取り残されているファイルを削除してから、再インストールすることをお勧めします。

于 2012-04-26T09:33:00.127 に答える
0

Xcode のインストールが不完全である可能性があります。次の投稿は、私がそれを機能させるのに役立ちました:

https://stackoverflow.com/a/10326004/1361851

Xcode用の「コマンドラインツール」をインストールする必要があり(上記のSO回答の指示に従ってください)、virtualenvでpipインストールできました。

于 2012-12-17T04:02:23.470 に答える