build-essential

python3-setuptools  python-setuptools-doc

python3-all-dev

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

python3-dev

05-11 20:19