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
pip.main() was an internal function to the pip library that was commonly used as an entrypoint by client code. rules_python calls pip.main() here.
pip.main()
pip.main() is removed in current versions of pip. I believe this means that update_tools.sh will no longer work until we migrate.
update_tools.sh
Relevant pip threads:
pypa/pip#5080
pypa/pip#5149
pypa/pip#5254
The text was updated successfully, but these errors were encountered:
Actually piptool's deps are versioned, so this doesn't block us.
Sorry, something went wrong.
See also #119.
This can be closed. piptool.py was removed in #582 when the legacy pip_import rule was removed.
piptool.py
pip_import
brandjon
No branches or pull requests
pip.main()
was an internal function to the pip library that was commonly used as an entrypoint by client code. rules_python callspip.main()
here.pip.main()
is removed in current versions of pip. I believe this means thatupdate_tools.sh
will no longer work until we migrate.Relevant pip threads:
pypa/pip#5080
pypa/pip#5149
pypa/pip#5254
The text was updated successfully, but these errors were encountered: