Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildout bootstrap is broken #11

Open
tk0miya opened this issue May 6, 2018 · 0 comments
Open

buildout bootstrap is broken #11

tk0miya opened this issue May 6, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@tk0miya
Copy link
Contributor

tk0miya commented May 6, 2018

#!python
> bin/buildout.exe
...
Got backports.shutil-get-terminal-size 1.0.0.
Getting distribution for 'pygments'.
While:
  Installing debug.
  Getting distribution for 'pygments'.

An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
  File "e:\blockdiag_interactive_shell\develop-eggs\zc.buildout-2.9.3-py2.7.egg\zc\buildout\buildout.py", line 2123, in main
    getattr(buildout, command)(args)
  File "e:\blockdiag_interactive_shell\develop-eggs\zc.buildout-2.9.3-py2.7.egg\zc\buildout\buildout.py", line 796, in install
    installed_files = self[part]._call(recipe.install)
  File "e:\blockdiag_interactive_shell\develop-eggs\zc.buildout-2.9.3-py2.7.egg\zc\buildout\buildout.py", line 1553, in _call
    return f()
  File "e:\blockdiag_interactive_shell\develop-eggs\zc.recipe.egg-2.0.3-py2.7.egg\zc\recipe\egg\egg.py", line 126, in install
    reqs, ws = self.working_set()
  File "e:\blockdiag_interactive_shell\develop-eggs\zc.recipe.egg-2.0.3-py2.7.egg\zc\recipe\egg\egg.py", line 84, in working_set
    allow_hosts=self.allow_hosts)
  File "e:\blockdiag_interactive_shell\develop-eggs\zc.buildout-2.9.3-py2.7.egg\zc\buildout\easy_install.py", line 913, in install
    return installer.install(specs, working_set)
  File "e:\blockdiag_interactive_shell\develop-eggs\zc.buildout-2.9.3-py2.7.egg\zc\buildout\easy_install.py", line 714, in install
    for dist in self._get_dist(req, ws):
  File "e:\blockdiag_interactive_shell\develop-eggs\zc.buildout-2.9.3-py2.7.egg\zc\buildout\easy_install.py", line 563, in _get_dist
    dists = [_move_to_eggs_dir_and_compile(dist, self._dest)]
  File "e:\blockdiag_interactive_shell\develop-eggs\zc.buildout-2.9.3-py2.7.egg\zc\buildout\easy_install.py", line 1730, in _move_to_eggs_dir_and_compile
    assert newdist is not None  # newloc above is missing our dist?!
AssertionError


@tk0miya tk0miya added the bug Something isn't working label May 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant