-
Notifications
You must be signed in to change notification settings - Fork 297
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
Installing ipykernel requires admin on Windows #1253
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-execution
Kernels issues (start/restart/switch/execution, install ipykernel)
verified
Verification succeeded
Milestone
Comments
Need to repro with jupyter first to see if this happens with jupyter too. |
Okay this is a result of either;
we should detect these two conditions and say they aren't supported. |
DonJayamanne
added
bug
Issue identified by VS Code Team member as probable bug
temp-nice-for-october
labels
Nov 13, 2020
greazer
added
the
notebook-execution
Kernels issues (start/restart/switch/execution, install ipykernel)
label
Aug 2, 2021
38 tasks
8 tasks
This should already be fixed for the following scenario |
Testing |
rzhao271
added
verified
Verification succeeded
and removed
verified
Verification succeeded
labels
Jan 28, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-execution
Kernels issues (start/restart/switch/execution, install ipykernel)
verified
Verification succeeded
Steps to repro:
Kernel actually fails with an import dll load failure when importing the win32api package.
This is because the installer for pywin32 needs admin rights.
The text was updated successfully, but these errors were encountered: