maas-devel team mailing list archive
-
maas-devel team
-
Mailing list archive
-
Message #01499
Re: [Maas-builds] Jenkins Failure - maas-test 56
On 19 February 2014 03:21, Julian Edwards <julian.edwards@xxxxxxxxxxxxx> wrote:
> On Tuesday 18 Feb 2014 23:26:35 Jenkins Notification wrote:
>> + make
>> virtualenv --python=python --quiet --system-site-packages
>> /home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test Already using
>> interpreter /usr/bin/python
>> bin/python setup.py --quiet develop
>> virtualenv --python=python --quiet --system-site-packages
>> /home/ubuntu/jenkins-jobs/workspace/maas-test/maas-test Already using
>> interpreter /usr/bin/python
>> bin/pip install --quiet --ignore-installed -r requirements.txt
>> make: bin/pip: Command not found
>> make: *** [bin/flake8] Error 127
>> Build step 'Execute shell' marked build as failure
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>
>
> So the pip problem is creeping further. I tried to fix this by using
> "bin/python -m pip" but ended up further in the mire, can someone help please?
Hopefully this will help:
https://code.launchpad.net/~allenap/maas-test/pip-by-package/+merge/207117
though I'm not sure why using bin/python -m pip didn't work for you :-/
References