-
Notifications
You must be signed in to change notification settings - Fork 427
Bug: Build fails if poetry-core>=1.1.0a6
is not specified
#1646
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
Comments
Hey @BastianZim good see you around again - let us investigate tomorrow and come back to you. I wonder whether having poetry installed might have contributed to not hitting this in E2E and release pipeline, since pip install against PyPi already has the artefact built and isolated VS dev install. |
Hey @heitorlessa long time no talk 😄 Hmm, yes, that could be. To be honest, this is probably something that should be restricted upstream in the long run but I just wanted to mention it here as short-term fixes are probably faster implemented here. |
|
This is now released under 2.1.0 version! |
@BastianZim - let us know if this didn't fix it for some reason! and thank you again! |
@heitorlessa It worked like a charm, thank you! :) |
Awesome!!! |
Expected Behaviour
Build succeeds
Current Behaviour
Build fails.
Logs: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=594749&view=logs&jobId=656edd35-690f-5c53-9ba3-09c10d0bea97&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d
Code snippet
Possible Solution
As described in python-poetry/poetry#4983 it can be fixed by adding
poetry-core>=1.1.0a6
to the build requirements.Additionally, it might make sense to switch to
poetry-core
: https://github.com/python-poetry/poetry-coreSteps to Reproduce
Build package
PR: conda-forge/aws-lambda-powertools-feedstock#53
AWS Lambda Powertools for Python version
latest
Packaging format used
PyPi
Debugging logs
The text was updated successfully, but these errors were encountered: