Yury V. Zaytsev

Results 70 comments of Yury V. Zaytsev

Hi @alex-grover , maybe we could introduce a generic option like `POETRY_EXPORT_PARAMS` ? This will basically expose `EXPORT_PARAMETERS` to the outside - if not set, it will use our defaults...

@alex-grover thanks for the heads up. Unfortunately, we don't have the capacity to work on this, and we don't need it for our application, so we won't implement it immediately....

Oh, that's a good catch. I wonder if adjusting `tr` set would be enough: ```diff -PYTHON_RUNTIME_VERSION="$(sed -n -e '/^\[metadata\]/,/^\[/p' poetry.lock | sed -n -e 's/^python-versions\s*=\s*//p' | tr -d \"\')" +PYTHON_RUNTIME_VERSION="$(sed...

Since we are at it, maybe you could have a look @felix11h ?

Hi @tomh4 - it would be great if you could help. Could you please tell us more how does this work? Do we have to do something every time we...

I think that the problem is that the new installer needs `ensurepip` and it's disabled for system Python of the Ubuntu stack, for the reasons... I won't go into, and...

Not really. Unfortunately, it seems that Heroku images don't have `ensurepip` for the system Python and the new installer needs it. I guess the one from the buildpack does have...