Python - source of scientific .whl files
Just recently installed the latest and greatest Python distribution (3.8) on Windows 10. Not sure if it's related to the newness of the distro, but had a bit of a hard time installing SciPy and Matplotlib using "pip install ..." or "python -m pip install ... ", with errors indicating missing packages.
As you do, I consulted the Google oracle (all hail!) and found a brilliant site (opens in new page) produced by Christoph Gohlke of the Laboratory for Fluorescence Dynamics, University of California, Irvine. This contains numerous 32 and 64 bit Windows binaries of numerous, open-source scientific packages. Download them and install them using "pip install <local .whl package>".
Job Done - thanks Christoph