I've recently upgraded my MacOS to Big Sur. When I try to install Python packages using pip no wheel is found and everything is forced to be built from source resulting in very slow installation and, worst, many installation errors because of limitations of the build environment. Check for instance https://pypi.org/simple/numpy/. Given that I'm using Python 3.8, the closest available wheel is numpy-1.19.4-cp38-cp38-macosx_10_9_x86_64.whl. I would like to force pip using these wheels for macosx_10_9 and see what happens. Do you know of any way to achieve that?