-
Notifications
You must be signed in to change notification settings - Fork 296
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
Selecting install from prompt when missing pip
fails because pip is not available
#10400
Comments
I believe this is by design. You need to have pip available. This issue is relevant: |
we shouldn't have an option to install if we know it's going to fail, the installation prompt already says that pip is missing |
We probably should not have the install button in this case. Without 'pip' we don't want to get pip for the user. They should do it but we need to make that clearer. |
I might be in this situation because of a bad python installation, pip should actually be installed
|
@IanMatthewHuff I'm taking this as this falls into installation, and kernel startup and the like. I think the changes to ensure we display (recommend) the right interpeter int the kernel picker will probably alleviate this issue |
Closing as not planned |
result:
This happened after deleting the windows app python installation, and installing a new 3.10.5 to replace it.
The text was updated successfully, but these errors were encountered: