Problem installing sentinelhub : blosc.h missing

Currently trying to install the API in an ubuntu docker, but the command :
pip install sentinelhub --upgrade
fails to build the wheel for imagecodecs and returns :
imagecodecs/_blosc.c:602:10: fatal error: blosc.h: No such file or directory
#include “blosc.h”

I’ve successfully installed the blosc package through :
pip install blosc
but it doesn’t change the output.

If anyone knows what this file is and/or why it is missing it am very interested.