-
Notifications
You must be signed in to change notification settings - Fork 299
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
Install pip when not detected when attempting to install ipykernel #7739
Comments
Python extension didn't want this done when I was planning on submitting a PR for their extension. |
I totally agree, we should do this, even Kai ran into this, i think Sid and a number of others have run into this very often. |
What is the telemetry going to tell us? What percentage of people failed to install one of our dependencies because they didn't have pip installed? And if that number is high, we use it to convince Python to enable this? :) Or are there other reasons that Python doesn't think this is a good idea? |
/verified |
In this bug here, #7737 @mjbvz was having trouble installing ipykernel (well because /usr/bin/python didn't have pip)
Why can't we just run
python -m ensurepip --upgrade
? (as indicated here: https://pip.pypa.io/en/stable/installation/#supported-methods)The text was updated successfully, but these errors were encountered: