Skip to content
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 the pip version check when using --no-cache-dir #5680

Closed

Conversation

segevfiner
Copy link
Contributor

@segevfiner segevfiner commented Jul 30, 2018

The pip version check will now work correctly when using --no-cache-dir.

Fixes #5679

@segevfiner segevfiner force-pushed the no-cache-dir-version-check branch from 6590ee9 to 6a86be9 Compare July 30, 2018 18:31
@nehaljwani
Copy link
Contributor

Could this patch please be merged? It fixes two of the three tracebacks reported in #5679

I wasn't able to reproduce #5679 (comment) . @segevfiner could you share how to reproduce that from scratch?

@segevfiner
Copy link
Contributor Author

I wasn't able to reproduce #5679 (comment) . @segevfiner could you share how to reproduce that from scratch?

pip show --verbose --no-cache-dir requests after merging this.

@pradyunsg
Copy link
Member

Thanks for the PR @segevfiner! I didn't notice this until after I'd made a similar PR. #5764 should have fixed all the relevant tracebacks. :)

Would you be willing to help out by working on a different issue?

@lock
Copy link

lock bot commented Jun 1, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 1, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 1, 2019
@segevfiner segevfiner deleted the no-cache-dir-version-check branch July 17, 2019 11:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pip version check raises an exception internally when using --no-cache-dir
3 participants