Vauxoo / docker-odoo-image

Base docker image for instances
GNU General Public License v2.0
18 stars 29 forks source link

Generation of odoo-80-image fails because of bug in pip-tools #121

Closed LuisAlejandro closed 8 years ago

LuisAlejandro commented 8 years ago

The odoo-80-image is failing because of this:

ERROR:
You are using pip>=8.1.2, which changed some internal data structures pip-tools
depends on.  Support for this is scheduled for pip-tools>=1.7.  Until then,
consider downgrading your pip:

    $ pip install --upgrade pip==8.1.1

The command '/bin/sh -c bash /usr/share/vx-docker-internal/odoo80/build-image.sh' returned a non-zero code: 4
The command "cd ${TRAVIS_BUILD_DIR}/odoo80 && docker build --rm -t vauxoo/odoo-80-image:latest ." exited with 1.

Which is being caused by nvie/pip-tools#358

The maintainer suggests that pip==8.1.1 should be installed.

LuisAlejandro commented 8 years ago

This was corrected by vauxoo/docker-ubuntu-base#19