Cant install h5py on mac
ERROR: Failed building wheel for h5py
Failed to build h5py
ERROR: Could not build wheels for h5py, which is required to install pyproject.toml-based projects
have done
pip install --upgrade pip setuptools wheel
pip install versioned-hdf5
pip install h5py
nothing working.
Ultimately I'm trying to install tensorflow but that's not working so i tried this
python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl
but now its giving me the cannot build wheels for h5py error.