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
@fx-kirin how do you think this be used within the poetry context? Is this for cases where nested local path dependencies refer to relative paths within their own dependencies?
I'm not sure what it should be because I"m not a heavy user of poetry. But I hope I can set an option with something like poetry config because I think normally, local packages doesn't need to be copied to temporary folder to build the package.
Sorry I couldn't get the meaning of what you said "cases" exactcly. But if you use the relative path to outside of the package in Cargo.toml, it should be happened.
Feature Request
pypa/pip#9091
The option of
pip
--use-feature=in-tree-build
will be added on the version21.1
.I want to use it with
poetry
because of this problem.The text was updated successfully, but these errors were encountered: