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

pip no longer invoked by an old script wrapper. #2623

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

fredriksvantes
Copy link
Contributor

while debugging an error I encountered while running setup.py I also saw pip.main was used to installed packages. installing packages through pip.main (pip.main(["install", RUAMEL_YAML_VERSION])) is not recommended, and will be removed from future versions of pip.

pypa/pip#5599
https://pip.pypa.io/en/latest/user_guide/#using-pip-from-your-program

while debugging an error I encountered while running setup.py I also saw pip.main was used to installed packages. installing packages through pip.main (pip.main(["install", RUAMEL_YAML_VERSION])) is not recommended, and will be removed from future versions of pip.

pypa/pip#5599
https://pip.pypa.io/en/latest/user_guide/#using-pip-from-your-program
@djrtwo djrtwo merged commit 795d147 into ethereum:dev Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants