ubuntu上无法安装uwsgi

ubuntu上无法安装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

答案1

我认为你正在使用uwsgi 启动板仓库

这并不明显,但您不应该触摸包装uwsgi,而是使用uwsgi-python包装。

已给出解释这里,他们正在从名字转移uwsgi到名字uwgsi-python

相关内容