diff --git a/setup_configure.py b/setup_configure.py index cf7f4453f..6b5da0f84 100644 --- a/setup_configure.py +++ b/setup_configure.py @@ -135,7 +135,9 @@ def _find_hdf5_compiler_settings(mpi=False): if os.name != 'nt': print( "Building h5py requires pkg-config unless the HDF5 path " - "is explicitly specified", file=sys.stderr + "is explicitly specified using the environment variable HDF5_DIR. " + "For more information and details, " + "see https://docs.h5py.org/en/stable/build.html#custom-installation", file=sys.stderr ) raise