Por favor, siga os passos fornecidos aqui
EDITAR:
Ou
1. sudo apt-get install python3-dev
2. sudo apt-get install python3-setuptools
3. which easy_install
4. sudo python3 <Output of which command> pip
5. sudo pip install uwsgi
como executar o uwsgi com o python 3 em vez do python 2? Eu compilei a última versão do uwsgi, e eu sei que existem plugins que podem ser instalados pelo apt-get, mas como posso obtê-lo (devo compilar a partir do código-fonte?)
Por favor, siga os passos fornecidos aqui
EDITAR:
Ou
1. sudo apt-get install python3-dev
2. sudo apt-get install python3-setuptools
3. which easy_install
4. sudo python3 <Output of which command> pip
5. sudo pip install uwsgi