DEV Community

Cover image for Spyder IDE immediately crashed when hit the debug button
Mahesh Lal Maskey
Mahesh Lal Maskey

Posted on

Spyder IDE immediately crashed when hit the debug button

While optimizing the linear programming with linprog, I needed to update scipy from version 1.4.0 to 1.7.3 as it required to use highs methods. With administrative help, we updated the conda using conda install -c conda-forge scipy=1.7.0 --yes. Luckily, it got updated. However, it is unfortunate that the spyder IDE started to crash when I hit the debug button with the dialog box (Figure_1_01262023.png), where details are:

File "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\base_frontend_mixin.py", line 138, in _dispatch handler(msg) File "C:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole\widgets\debugging.py", line 313, in _handle_input_request if self._hidden: AttributeError: 'ShellWidget' object has no attribute '_hidden'

Note that while crashing, it does not close the interface, but all the run and debug buttons are not working. After then, I could not use the feature of debugging.

Then, I tried to update conda update -n base spyder and reset the spyder environment, but it didn't work, and I needed to restart the spyder IDE.

I appreciate your help with sooner response.

Thanks

Mahesh

Latest comments (0)