Buildout ValueError No requirements found

Using Plone 4.3.3
The buildout Fails with following error
http://pastebin.com/nwt3BgxM

It was working properly. This happened after trying to run buildout with

sudo -u plone_buildout bin/buildout -c develop.cfg

After this failed,
Even

sudo -u plone_buildout bin/buildout

gives the same error

Something has to be happened if it was working properly and now it is not :wink:

If you could tell us more it would be great.

With the few informations you gave us I can formulate a wild guess: check for a line in your buildout cfg files with many hash '############' and one or more spaces " " in front of it. Remove the spaces then.

1 Like

You are correct. Thank you for fixing.
Now it is working.