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 just use Ctrl+t (to open a new console) on the Ipython console and the Issue reporter pops out for no apparent reason. Everything else working fine.
Traceback
Traceback (most recent call last):
File "C:\Users\yoelr\anaconda3\Lib\site-packages\spyder\api\shellconnect\mixins.py", line 93, in set_shellwidgetself.get_widget().set_shellwidget(shellwidget)
File "C:\Users\yoelr\anaconda3\Lib\site-packages\spyder\api\shellconnect\main_widget.py", line 123, in set_shellwidget
old_widget =self.current_widget()
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yoelr\anaconda3\Lib\site-packages\spyder\api\shellconnect\main_widget.py", line 56, in current_widgetreturnself._stack.currentWidget()
^^^^^^^^^^^^^^^^^^^^^^^^^^^RuntimeError: wrapped C/C++ object of type QStackedWidget has been deleted
Traceback (most recent call last):
File "C:\Users\yoelr\anaconda3\Lib\site-packages\spyder\api\shellconnect\mixins.py", line 107, in add_shellwidgetself.get_widget().add_shellwidget(shellwidget)
File "C:\Users\yoelr\anaconda3\Lib\site-packages\spyder\api\shellconnect\main_widget.py", line 92, in add_shellwidget
widget =self.create_new_widget(shellwidget)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yoelr\anaconda3\Lib\site-packages\spyder\plugins\plots\widgets\main_widget.py", line 297, in create_new_widget
fig_browser = FigureBrowser(parent=self,
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\yoelr\anaconda3\Lib\site-packages\spyder\plugins\plots\widgets\figurebrowser.py", line 151, in __init__super().__init__(parent=parent, class_parent=parent)
RuntimeError: wrapped C/C++ object of type PlotsWidget has been deleted
Hey @yoelcortes, thanks for reporting. This problem could be caused because you installed Spyder with pip in a conda environment. Since pip and conda packages are binary incompatible, they can't be mixed in the same environment (I know Spyder 6.0.4 is not available in Anaconda, but you can't simply use pip to update to that version).
To solve it, I'm afraid you'll have to remove and reinstall Anaconda. And to properly do that, please follow the instructions in the second part of our video about that (the first part describes in more detail why you can't mix pip and conda packages).
Description
What steps will reproduce the problem?
I just use Ctrl+t (to open a new console) on the Ipython console and the Issue reporter pops out for no apparent reason. Everything else working fine.
Traceback
Versions
Dependencies
Environment
Environment
The text was updated successfully, but these errors were encountered: