文章目录
- 概述
- 最终执行 pip3.8 install uwsgi,安装uwsgi
- 1. 提示 you need a C compiler to build uWSGI
- 执行 apt-get install gcc
- 2. 提示error: stdio.h: No such file or directory
- 执行 apt-get install build-essential
- 3. 提示 Python.h: No such file or directory
- 执行 apt-get install python3.8-dev
- 安装 build-essential、python3.8-dev提示找不到安装文件或者缺少依赖时,建议更新 apt 源文件
关注
打赏