Не могу установить uwsgi

root@ip-10-194-97-94:~# apt-get install uwsgi

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
  uwsgi: Depends: uwsgi-python2.6 (>= 0.9.6.5-0ubuntu1~lucid1) or
                  uwsgi-python3.1 (>= 0.9.6.5-0ubuntu1~lucid1)
E: Broken packages
2
задан 17 April 2011 в 00:42

3 ответа

uwsgi нет в репозиториях по умолчанию. Вам нужно , чтобы добавить PPA (Personal Package Archive) и обновить ваши источники:

sudo add-apt-repository ppa:uwsgi/release
sudo apt-get update
sudo apt-get install uwsgi
0
ответ дан 17 April 2011 в 00:42

uWSGI не очень хорошо упакован. Вы должны установить uwsgi-python или uwsgi-python3. Все остальные пакеты помечены как Conflicts, что полностью сбивает с толку и, несомненно, неправильно.

0
ответ дан 17 April 2011 в 00:42

Оригинальный текст : Melhor Forma Seria

Перевод с помощью Google Translate : Лучший способ будет

sudo add-apt-repository ppa:uwsgi/release
sudo apt-get update
sudo apt-get install uwsgi-python
0
ответ дан 17 April 2011 в 00:42

Другие вопросы по тегам:

Похожие вопросы: