Re: [Marvin] Having trouble installing Marvin

2014-05-21 Thread Mike Tutkowski
Looks like I sent this e-mail out a bit too soon. I found a solution: sudo su - export CFLAGS=-Qunused-arguments export CPPFLAGS=-Qunused-arguments pip install ansible exit Then run: sudo pip install tools/marvin/dist/Marvin-0.1.0.tar.gz On Wed, May 21, 2014 at 2:43 PM, Mike Tutkowski < mike.t

[Marvin] Having trouble installing Marvin

2014-05-21 Thread Mike Tutkowski
Hi, I built Marvin today using the following command (on the 4.4 branch): mvn -P developer -pl :cloud-marvin I then ran the following: sudo pip install tools/marvin/dist/Marvin-0.1.0.tar.gz Unfortunately it completed with an error (below). Does anyone know what might be wrong on my system her