Skip to content

unable to open file "h3_cells_id_res0-4.h5" #11

@cq-eng

Description

@cq-eng

Hello, when I ran python3 StarPerf.py, I encountered the following error:

Traceback (most recent call last):
  File "/home/chenqing/StarPerf_Simulator-release-v2.0/StarPerf.py", line 74, in <module>
    standalone_module_test_cases.standalone_module_test_cases()
  File "/home/chenqing/StarPerf_Simulator-release-v2.0/samples/standalone_module/standalone_module_test_cases.py", line 37, in standalone_module_test_cases
    satellite_redundancy.satellite_redundancy(1, "OneWeb", 1000,
  File "/home/chenqing/StarPerf_Simulator-release-v2.0/src/standalone_module/satellite_redundancy.py", line 115, in satellite_redundancy
    with h5py.File('data/h3_cells_id_res0-4.h5', 'r') as file:
  File "/usr/local/lib/python3.10/dist-packages/h5py/_hl/files.py", line 564, in __init__
    fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr)
  File "/usr/local/lib/python3.10/dist-packages/h5py/_hl/files.py", line 238, in make_fid
    fid = h5f.open(name, flags, fapl=fapl)
  File "h5py/_objects.pyx", line 56, in h5py._objects.with_phil.wrapper
  File "h5py/_objects.pyx", line 57, in h5py._objects.with_phil.wrapper
  File "h5py/h5f.pyx", line 102, in h5py.h5f.open
OSError: Unable to synchronously open file (file signature not found)

The error suggests that the file h3_cells_id_res0-4.h5 is corrupted (not missing), as the signature cannot be read. Could you please verify the integrity of this file or provide a valid version?

Thanks for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions