Installing the package directly from the tar ball should work but doesn't:
easy_install Hop-0.3.0.tar.gz
Gives the error message
Processing Hop-0.3.0.tar.gz
Running Hop-0.3.0/setup.py -q bdist_egg --dist-dir /var/folders/ja/jaE1z6Zo2RaPfE+F75CkvU+++TM/-Tmp-/easy_install-2eLMhS/Hop-0.3.0/egg-dist-tmp-ED49ho
The required version of setuptools (>=0.6c11) is not available, and can't be installed
while this script is running. Please install a more recent version first, using
'easy_install -U setuptools'.
(Currently using setuptools 0.6c9 (/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python))
error: Setup script exited with 2
The same error appears even after upgrading setuptools.
Installing the package directly from the tar ball should work but doesn't:
Gives the error message Processing Hop-0.3.0.tar.gz Running Hop-0.3.0/setup.py -q bdist_egg --dist-dir /var/folders/ja/jaE1z6Zo2RaPfE+F75CkvU+++TM/-Tmp-/easy_install-2eLMhS/Hop-0.3.0/egg-dist-tmp-ED49ho The required version of setuptools (>=0.6c11) is not available, and can't be installed while this script is running. Please install a more recent version first, using 'easy_install -U setuptools'. (Currently using setuptools 0.6c9 (/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python)) error: Setup script exited with 2
The same error appears even after upgrading setuptools.