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
Actually, I think this is the better bug to keep open, since 1) It has a full repro attached 2) I believe it correctly identifies the underlying issue, whereas #9868 attributes it to the editable package being a dependency, which is either unrelated and incorrect, or possibly a different bug.
Description
A poetry project which defines packages using the
to=
parameter cannot be properly installed in editable mode (i.e.pip install -e
). I.e.:[Attached .zip contains a project which reproduces the issue]
Steps to reproduce:
bar.bar
bar.bar
This is likely related to #9868.
poetry-repro.zip
Workarounds
None known
Poetry Installation Method
pipx
Operating System
Ubuntu 24.04
Poetry Version
2.0.1
Poetry Configuration
Python Sysconfig
sysconfig.log
Example pyproject.toml
See attached ZIP
Poetry Runtime Logs
N/A
The text was updated successfully, but these errors were encountered: