You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One last thing - if i try to print state of my app the log says
$ cf app my_app
Showing health and status for app my_app in org ... / space ... as ...
FAILED
Server error, status code: 400, error code: 170004, message: App staging failed in the buildpack compile phase
The text was updated successfully, but these errors were encountered:
Did you change anything recently that caused this error?
Basically it looks like this is a problem with your Python linking properly to openssl packages, which is a lower-level issue. But I guess the buildpack might have to install Python differently on the CF stack, which explains why CF has their own fork of the base python buildpack.
I don't have the bandwidth to investigate this further right now, and fix... The answer would probably involve looking at how the CF buildpack installs Python differently from the vanilla python buildpack.
Hi, I've been using your buildpack for a last month and it's been working fine but when I want to create new application it fails on this:
The content of requirements.txt doesn't matter, if i have that file empty the build still fails. I think that it has something to do with new stack cf_linuxfs2 based on this issue https://developer.ibm.com/answers/questions/236264/bluemix-and-python-deploy-error-after-platform-upg.html but I dont really know what that means or how to fix it. My knowledge of buildpacks is basically none.
One last thing - if i try to print state of my app the log says
The text was updated successfully, but these errors were encountered: