Skip to content

Instantly share code, notes, and snippets.

@niallo
Created May 28, 2010 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niallo/417776 to your computer and use it in GitHub Desktop.
Save niallo/417776 to your computer and use it in GitHub Desktop.
$ ./easy_install bcrypt
Searching for bcrypt
Reading http://pypi.python.org/simple/bcrypt/
Reading http://www.mindrot.org/py-bcrypt.html
No local packages or download links found for bcrypt
Best match: None
Traceback (most recent call last):
File "./easy_install", line 8, in <module>
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
File "/home/niallo/qixenv/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 1712, in main
File "/home/niallo/qixenv/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
File "/home/niallo/qixenv/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 1716, in <lambda>
File "/opt/lib/python2.6/distutils/core.py", line 152, in setup
dist.run_commands()
File "/opt/lib/python2.6/distutils/dist.py", line 975, in run_commands
self.run_command(cmd)
File "/opt/lib/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
File "/home/niallo/qixenv/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 211, in run
File "/home/niallo/qixenv/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/setuptools/command/easy_install.py", line 434, in easy_install
File "/home/niallo/qixenv/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/setuptools/package_index.py", line 475, in fetch_distribution
AttributeError: 'NoneType' object has no attribute 'clone'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment