Skip to content

Instantly share code, notes, and snippets.

@zopyx
Created December 1, 2014 06:42
Show Gist options
  • Save zopyx/afef29614176eac470ee to your computer and use it in GitHub Desktop.
Save zopyx/afef29614176eac470ee to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/ajung/.buildout/eggs/zc.buildout-2.2.1-py2.7.egg/zc/buildout/buildout.py", line 1942, in main
getattr(buildout, command)(args)
File "/home/ajung/.buildout/eggs/zc.buildout-2.2.1-py2.7.egg/zc/buildout/buildout.py", line 622, in install
installed_files = self[part]._call(recipe.install)
File "/home/ajung/.buildout/eggs/zc.buildout-2.2.1-py2.7.egg/zc/buildout/buildout.py", line 1366, in _call
return f()
File "/home/ajung/.buildout/eggs/plone.recipe.codeanalysis-1.0rc1-py2.7.egg/plone/recipe/codeanalysis/__init__.py", line 120, in install
self.install_scripts()
File "/home/ajung/.buildout/eggs/plone.recipe.codeanalysis-1.0rc1-py2.7.egg/plone/recipe/codeanalysis/__init__.py", line 205, in install_scripts
directory,
File "/home/ajung/.buildout/eggs/zc.buildout-2.2.1-py2.7.egg/zc/buildout/easy_install.py", line 958, in scripts
for name in pkg_resources.get_entry_map(dist, 'console_scripts'):
File "/home/ajung/sandboxes/onkopedia_buildout/lib/python2.7/site-packages/pkg_resources.py", line 357, in get_entry_map
return get_distribution(dist).get_entry_map(group)
File "/home/ajung/sandboxes/onkopedia_buildout/lib/python2.7/site-packages/pkg_resources.py", line 348, in get_distribution
raise TypeError("Expected string, Requirement, or Distribution", dist)
TypeError: ('Expected string, Requirement, or Distribution', None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment