Last active
December 17, 2015 20:39
-
-
Save 1stvamp/5669559 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Getting distribution for 'buildout.dumppickedversions==0.5'. | |
While: | |
Installing. | |
Loading extensions. | |
Getting distribution for 'buildout.dumppickedversions==0.5'. | |
Error: Couldn't find a distribution for 'buildout.dumppickedversions==0.5'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
easy_install -i https://pypi.python.org/simple buildout.dumppickedversions==0.5 | |
Searching for buildout.dumppickedversions==0.5 | |
Reading https://pypi.python.org/simple/buildout.dumppickedversions/ | |
No local packages or download links found for buildout.dumppickedversions==0.5 | |
Best match: None | |
Traceback (most recent call last): | |
File "/Users/wes/.virtualenvs/test/bin/easy_install", line 8, in <module> | |
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')() | |
File "/Users/wes/.virtualenvs/test/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1712, in main | |
File "/Users/wes/.virtualenvs/test/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage | |
File "/Users/wes/.virtualenvs/test/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1716, in <lambda> | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup | |
dist.run_commands() | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands | |
self.run_command(cmd) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command | |
cmd_obj.run() | |
File "/Users/wes/.virtualenvs/test/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 211, in run | |
File "/Users/wes/.virtualenvs/test/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 434, in easy_install | |
File "/Users/wes/.virtualenvs/test/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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment