You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poetry's package sources are ignored completely when installing a Poetry package using Pip instead of Poetry, whether normally or in editable mode. This must be so, because the core metadata specification used to specify a wheel's dependencies (including those of ephemeral wheels for editable installs) has no concept of specifying indexes as package sources.
As far as I can tell, the current docs on package sources (1, 2) don't mention this at all.
The text was updated successfully, but these errors were encountered:
smheidrich
changed the title
Docs should make clearer that package souces don't make it into core metadata and are hence ignored by Pip
Docs should mention that package sources don't make it into core metadata and are hence ignored by Pip
Jan 4, 2025
Issue Kind
Improving documentation
Existing Link
https://python-poetry.org/docs/repositories/#package-sources
Description
Poetry's package sources are ignored completely when installing a Poetry package using Pip instead of Poetry, whether normally or in editable mode. This must be so, because the core metadata specification used to specify a wheel's dependencies (including those of ephemeral wheels for editable installs) has no concept of specifying indexes as package sources.
As far as I can tell, the current docs on package sources (1, 2) don't mention this at all.
The text was updated successfully, but these errors were encountered: