跑步时pd.read_hdf('myfile.h5')我收到以下回溯错误:[[...一些更长的追溯]]~/.local/lib/python3.6/site-packages/pandas/io/pytables.py in read_array(self, key, start, stop) 2487 2488 if isinstance(node, tables.VLArray): -> 2489 ret = node[0][start:stop] 2490 else: 2491 dtype = getattr(attrs, 'value_type', None)getitem 中的 ~/.local/lib/python3.6/site-packages/tables/ vlarray.py (self, key)~/.local/lib/python3.6/site-packages/tables/vlarray.py in read(self, start, stop, step)表/hdf5extension.pyx 在tables.hdf5extension.VLArray._read_array()ValueError: 无法将此数组的 WRITEABLE 标志设置为 True不知道发生了什么。我试过重新安装tables,pandas基本上所有的东西,但不想读它。
添加回答
举报
0/150
提交
取消