-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after Poetry v1.1.0 update as default version #13
Comments
I have the same problem |
Same here, this is blocking deploys with multiple python versions. |
Hi folks, Sorry about that! It seems to be a bug in the latest version of Poetry - the export code for I have proposed a fix (see python-poetry/poetry#3089), but I didn't even have time to test it. If any of you have the capacity to help out, please bear with poetry maintainers. Sadly, our capacity is extremely limited at present. If you need a workaround, please pin the poetry version as in #11 - this way you don't have to rely on our defaults and have it under your own control. Of course, this also means that you'll have to bump it later yourself when you see fit. Z. |
Blocked by python-poetry/poetry#3100. |
I don't have any git dependencies, it also wasn't a problem with the versions. |
@rvanlaar our current plan is to wait for 1.1.2 and then bump the version in the buildpack again. You can always pin poetry to whatever version that works for you as described in the README. |
Thanks for the quick response. I got it back to work. I've pinned poetry to 1.1.1 and created the runtime.txt with contents:
|
FYI, we have bumped Poetry to 1.1.2 - |
Hey folks, We have hotfixed the support for nested VCS dependencies, since we don't know when the new version including a proper fix will be released. Hopefully everything is working for you now. At least all our use cases are now covered. Sorry for the mess, I guess we've just got spoiled by Poetry released being well-tested and not causing too much breakage... but this major upgrade was quite a disaster :( |
Looks like a fix is imminent in python-poetry/poetry#3119. @zyv thanks for the hotfix and everything you've done to get this sorted out. |
After Poetry upgrade my heroku deployment stopped working (deploy log attached), switching to previous version with
heroku config:set POETRY_VERSION=1.0.10
works as expected:Here is the output with the latest version:
The text was updated successfully, but these errors were encountered: