ソースから Gunicorn をインストールするために zc.buildout を取得しようとしています。次の構成を使用します。
[gunicorn]
recipe = collective.recipe.distutils
url = http://github.com/benoitc/gunicorn/tarball/master
次のエラーが発生します。
SystemError: ('Failed', '"/usr/bin/python" setup.py -q install --install- purelib="/mnt/hgfs/Projects/intranation/parts/site-packages" --install-platlib="/mnt/hgfs/Projects/intranation/parts/site-packages"')
or を指定して--install-dir
も--prefix
役に立ちません。
tarball をダウンロードして easy_install などでインストールする zc.buildout のレシピはありますか?