You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed 'control' using conda install -c conda-forge control
Then I installed spyder-kernel, using conda install spyder-kernel control -y
It said it installed successfully, but I still get the error message.
Traceback
Traceback (most recent call last):
File "C:\Program Files\Spyder\pkgs\spyder\plugins\ipythonconsole\widgets\main_widget.py", line 2156, in restart_kernel
client.restart_kernel()
File "C:\Program Files\Spyder\pkgs\spyder\plugins\ipythonconsole\widgets\client.py", line 730, in restart_kernelifself.infowidget.isVisible():
RuntimeError: wrapped C/C++ object of type FrameWebView has been deleted
Traceback (most recent call last):
File "C:\Program Files\Spyder\pkgs\spyder\plugins\ipythonconsole\widgets\main_widget.py", line 1176, in refresh_containerself.infowidget.hide()
RuntimeError: wrapped C/C++ object of type FrameWebView has been deleted
Hi @UrielLeFey thank you for the feedback! Could it be possible for you to install Spyder using the current user option instead of the all users option? There is an issue related with using custom interpreters and the Windows standalone installer using the for all users installation option due to the space in the path (#16562) so reinstalling but using the current user option could help.
Also, did you set the custom interpreter option pointing to the Python interpreter from the env where you installed the control and spyder-kernels packages, right?
Any new info in order to better understand what could be causing the issue is greatly appreciated. Let us know if the info above helps!
Description
What steps will reproduce the problem?
I installed 'control' using conda install -c conda-forge control
Then I installed spyder-kernel, using conda install spyder-kernel control -y
It said it installed successfully, but I still get the error message.
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: