cloudfoundry / docs-buildpacks

http://docs.cloudfoundry.org/buildpacks/
Apache License 2.0
21 stars 118 forks source link

Environment configure problem #227

Closed wuminsz closed 5 years ago

wuminsz commented 5 years ago

My runtime environment error message is "You are using pip version 9.0.1, however version 18.1 is available.You should consider upgrading via the 'pip install --upgrade pip' command." How to configure it ? In runtime.txt or requirements.txt ?

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

bentarnoff commented 5 years ago

@zlycYichen Thanks for this. @sclevine would you be able to speak to the above?

tylerphelan commented 5 years ago

@zlycYichen this is a message coming from pip, not the python buildpack itself. There's no way to set your pip version so unfortunately the warning is unavoidable for now.

We have an issue in the python buildpack you can follow for this getting fixed: https://github.com/cloudfoundry/python-buildpack/issues/118

zmackie commented 5 years ago

Closing in favor of https://github.com/cloudfoundry/python-buildpack/issues/118