-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
pip 18.1 seems to contact pypi in the cleanup phase #21
Comments
Does this occur if you include |
The pip maintainers have indicated that it would be appropriate for the conda package to modify pip to not show the out of date message, pypa/pip#5346. For pip 18.0 and 18.1 it looks as if modifying the contents of the INSTALLER file would be sufficient to suppress the upgrade message, pypa/pip#5368. I believe that even with a modified INSTALLER file pip would still query PyPI for a remote version. |
Maybe we should just have a |
Just adding this for reference: Transcript of conversation on gitter @isuruf |
I believe it is safe to close this one now. Please re-open if I'm mistaken. |
yeah, i just wish we would include a patch to make |
Issue:
It seems that pip 18.1 is trying to contact pypi in the
cleaning up
phase of building a recipeSee
https://travis-ci.org/conda-forge/celiagg-feedstock/jobs/438435703#L758
https://circleci.com/gh/conda-forge/celiagg-feedstock/79?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
Builds of:
conda-forge/celiagg-feedstock#4
And you can trust that it happens on windows too, a snippet from my local machine:
The text was updated successfully, but these errors were encountered: