2014-05-10 72 views
2

當我運行釀安裝python-setuptools的沖泡安裝python-setuptools的工作不

我得到這個錯誤:

Error: No available formula for python-setuptools 

有沒有其他人遇到過這個錯誤? Google搜索後我沒有發現類似的情況。

回答

0

這是因爲沒有稱爲'python-setuptools'的公式。

你甚至可以驗證通過運行brew search python,其中顯示可用的名稱中「蟒蛇」的所有包:

$ brew search python 
boost-python python   python3  wxpython  zpython 
homebrew/apache/mod_python  homebrew/python/python-dbus 
homebrew/versions/gst-python010  homebrew/python/vpython 

,你實際上問的是如何安裝Python &與setuptools的關鍵問題自制。這個問題的答案很簡單:

$ brew install python