问题描述
我正在尝试使用以下命令打开位于带有hdfstore的sftp中的HDF5(已尝试使用0.15和0.23的熊猫):
hdf_file = hdfstore('/run/user/2082/gvfs/sftp:host=hostname.com[...]HDF5_filename.hdf5')
但是我收到此错误:
HDF5ExtError: HDF5 error back trace
File "../../../src/H5F.c",line 604,in H5Fopen
unable to open file
File "../../../src/H5Fint.c",line 992,in H5F_open
unable to open file: time = Tue Sep 8 15:27:52 2020,name = 'HDF5_filename.hdf5',tent_flags = 1
File "../../../src/H5FD.c",line 993,in H5FD_open
open Failed
File "../../../src/H5FDsec2.c",line 339,in H5FD_sec2_open
unable to open file: name = 'HDF5_filename',errno = 95,error message = 'Operation not supported',flags = 1,o_flags = 2
End of HDF5 error back trace
Unable to open/create file 'HDF5_filename.hdf5'
为什么会出现此错误?如果我尝试使用在sftp上“远程”打开的外壳打开文件,则一切正常。
谢谢。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)