Отсутствуют зависимости Python при установке Phablet-инструментов для предварительного просмотра в Ubuntu Touch.

Я нахожусь на Ubuntu 13.04, и я сталкиваюсь с подобной ситуацией и не знаю, как решить проблемы зависимостей. Кто-нибудь может помочь?

mk@MS7549:~$ sudo apt-get install phablet-tools
[sudo] password for mk: 
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:
 phablet-tools : Depends: python-configobj but it is not installable
                 Depends: python-launchpadlib but it is not installable
                 Depends: python-requests but it is not installable
E: Unable to correct problems, you have held broken packages.

Затем я попытался установить эти 3 пакета Python, но они НЕ доступны. Что мне теперь нужно делать?

mk@MS7549:~$ sudo apt-get install python-configobj
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-configobj is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-configobj' has no installation candidate
<час>
mk@MS7549:~$ sudo apt-get install python-launchpadlib
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-launchpadlib is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-launchpadlib' has no installation candidate
<час>
mk@MS7549:~$ sudo apt-get install python-requests
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-requests is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-requests' has no installation candidate
2
задан 6 July 2013 в 02:00

2 ответа

Это работает для меня с Ubuntu 13.04 64-bit.

Вы впервые добавили PPA?

из: https://wiki.ubuntu.com/Touch/Install

sudo add-apt-repository ppa:phablet-team/tools

sudo apt-get update

sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot

0
ответ дан 6 July 2013 в 02:00

У меня была та же самая проблема для 13.10. Что я сделал, так это изменил сервер «Download From:» в «Software & amp; Update». Он был установлен на «Сервер для Швеции» (поскольку я из Швеции), и я переключился на «Загрузка с« Главного сервера », и вдруг все заработало. Так что либо шведский сервер устарел, либо что-то пошло не так в моих старых обновлениях, которые теперь работают.

Надеюсь, это поможет!

Редактировать: И да, я добавил ppa и произвел обновление apt-get

0
ответ дан 6 July 2013 в 02:00

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

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