predict_pv_yield icon indicating copy to clipboard operation
predict_pv_yield copied to clipboard

The files downloaded from the openclimatefix database are throwing a "blosc2" error.

Open kaizhai opened this issue 2 years ago • 1 comments

The data downloaded from the database, https://huggingface.co/datasets/openclimatefix/eumetsat-rss/tree/main, cannot be read due to the error "ValueError: codec not available: blosc2."Even after reinstalling this module, the issue persists.

97cce537eea212d571aa6e022eb44f3

kaizhai avatar Sep 04 '23 08:09 kaizhai

Hi, there needs to pip install ocf_blosc2 and then import ocf_blosc2 for it to work.

jacobbieker avatar Sep 04 '23 09:09 jacobbieker