Closed marothstein closed 4 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/171002477
The labels on this github issue will be updated when the story is started.
For reference, this does work in a local cflinux
Docker container.
Hi. I haven't been able to reproduce this with the latest version of the Python Buildpack. I was able to modify the requirements.txt file in this app to include cython and it pushed successfully. Could you provide more details or attach an app so we can look into this further?
Closing due to inactivity. Please feel free to reopen if you have an update or more to discuss.
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
?What version of the buildpack you are using?
If you were attempting to accomplish a task, what was it you were attempting to do?
Deploy a Flask app.
What did you expect to happen?
I expected the app to install the necessary dependencies, deploy, and launch.
What was the actual behavior?
The process failed on installing
cython
.What was your error message?
How are you building and caching your dependencies?
I'm building them inside a Docker container built with image
cloudfoundry/cflinuxfs3:0.99.0
.The Dockerfile runs the following commands:
What does your requirements.txt file look like?
What dependencies do you have in your /app/vendor directory?
Please confirm where necessary: