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?
{
"api_version": "2.136.0",
"osbapi_version": "2.14",
}
cf version 6.44.0+5de0f0d02.2019-05-01
What version of the buildpack you are using?
v1_6_35
If you were attempting to accomplish a task, what was it you were attempting to do?
push app with vendor with v1_6_35 and python3.5.7
What did you expect to happen?
offline install will happen
What was the actual behavior?
2019-07-11T09:32:15.72+0530 [STG/0] ERR no such option: --no-build-isolation
2019-07-11T09:32:15.74+0530 [STG/0] OUT Running pip install without indexes failed. Not all dependencies were vendored. Trying again with indexes.
I am guessing python3.5.7 is using pip-9.0.1, which doesn't support the --no-build-isolation introduced in eb4881b#diff-153f90501612878d9c6fcd50247547bc. Other python version might be impacted as well.
Please confirm where necessary:
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?
v1_6_35If you were attempting to accomplish a task, what was it you were attempting to do?
push app with vendor with v1_6_35 and
python3.5.7What did you expect to happen?
offline install will happen
What was the actual behavior?
I am guessing python3.5.7 is using pip-9.0.1, which doesn't support the --no-build-isolation introduced in eb4881b#diff-153f90501612878d9c6fcd50247547bc. Other python version might be impacted as well.
Please confirm where necessary: