Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket pipeline builds are failing

Ishan Bhagawati March 26, 2019

Hi My bitbucket pipelines are failing in pip install awsbcli --upgrade

any idea how to overcome this or how to fix it Screenshot 2019-03-26 at 12.51.17 PM.pngScreenshot 2019-03-26 at 12.51.27 PM.png 

2 answers

1 accepted

1 vote
Answer accepted
Ishan Bhagawati March 27, 2019

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

derek_ward March 27, 2019

Thanks for this. Scary when builds suddenly stop working!

0 votes
Jeroen De Raedt
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 26, 2019

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  

Ishan Bhagawati March 27, 2019

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events