Pip install and platform specific wheels
问题 How does pip install select wheels to install? Say I've built multiple wheels for different platforms, and upload to PyPI does pip install <package> automatically install the correct wheel that matches the platform? What happens if I've built a Linux specific wheel only and upload to PyPI, and someone on Windows/Mac trying to install it by running pip install <package> ? 回答1: PIP follows the PEP 425 Use recommendations; this stipulates how a binary distribution wheel is selected. Specifically