私はzc.buildout
それを使用してブートストラップしようとしています。しかし、ブートストラップ中にエラーが発生します:
cleg$ /usr/local/bin/python bootstrap.py
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz
Extracting in /var/folders/ky/t76hxgx529s642rfd8vywd280000gn/T/tmpAXsdCh
Now working in /var/folders/ky/t76hxgx529s642rfd8vywd280000gn/T/tmpAXsdCh/distribute-0.6.49
Building a Distribute egg in /var/folders/ky/t76hxgx529s642rfd8vywd280000gn/T/tmpQuAu95
/var/folders/ky/t76hxgx529s642rfd8vywd280000gn/T/tmpQuAu95/distribute-0.6.49-py2.7.egg
Traceback (most recent call last):
File "bootstrap.py", line 253, in <module>
ws.require(requirement)
File "build/bdist.macosx-10.7-x86_64/egg/pkg_resources.py", line 698, in require
File "build/bdist.macosx-10.7-x86_64/egg/pkg_resources.py", line 596, in resolve
pkg_resources.DistributionNotFound: setuptools>=0.7
プロジェクトをシステムから分離しようとし、Virtualenv を使用して「クリーンな」python を作成しましたが、同じエラーが発生しました。
setuptools を pip で更新しようとしましたが、site-packages
フォルダには がありますがsetuptools-0.9.5-py2.7.egg
、bootstrap には表示されないようです。
私は自作で構築されたpython 2.7.5を使用しています。この問題のトラブルシューティング方法を教えてください。