-
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
poetry-core
does not install local dependency in editable mode
#8965
Comments
there is no way to express in please close |
I think I don't get it. What is the purpose of the |
Poetry understands the poetry-specific configuration,
|
Is there any place that I could have learned about this before opening this issue? Or should this limitation be documented somewhere? |
If you had followed the documentation you never would have typed If you have a docs improvement in mind then no doubt that contribution would be welcome. Either way, please close this one out. |
That implication is incorrect. https://github.com/python-poetry/poetry-core?tab=readme-ov-file#usage gives examples (only) using |
Poetry docs are at https://python-poetry.org/docs/, the poetry-core GitHub repository is not the expected entry point. Either way, please close this out and feel free to submit improvements in whatever place it is that confused you |
That is correct, and I would have filed this issue in https://pypi.org/project/poetry-core/ if that repository had issues enabled. Also, the "Bug tracker" link at https://pypi.org/project/poetry-core/ points ... here.
First, that is a weird thing to say in the age of web search engines, really. But as a user of
I don't think I am confused at all. I may have a lack of knowledge, and all I am (still kindly, I hope) asking for is a reference for the kind of limitation you have cited above. |
if you want to understand the interface between front-ends and back-ends you should read the python packaging specifications. But this is not something that most users will want to get into. |
Exactly. That is why I am suggesting that documented poetry functionality that silently fails in poetry core due to limitations of this interface be documented as not working in poetry core. |
I don't know how to say it another way: docs improvements are welcome, please contribute the change you would like to see. Meanwhile there is no bug here, please close this issue |
See #8971. |
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. |
Poetry version: poetry_core-1.9.0-py3-none-any.whl
Python version: 3.12.2
OS version and name: Windows 11 22H2
I am on the latest stable Poetry version, installed using a recommended method.
I have searched the issues of this repo and believe that this is not a duplicate.
I have consulted the FAQ and blog for any relevant entries or release notes.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option) and have included the output below.Issue
Both
.py
files are empty. Thepyproject.toml
files are:MyTestParent
:MyTestChild
:Now, I can install
TestParent
in editable mode, butTestChild
is not installed in editable mode:The text was updated successfully, but these errors were encountered: