* Software versions: * decode 2.13.0 * Environmental information: * Windows 11 * Python 3.8.7 (venv) * pip 24.0 (venv) * pip-tools 7.4.1 (venv) * setuptools 49.2.1 (venv) * Description of the issue: 1. Use Python 3.8.7 to create a fresh Python 3.8.7 venv (virtual environment). 2. Activate the venv. 3. Upgrade pip (venv): ```shell (venv) $ python -m pip install --upgrade pip ``` 4. Install pip-tools (venv): ```shell (venv) $ pip install pip-tools ``` 5. Install decode (venv): ```shell (venv) $ pip install decode ``` 6. Tries to install build dependencies using netcdf4-1.7.1.tar.gz but exits with errors: * "error: subprocess-exited-with-error" * "ValueError: did not find HDF5 headers" 7. See: [pip-install-decode-error.txt](https://github.com/user-attachments/files/15917969/pip-install-decode-error.txt) for the complete output log.