-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Spyder-kernels message not shown on Windows after restarting kernels #20023
Comments
Did you install
or if you already installed python/packages in that env with conda-forge
It's best not to mix channels within a conda environment. Also see https://docs.spyder-ide.org/current/faq.html#using-packages-installer |
That's correct @rhkarls, but in PR #19646 I tried to improve the situation by showing the "missing Spyder-kernels" error message when the selected interpreter doesn't have that package. I added a test for this but only for Linux (because it was easier), but perhaps it's not working for Windows. @dalthviz, could you check if that's not working on Windows, both for the installer and conda? For that, you need to go to |
I was able to reproduce this (both with conda and with the standalone installer on Windows): I guess we should could merge #20024 with this one since the error is not related with the way of installation but the OS support to restart kernels on envs without |
Ok, thanks @dalthviz. Will look into it. |
Problem Description
I installed Spyder 5.4.0 with Windows installer
I used conda install a python env, didn't install other python package
Then changed to the interpreter of paddle3.8.13, restart kernel
Next, change to the interpreter in a previous Python environment, which has installed spyder using conda, restart kernel,it is ok
What steps reproduce the problem?
2022-11-10.16-06-23.1.mp4
Versions
Dependencies
The text was updated successfully, but these errors were encountered: