次のコマンドを使用して、Python3 用の rpy2 をインストールしようとしています。
easy_install-3.2 rpy2
これにより、いくつかの警告とエラーが発生します。
warning: no previously-included files matching '*patch*' found anywhere in distribution
warning: no previously-included files matching '*diff*' found anywhere in distribution
warning: no previously-included files matching '.hg' found anywhere in distribution
no previously-included directories found matching 'dist'
gcc-4.2 not found, using clang instead
Compiling with an SDK that doesn't seem to exist: /Developer/SDKs/MacOSX10.6.sdk
Please check your Xcode installation
build/python3_rpy/rpy/rinterface/_rinterface.c:51:10: fatal error: 'signal.h' file not found
#include <signal.h>
^
1 error generated.
error: Setup script exited with error: command 'clang' failed with exit status 1
/Developer/SDKs/MacOSX10.6.sdk
xcode 4.5.1 がインストールされているにもかかわらず、ファイルが見つからないようです。
MacOSX10.6.sdk
Apple ホームページの「Apple 開発者向けダウンロード」に呼び出されるファイルはありません。私は何をしますか?
Ps。python3 を指定しなければ、すべてうまくいきます。