在linux ubuntu中安装uwsgi时报error: invalid command ‘bdist_wheel’ 解决方案: pip install wheel 然后再安装uwsgi即可 pip install uwsgi