Spyder: Variable explorer crashes with bool dict

Created on 15 Dec 2020  路  2Comments  路  Source: spyder-ide/spyder

Description

What steps will reproduce the problem?

A dict is created that includes a mix of strings and boolean values as the key. When trying to open it to inspect it in the Variable explorer, I get this 'Spyder has encountered an internal problem!' error.

Traceback

  File "C:\Users\cariefrantz\Anaconda3\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionsdelegate.py", line 159, in createEditor
    editor.setup(value, key, icon=self.parent().windowIcon(),
  File "C:\Users\cariefrantz\Anaconda3\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionseditor.py", line 1308, in setup
    self.widget = CollectionsEditorWidget(self, self.data_copy,
  File "C:\Users\cariefrantz\Anaconda3\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionseditor.py", line 1249, in __init__
    self.editor = CollectionsEditorTableView(self, data, readonly,
  File "C:\Users\cariefrantz\Anaconda3\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionseditor.py", line 1115, in __init__
    self.source_model = CollectionsModelClass(self, data, title,
  File "C:\Users\cariefrantz\Anaconda3\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionseditor.py", line 143, in __init__
    self.set_data(data)
  File "C:\Users\cariefrantz\Anaconda3\lib\site-packages\spyder\plugins\variableexplorer\widgets\collectionseditor.py", line 173, in set_data
    self.keys = sorted(list(data.keys()))
TypeError: '<' not supported between instances of 'str' and 'bool'

Versions

  • Spyder version: 4.1.4
  • Python version: 3.8.3
  • Qt version: 5.9.7
  • PyQt5 version: 5.9.2
  • Operating System: Windows 10

Dependencies

# Mandatory:
atomicwrites >=1.2.0           :  1.4.0 (OK)
chardet >=2.0.0                :  3.0.4 (OK)
cloudpickle >=0.5.0            :  1.5.0 (OK)
diff_match_patch >=20181111    :  20200713 (OK)
intervaltree                   :  None (OK)
IPython >=4.0                  :  7.16.1 (OK)
jedi =0.17.1                   :  0.17.1 (OK)
nbconvert >=4.0                :  5.6.1 (OK)
numpydoc >=0.6.0               :  1.1.0 (OK)
paramiko >=2.4.0               :  2.7.1 (OK)
parso =0.7.0                   :  0.7.0 (OK)
pexpect >=4.4.0                :  4.8.0 (OK)
pickleshare >=0.4              :  0.7.5 (OK)
psutil >=5.3                   :  5.7.0 (OK)
pygments >=2.0                 :  2.6.1 (OK)
pylint >=1.0                   :  2.5.3 (OK)
pyls >=0.34.0;<1.0.0           :  0.34.1 (OK)
qdarkstyle >=2.8               :  2.8.1 (OK)
qtawesome >=0.5.7              :  0.7.2 (OK)
qtconsole >=4.6.0              :  4.7.5 (OK)
qtpy >=1.5.0                   :  1.9.0 (OK)
rtree >=0.8.3                  :  0.9.4 (OK)
sphinx >=0.6.6                 :  3.1.2 (OK)
spyder_kernels >=1.9.2;<1.10.0 :  1.9.2 (OK)
watchdog                       :  None (OK)
zmq >=17                       :  19.0.1 (OK)

# Optional:
cython >=0.21                  :  0.29.21 (OK)
matplotlib >=2.0.0             :  3.2.2 (OK)
numpy >=1.7                    :  1.18.5 (OK)
pandas >=0.13.1                :  1.0.5 (OK)
scipy >=0.17.0                 :  1.5.0 (OK)
sympy >=0.7.3                  :  1.6.1 (OK)
Awaiting Followup

Most helpful comment

Hi @cmfrantz,

Please update spyder to the latest version, where I'm unable to reproduce this one.

conda update anaconda
conda install spyder=4.2

Please let me know if this fixes your issue

All 2 comments

Hi @cmfrantz,

Please update spyder to the latest version, where I'm unable to reproduce this one.

conda update anaconda
conda install spyder=4.2

Please let me know if this fixes your issue

I don't seem to be having this problem anymore. Thanks!

Was this page helpful?
0 / 5 - 0 ratings