-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: run pip with --isolated to avoid bad local config #6531
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