We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Excerpt from such a build:
... 0.39s$ if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi Usage: pip install [options] <requirement specifier> [package-index-options] ... pip install [options] -r <requirements file> [package-index-options] ... pip install [options] [-e] <vcs project url> ... pip install [options] [-e] <local project path> ... pip install [options] <archive url/path> ... no such option: --use-mirrors ...
Apparently --use-mirrors is deprecated. Probably the easiest way would be to remove the option, but I'm not that familiar with the underlying reasons.
--use-mirrors
Question Canonical replacement for --use-mirrors on SO might also be helpful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Excerpt from such a build:
Apparently
--use-mirrors
is deprecated. Probably the easiest way would be to remove the option, but I'm not that familiar with the underlying reasons.Question Canonical replacement for --use-mirrors on SO might also be helpful.
The text was updated successfully, but these errors were encountered: