Skip to content

Instantly share code, notes, and snippets.

@thedrow
Created June 9, 2013 23:25
Show Gist options
  • Select an option

  • Save thedrow/5745691 to your computer and use it in GitHub Desktop.

Select an option

Save thedrow/5745691 to your computer and use it in GitHub Desktop.
The executable python2.6 (from --python=python2.6) does not exist
New python executable in /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/2.7/bin/python2.7
Not overwriting existing python script /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/2.7/bin/python (you must use /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/2.7/bin/python2.7)
Installing distribute............................................................................................................................................................................................................................done.
Installing pip................done.
Running virtualenv with interpreter /usr/bin/python2.7
Double requirement given: nose2>=0.4.6 (from -r ./requirements/./testing.txt (line 1)) (already in nose2==0.4.6 (from -r ./requirements/./common.txt (line 5)), name='nose2')
Storing complete log in /home/omer/.pip/pip.log
The executable python3.2 (from --python=python3.2) does not exist
Using base prefix '/usr'
New python executable in /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/3.3/bin/python3.3
Not overwriting existing python script /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/3.3/bin/python (you must use /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/3.3/bin/python3.3)
Installing distribute..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done.
Installing pip................done.
Running virtualenv with interpreter /usr/bin/python3.3
Double requirement given: nose2>=0.4.6 (from -r ./requirements/./testing.txt (line 1)) (already in nose2==0.4.6 (from -r ./requirements/./common.txt (line 5)), name='nose2')
Storing complete log in /home/omer/.pip/pip.log
New pypy executable in /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/pypy/bin/pypy
Installing distribute............................................................................................................................................................................................................................done.
Installing pip................done.
Running virtualenv with interpreter /usr/bin/pypy
Double requirement given: nose2>=0.4.6 (from -r ./requirements/./testing.txt (line 1)) (already in nose2==0.4.6 (from -r ./requirements/./common.txt (line 5)), name='nose2')
Storing complete log in /home/omer/.pip/pip.log

Build configuration python2.6 running
Preparing the environment
$ virtualenv --distribute --python=python2.6 /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/2.6
Command 'virtualenv --distribute --python=python2.6 /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/2.6' returned non-zero exit status 3
Interpreter not found

Build configuration python2.7 running
Preparing the environment
$ virtualenv --distribute --python=python2.7 /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/2.7
$ pip install -r ./requirements/development.txt --use-mirrors
Error performing Step(name=u'install', commands=('pip install -r ./requirements/development.txt --use-mirrors',), can_fail=False) step
Command 'pip install -r ./requirements/development.txt --use-mirrors' returned non-zero exit status 1

Build configuration python3.2 running
Preparing the environment
$ virtualenv --distribute --python=python3.2 /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/3.2
Command 'virtualenv --distribute --python=python3.2 /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/3.2' returned non-zero exit status 3
Interpreter not found

Build configuration python3.3 running
Preparing the environment
$ virtualenv --distribute --python=python3.3 /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/3.3
$ pip install -r ./requirements/development.txt --use-mirrors
Error performing Step(name=u'install', commands=('pip install -r ./requirements/development.txt --use-mirrors',), can_fail=False) step
Command 'pip install -r ./requirements/development.txt --use-mirrors' returned non-zero exit status 1

Build configuration pypy running
Preparing the environment
$ virtualenv --distribute --python=pypy /home/omer/Documents/Projects/Python/nose2-testsuite/.travis-solo/pypy
$ pip install -r ./requirements/development.txt --use-mirrors
Error performing Step(name=u'install', commands=('pip install -r ./requirements/development.txt --use-mirrors',), can_fail=False) step
Command 'pip install -r ./requirements/development.txt --use-mirrors' returned non-zero exit status 1

Build summary:
python2.6: Interpreter not found
python2.7: Command 'pip install -r ./requirements/development.txt --use-mirrors' returned non-zero exit status 1
python3.2: Interpreter not found
python3.3: Command 'pip install -r ./requirements/development.txt --use-mirrors' returned non-zero exit status 1
pypy: Command 'pip install -r ./requirements/development.txt --use-mirrors' returned non-zero exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment