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

Error: Couldn't find a distribution for 'ploneintranet.todo'. #8

Open
macagua opened this issue Apr 6, 2015 · 1 comment
Open

Error: Couldn't find a distribution for 'ploneintranet.todo'. #8

macagua opened this issue Apr 6, 2015 · 1 comment

Comments

@macagua
Copy link

macagua commented Apr 6, 2015

When I run buildout show me the follow error:

Getting required 'zc.buildout==2.2.1'
We have the distribution that satisfies 'zc.buildout==2.2.1'.
Getting required 'ploneintranet.todo'
  required by ploneintranet.workspace 1.2.dev0.
We have no distributions for ploneintranet.todo that satisfies 'ploneintranet.todo'.
Couldn't find index page for 'ploneintranet.todo' (maybe misspelled?)
Getting distribution for 'ploneintranet.todo'.
Couldn't find index page for 'ploneintranet.todo' (maybe misspelled?)
While:
  Installing instance.
  Getting distribution for 'ploneintranet.todo'.
Error: Couldn't find a distribution for 'ploneintranet.todo'.
@macagua
Copy link
Author

macagua commented Apr 6, 2015

Fixed adding into config/sources.cfg file the following buildout configuration:

auto-checkout =
     ...
     ploneintranet.todo

depends =
     ...
     ploneintranet.todo

[sources]
...
ploneintranet.todo  = git https://github.com/ploneintranet/ploneintranet.todo.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant