build-essentialpython3-setuptools python-setuptools-docpython3-all-devpython3-wheelwheel时pip支持的一种安装格式,wheel是一种package的压缩格式要比通过源码的安装快速,默认情况下pip优先选择wheel格式安装,只有在无法找到wheel文件时才会从源文件安装。python3-dev