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

Pipeline failing at pip install without error

Pathan Faisal Khan March 6, 2020

My Bitbucket pipeline has been constantly failing at python -m pip install pandas.

What's more fascinating is that it is not even showing the error that occurred.

Capture.PNG

Capture2.PNG

This is the code:

for i in ${packages[@]};    
....
....        
python3.8 -m pip --disable-pip-version-check install $i -t .;            
cd ..;

 

1 answer

1 accepted

0 votes
Answer accepted
Pathan Faisal Khan May 20, 2020

Solved.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events