Skip to content

[FIX] Install pycrypto and allow the python-dev to be installed in the base image

Yesterday I was trying to generate the instance for one of ours customer and the following error was raised: error

Then when I tried to install the package:

error

@moylop260 the pycryto package is a dependency from OMLv2, but it is not listed in the requirements file.

@LuisAlejandro besides, python-dev package is one of those that we may not need to use a lot, but since we all work (or at least most of us) with python there are a few libs that depend of it. If we want to update some of those packages we'll have to install it over and over (the idea of this image is to avoid it whenever possible)

I tested the changes in the commit and the installation process was successful with no additional changes: install

And the python-dev packages is installed:

python

Merge request reports