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
This is indeed a duplicate of #3249. As you have noted, if you really want to perturb the behavior of pip as used by Poetry, one must alter the system config. This is because many users configure pip in ways incompatible with Poetry, use of --isolated breaks fewer people.
Our long term plan is #6205. Please direct any more discussion to #3249.
#6531 added the
--isolated
flag to the pip invocation. This seems to be breaking installation in certain situations.Our analysis suggests this is the reason:
--isolated
to pip.PIP_INDEX_URL
or a user-localpip.conf
file.setup_requires
dependencies needed for building them.Workaround: Create a non-user configuration, e.g. in
/etc/pip.conf
.In a way the new switch stopped shadowing the issue that the index config is not passed to pip, that's why this is surfacing now.
I'd appreciate some feedback how the developer team sees that issue.
The text was updated successfully, but these errors were encountered: