File "C:\Users\...\Anaconda3\lib\site-packages\spyder\widgets\variableexplorer\collectionseditor.py", line 455, in createEditor
if not editor.setup_and_check(value, title=key, readonly=readonly):
File "C:\Users\...\Anaconda3\lib\site-packages\spyder\widgets\variableexplorer\arrayeditor.py", line 606, in setup_and_check
self.data.flags.writeable = True
ValueError: cannot set WRITEABLE flag to True of this array
在升级pytables之后,我也尝试过,但是它再次引发相同的错误。