When installing a package with pip, if available it picks the wheel for fast installation. I, however, would like to force pip to install a package from the source .tar.gz file.(This is to make sure that it links against the correct third-party system libraries.
(If it plays any role, this is about h5py.)
Any hints?