Failed to build container. base-image

Solved!
longhowlam
Level 3
Failed to build container. base-image

HI all,

On a linux machine in GCP I installed dataiku 6.0.2 when I try to build the the base image I get an error.

I issue the command:

 

./dataikudir/bin/dssadmin build-container-exec-base-image -r 0

 

and after a while I get the error:  

 

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-hu2WqI/zipp/
You are using pip version 8.1.2, however version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
The command '/bin/sh -c build/install-python-packages.sh pip' returned a non-zero code: 1

 

This was working in the 6.01 and 6.0.0 versions, any ideas?

Regards, Longhow

0 Kudos
1 Solution
Clément_Stenac
Dataiker

Hi,

Some updates were pushed to the upstream Python mirrors that require adaptations to the way the image is built (in other words, your 6.0.0 and 6.0.1 don't work anymore).

This was done in 6.0.3 so upgrading to the latest (6.0.4 currently) will fix that.

View solution in original post

0 Kudos
2 Replies
Clément_Stenac
Dataiker

Hi,

Some updates were pushed to the upstream Python mirrors that require adaptations to the way the image is built (in other words, your 6.0.0 and 6.0.1 don't work anymore).

This was done in 6.0.3 so upgrading to the latest (6.0.4 currently) will fix that.

0 Kudos
longhowlam
Level 3
Author

Thanks! upgrading to 6.0.4 and it works

0 Kudos