clint fails to install with easy_install
treyhunner opened this issue · 1 comments
treyhunner commented
$ easy_install clint
Searching for clint
Reading http://pypi.python.org/simple/clint/
No local packages or download links found for clint
Best match: None
Traceback (most recent call last):
File "/home/trey/repos/python/pep438/test/bin/easy_install", line 8, in <module>
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
File "/home/trey/repos/python/pep438/test/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1712, in main
File "/home/trey/repos/python/pep438/test/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
File "/home/trey/repos/python/pep438/test/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1716, in <lambda>
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/home/trey/repos/python/pep438/test/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 211, in run
File "/home/trey/repos/python/pep438/test/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 434, in easy_install
File "/home/trey/repos/python/pep438/test/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/package_index.py", line 475, in fetch_distribution
AttributeError: 'NoneType' object has no attribute 'clone'
This is causing coverage run setup.py test
to fail for pep438 which stops the Travis tests from passing.
treyhunner commented
The problem fixed itself... this may have been a PyPI bug.