I found this particular problem was due to the fact that
if I followed the instructions in the braid README,
pip version 1.0 is installed on the system.  This is a really ancient
version of pip, and installing the latest versions of mock and pbr fail
with it.

--
Craig


On Thu, Jun 22, 2017 at 1:44 AM, Craig Rodrigues <rodrigc@crodrigues.org> wrote:
Hi,

I tried to set up a VM to test changes to Twisted's buildbot.

I did this:


git clone https://github.com/twisted-infra/braid
cd braid
vagrant up
fab config.vagrant
fab config.vagrant base.bootstrap
fab config.vagrant buildbot.install


I got some errors at this point (see attached log).

Any ideas how to get this working?

Thanks.

--
Craig