-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cannot detect/specify kernel in WinPython environment #23293
Comments
Does python show up in the list of Python environments when using the command |
No, the |
Hey @karthiknadig, this issue might need further attention. @4piu, you can help us out by closing this issue if the problem no longer exists, or adding more information. |
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off. Happy Coding! |
@4piu Is the WinPython location on PATH? if it is not on path then it will be difficult for python extension to find it. Another option is to create a virtual environment in your workspace. You can use the WinPython, like |
Closing as duplicate of microsoft/python-environment-tools#96 |
Applies To
What happened?
I am using WinPython 3.12.2 environment on my Windows 11 machine, and launch VS Code through their provided shortcut.
I have no trouble setting up Python interpreter by manually specifying the python executable path:
However, notebook plugin cannot detect python environment (empty list), nor allow manually specifying path:
VS Code Version
1.88.1
Jupyter Extension Version
v2024.4.2024041101
Jupyter logs
No response
Coding Language and Runtime Version
WinPython 3.12.2
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered: