fix: run pip with --isolated to avoid bad local config#6531
fix: run pip with --isolated to avoid bad local config#6531Secrus merged 1 commit intopython-poetry:masterfrom
Conversation
|
When you use |
|
@HansAarneLiblik, the pip docs call this case out explicitly https://pip.pypa.io/en/stable/cli/pip/#cmdoption-isolated |
|
Just a note that this also (obviously) makes pip ignore the PIP_CACHE_DIR :-/ |
|
|
|
But the pip caches the built wheel file to its cache. Which by this --isolated flag is reverted to default location |
|
It shouldn't be, see #3439. |
|
This is the output we get during one of the craches - note that PIP_CACHE_DIR is present and is pointing elsewhere The cache location is default (in this case for system user) |
|
Odd, I think pip behavior may have changed. However, you won't be able to set |
|
Hello, thanks for the tip, will have a look at that! |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Resolves: #6521