gpt4 book ai didi

python - PyTables 中的这个错误是什么?

转载 作者:行者123 更新时间:2023-11-28 16:30:37 26 4
gpt4 key购买 nike

我在 python 中通过 pandas 使用 pytables。我正在尝试使用 pandas.read_hdf() 加载文件,但出现了这个讨厌的错误。我希望我没有丢失 1.1 GB 不可替代的数据。我在保存过程中没有看到任何错误。一切似乎都运行良好。

谁能解释一下这个错误是什么意思?

还有,有什么办法可以恢复吗?

HDF5ExtError: HDF5 error back trace

File "H5Dio.c", line 174, in H5Dread
can't read data
File "H5Dio.c", line 449, in H5D_read
can't read data
File "H5Dchunk.c", line 1729, in H5D_chunk_read
unable to read raw data chunk
File "H5Dchunk.c", line 2755, in H5D_chunk_lock
unable to read raw data chunk
File "H5Fio.c", line 113, in H5F_block_read
read through metadata accumulator failed
File "H5Faccum.c", line 254, in H5F_accum_read
driver read request failed
File "H5FDint.c", line 142, in H5FD_read
driver read request failed
File "H5FDsec2.c", line 720, in H5FD_sec2_read
addr overflow, addr = 1108161578, size=7512, eoa=1108155712

最佳答案

类似的问题是here

底线。你的文件很无聊。无法从中恢复。特别警告不要这样做(使用多个线程/进程作为编写器)。请参阅文档 here .

HDF5 对于编写器来说不是线程安全/进程安全的。

关于python - PyTables 中的这个错误是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32314700/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com