-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
New poetry-core release #5056
Comments
Hi @dimaqq! Is there a reason you can't use This should work # pyproject.toml
[build-system]
requires = ["poetry-core @ git+https://github.com/python-poetry/poetry-core.git@master"]
build-backend = "poetry.core.masonry.api" |
Yes that works in the meantime, thank you @edgarrmondragon |
@dimaqq @edgarrmondragon.. updating the build-system in |
I'm not the expert here, maybe it depends what frontend you use? |
There's a new |
@dimaqq - Fantastic news - thank you! 🚀 |
Poetry-core implements PEP660 from version 1.0.8. This patch bumps poetry-core version in build-system section for enable editabple installation via pip ('pip install -e .'). For more info see: - python-poetry/poetry#34 (comment) - python-poetry/poetry#5056 - python-poetry/poetry-core#257
Poetry-core implements PEP660 from version 1.0.8. This patch bumps poetry-core version in build-system section for enable editabple installation via pip ('pip install -e .'). For more info see: - python-poetry/poetry#34 (comment) - python-poetry/poetry#5056 - python-poetry/poetry-core#257
Poetry-core implements PEP660 from version 1.0.8. This patch bumps poetry-core version in build-system section for enable editabple installation via pip ('pip install -e .'). For more info see: - python-poetry/poetry#34 (comment) - python-poetry/poetry#5056 - python-poetry/poetry-core#257
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Please release the
build_editable
hook: 🙏🏿https://github.com/python-poetry/poetry-core/blob/af08f1ce720da467c9bf3d43eed3d9ebaf4ad7fb/src/poetry/core/masonry/api.py#L82-L89
The text was updated successfully, but these errors were encountered: