cloudfoundry / docs-buildpacks

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

Fix pip vendor command explanation #290

Closed vanschelven closed 1 year ago

vanschelven commented 2 years ago

As per the documentation of pip

Do not use binary packages. [..] Accepts either “:all:” to disable all binary packages, “:none:” to empty the set (notice the colons)

i.e. the command, as it stood, installed binary packages (wheels) only and the explanation was wrong: in the buildpack you're likely to not have all relevant header files that you need for compiling the packages; better to vendor wheels instead.

cf-gitbot commented 2 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.