Replies: 1 comment 6 replies
-
I've seen this issue in the past when h5 files are missing from the repo. Since you've already completed the git lfs installation, you should just need to retrieve those files from git lfs. You can do that by running the following command: |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We recently updated our ReEDS-2.0 instance. There is some problem with the hdf5 implementation (see below). I went through the git lfs install instructions. This is running on a Linux HPC cluster. The reeds2 conda environment seemed to build just fine. Any other diagnostics I can provide?
[For one thing, ReEDS is looking for the hdf5plugin, but the installation is not in environment.yml, and the plugin is not in the conda environment lib folder. Not sure if this is the problem, but the code does appear to be unable to find this plugin. Also, the current version of the plugin is inconsistent with some other modules in the environment, so I couldn't manually install it. ]
Here is the output from my test ReEDS run:
starting copy_files.py
copy_files.py | 2024-11-08 14:16:14 | INFO | Starting copy_files.py
copy_files.py | 2024-11-08 14:16:14 | INFO | Copying non-region-indexed files
copy_files.py | 2024-11-08 14:16:16 | INFO | Created 134 records
copy_files.py | 2024-11-08 14:16:16 | INFO | Created 13 records
copy_files.py | 2024-11-08 14:16:17 | INFO | Created 11 records
copy_files.py | 2024-11-08 14:16:17 | INFO | Created 18 records
copy_files.py | 2024-11-08 14:16:17 | INFO | Created 9 records
copy_files.py | 2024-11-08 14:16:17 | INFO | Created 48 records
copy_files.py | 2024-11-08 14:16:18 | INFO | Created 3 records
copy_files.py | 2024-11-08 14:16:18 | INFO | Created 1 records
copy_files.py | 2024-11-08 14:16:18 | INFO | Created 10 records
copy_files.py | 2024-11-08 14:16:18 | INFO | Created 13 records
copy_files.py | 2024-11-08 14:16:18 | INFO | Created 31 records
copy_files.py | 2024-11-08 14:16:19 | INFO | Copying region-indexed files: filtering for valid regions
copy_files.py | 2024-11-08 14:16:21 | ERROR | Traceback (most recent call last):
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "/sfs/gpfs/tardis/project/ceps-research/reeds2/runs/bill_test_Nov8_ercot_small/input_processing/copy_files.py", line 708, in
copy_files.py | 2024-11-08 14:16:21 | ERROR | df = read_file(full_path)
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "/sfs/gpfs/tardis/project/ceps-research/reeds2/runs/bill_test_Nov8_ercot_small/input_processing/ldc_prep.py", line 130, in read_file
copy_files.py | 2024-11-08 14:16:21 | ERROR | df = pd.read_hdf(filename)
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "/home/wms5f/.conda/envs/reeds2/lib/python3.11/site-packages/pandas/io/pytables.py", line 420, in read_hdf
copy_files.py | 2024-11-08 14:16:21 | ERROR | store = HDFStore(path_or_buf, mode=mode, errors=errors, **kwargs)
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "/home/wms5f/.conda/envs/reeds2/lib/python3.11/site-packages/pandas/io/pytables.py", line 579, in init
copy_files.py | 2024-11-08 14:16:21 | ERROR | self.open(mode=mode, **kwargs)
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "/home/wms5f/.conda/envs/reeds2/lib/python3.11/site-packages/pandas/io/pytables.py", line 731, in open
copy_files.py | 2024-11-08 14:16:21 | ERROR | self._handle = tables.open_file(self._path, self._mode, **kwargs)
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "/home/wms5f/.conda/envs/reeds2/lib/python3.11/site-packages/tables/file.py", line 300, in open_file
copy_files.py | 2024-11-08 14:16:21 | ERROR | return File(filename, mode, title, root_uep, filters, **kwargs)
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "/home/wms5f/.conda/envs/reeds2/lib/python3.11/site-packages/tables/file.py", line 750, in init
copy_files.py | 2024-11-08 14:16:21 | ERROR | self._g_new(filename, mode, **params)
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "tables/hdf5extension.pyx", line 484, in tables.hdf5extension.File._g_new
copy_files.py | 2024-11-08 14:16:21 | ERROR | tables.exceptions
copy_files.py | 2024-11-08 14:16:21 | ERROR | .
copy_files.py | 2024-11-08 14:16:21 | ERROR | HDF5ExtError
copy_files.py | 2024-11-08 14:16:21 | ERROR | :
copy_files.py | 2024-11-08 14:16:21 | ERROR | HDF5 error back trace
copy_files.py | 2024-11-08 14:16:21 | ERROR |
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "H5F.c", line 620, in H5Fopen
copy_files.py | 2024-11-08 14:16:21 | ERROR | unable to open file
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "H5VLcallback.c", line 3501, in H5VL_file_open
copy_files.py | 2024-11-08 14:16:21 | ERROR | failed to iterate over available VOL connector plugins
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "H5PLpath.c", line 578, in H5PL__path_table_iterate
copy_files.py | 2024-11-08 14:16:21 | ERROR | can't iterate over plugins in plugin path '(null)'
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "H5PLpath.c", line 620, in H5PL__path_table_iterate_process_path
copy_files.py | 2024-11-08 14:16:21 | ERROR | can't open directory: /home/wms5f/.conda/envs/reeds2/lib/hdf5/plugin
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "H5VLcallback.c", line 3351, in H5VL__file_open
copy_files.py | 2024-11-08 14:16:21 | ERROR | open failed
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "H5VLnative_file.c", line 97, in H5VL__native_file_open
copy_files.py | 2024-11-08 14:16:21 | ERROR | unable to open file
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "H5Fint.c", line 1990, in H5F_open
copy_files.py | 2024-11-08 14:16:21 | ERROR | unable to read superblock
copy_files.py | 2024-11-08 14:16:21 | ERROR | File "H5Fsuper.c", line 405, in H5F__super_read
copy_files.py | 2024-11-08 14:16:21 | ERROR | file signature not found
copy_files.py | 2024-11-08 14:16:21 | ERROR |
copy_files.py | 2024-11-08 14:16:21 | ERROR | End of HDF5 error back trace
copy_files.py | 2024-11-08 14:16:21 | ERROR |
copy_files.py | 2024-11-08 14:16:21 | ERROR | Unable to open/create file '/sfs/gpfs/tardis/project/ceps-research/reeds2/inputs/demand_response/evmc_shape_decrease_profile_Baseline.h5'
Beta Was this translation helpful? Give feedback.
All reactions