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.


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