yes indeed this was the problem , I don't know what was changed but all of a sudden the pipeline stopped working. I had to add the following to make my pipeline working again
apt-get install -y libffi-dev
apt-get install -y libpython2.7-dev
Thanks for this. Scary when builds suddenly stop working!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ishan Bhagawati,
it looks like the Docker image you are using might not have all necessary dependencies installed. Take a look at this topic: https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes indeed this was the problem , I don't know what was changed but all of a sudden the pipeline stopped working. I had to add the following to make my pipeline working again
apt-get install -y libffi-dev
apt-get install -y libpython2.7-dev
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.