Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

wrldwzrd89

macrumors G5
Original poster
Jun 6, 2003
12,110
77
Solon, OH
Code:
Computer-Name:~ wrldwzrd89$ easy_install garbanzo
Searching for garbanzo
Reading http://pypi.python.org/simple/garbanzo/
Couldn't find index page for 'garbanzo' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for garbanzo
Best match: None
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/easy_install", line 8, in <module>
    load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1712, in main
  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1716, in <lambda>
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 211, in run
  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 434, in easy_install
  File "build/bdist.linux-i686/egg/setuptools/package_index.py", line 475, in fetch_distribution
AttributeError: 'NoneType' object has no attribute 'clone'
This happens whenever I attempt to install a nonexistent Python package (such as garbanzo, which I used as an example) with the easy_install script. I'm using Python 2.7.1 (from Python.org) with setuptools 0.6c1-py2.7 installed also. I don't think this particular error message is harmful... but please correct me if I'm wrong.

EDIT: Looks like I'm using an outdated setuptools. Latest is 0.6c11. I shall update and try again.

EDIT2: I'm already using setuptools 0.6c11. Marking this as resolved, since the error message I'm getting appears harmless.
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.