A
A
amalinov2016-10-19 15:49:36
linux
amalinov, 2016-10-19 15:49:36

How to install uwsgi-plugin-python?

Trying to install uwsgi-plugin-python for uwsgi.
OS Kali, Flask framework
sudo apt-get install uwsgi-plugin-python
Throws an error:

Пакет uwsgi-plugin-python недоступен, но упомянут в списке зависимостей другого пакета.
Это может означать, что пакет отсутствует, устарел, или доступен из источников, не упомянутых в sources.list
 
E: Не удалось найти пакет uwsgi
E: Для пакета «uwsgi-plugin-python» не найден кандидат на установку

How to cure it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Артем, 2016-10-19
@amalinov

sudo apt-get install build-essential python-dev -y
pip install uwsgi

Алексей Черемисин, 2016-10-19
@leahch Куратор тега Linux

попробовать

sudo apt-get update
sudo apt-get install uwsgi-plugin-python

Ести не поможет, установить через pip

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question