predict_pv_yield
predict_pv_yield copied to clipboard
The files downloaded from the openclimatefix database are throwing a "blosc2" error.
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.
Hi, there needs to pip install ocf_blosc2 and then import ocf_blosc2 for it to work.