Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not install pip packages: could not run pip: exit status 1 While Publishing flask in PCF #959

Open
3 tasks
aditinandagudi opened this issue Aug 21, 2024 · 3 comments

Comments

@aditinandagudi
Copy link

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
@arjun024
Copy link
Member

Hi @aditinandagudi, we can take a look if you can attach more logs (cf logs <app> --recent), an example app and the exact version number of the buildpack

@aditinandagudi
Copy link
Author

requirements.txt
summary.txt
logs.txt

Hi @arjun024,
Thank you for your reply

I am attaching the example py file as txt file because I cannot upload the .py file

I am using following build pack: dicf_python_buildpack_latest

Let me know if you need more information

Thank you,
Aditi N

@arjun024
Copy link
Member

arjun024 commented Aug 26, 2024

I am using following build pack: dicf_python_buildpack_latest

What is that? Are you not using the standard CF buildpack version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants