python-buildpack
python-buildpack copied to clipboard
Could not install pip packages: could not run pip: exit status 1 While Publishing flask in PCF
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running cf curl /v2/info && cf version?
cf8
What version of the buildpack you are using? dicf_python_buildpack_latest
If you were attempting to accomplish a task, what was it you were attempting to do? I am trying to publish my flask application in pcf
What did you expect to happen? app should be published
What was the actual behavior? I am getting the below error
Could not install pip packages: could not run pip: exit status 1 Failed to compile droplet: Failed to run all supply scripts: exit status 14 Exit status 223 Cell 2f49514b-0d00-4a94-8aab-9317da2982ac stopping instance 1d68a33d-ef53-4c48-b2f1-39c90565ed3a Cell 2f49514b-0d00-4a94-8aab-9317da2982ac destroying container for instance 1d68a33d-ef53-4c48-b2f1-39c90565ed3a BuildpackCompileFailed - App staging failed in the buildpack compile phase
Please confirm where necessary:
- [ ] I have included a log output
- [ ] My log includes an error message
- [ ] I have included steps for reproduction