Skip to content

PIP install decode in a Python 3.8.7 venv - netcdf4-1.7.1 results in subprocess-exited-with-error (ValueError: did not find HDF5 headers) #161

@Cladge

Description

@Cladge
  • 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):
    (venv) $ python -m pip install --upgrade pip
    1. Install pip-tools (venv):
    (venv) $ pip install pip-tools
    1. Install decode (venv):
    (venv) $ pip install decode
    1. 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"
    2. See: pip-install-decode-error.txt for the complete output log.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions