-
-
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
AttributeError when executing in a dedicated console and the interpreter was set to an environment without spyder-kernels installed/correct version installed #21884
Comments
Hey @s-pearce, thanks for reporting. It seems the problem has to do with two things:
The solution for now is for you to install Spyder 5.4 in your non-base env. Unfortunately, Spyder and Spyder-kernels versions need to paired to work as expected (e.g. Spyder 5.4 with Spyder-kernels 2.4). We'll fix this error with dedicated consoles in Spyder 6, to be released in a couple of months. But that won't avoid the need to have the right version of Spyder-kernels in other envs. |
Thanks @ccordoba12, I agree that would be the better solution and that is kind of where my learning from yesterday led me. However, there also seems to be a bug within Conda/Anaconda on Windows where if I create a non-base environment with spyder and the correct spyder-kernels version, I get an error during boot up saying it does not have permission to copy the icon \font file under %userprofile%\AppData\Local\Microsoft\Windows\Fonts\codicon.ttf. |
That's actually not a problem with Anaconda/conda but a bug in one of our libraries: spyder-ide/qtawesome#236. We'll try to fix it in its next version, to be released soon. |
Description
What steps will reproduce the problem?
Traceback
Versions
Dependencies
Environment
Environment
The text was updated successfully, but these errors were encountered: