module "io.thp.pyotherside" is not installed [answered]

asked 2015-05-09 18:24:21 +0300

BirdZhang gravatar image

updated 2015-05-10 14:34:06 +0300

Before SailfishOSSDK-Beta-1504,i can use

pkcon install pyotherside-qml-plugin-python3-qt5-1.x.x

to install the module to Sailfish Emulator. But,after update to 1504,i cannot find the pyotherside repo by

pkcon get-packages|grep pyother

So,what should i do now?

edit retag flag offensive reopen delete

The question has been closed for the following reason "the question is answered, an answer was accepted" by Kontio
close date 2015-05-11 16:19:17.775090

Comments

1

I can't reproduce that on:

[root@SailfishEmul ~]# cat /etc/sailfish-release
NAME=SailfishOS
ID=sailfishos
VERSION="1.1.4.29 (Äijänpäivänjärvi) (i486)"
VERSION_ID=1.1.4.29
PRETTY_NAME="SailfishOS 1.1.4.29 (Äijänpäivänjärvi) (i486)"
SAILFISH_BUILD=29
SAILFISH_FLAVOUR=release
HOME_URL="https://sailfishos.org/"

see below:

[root@SailfishEmul ~]# pkcon search name pyotherside
Searching by name
Waiting in queue
Starting
Refreshing software list
Querying
Available       pyotherside-qml-plugin-python3-qt5-1.4.0-1.4.1.i486     Asynchronous Python 3 Bindings for Qt 5
Available       pyotherside-qml-plugin-python3-qt5-1.4.0-1.4.1.source   Asynchronous Python 3 Bindings for Qt 5
Available       pyotherside-qml-plugin-python3-qt5-debuginfo-1.4.0-1.4.1.i486   Debug information for package pyotherside-qml-plugin-python3-qt5
Available       pyotherside-qml-plugin-python3-qt5-debugsource-1.4.0-1.4.1.i486 Debug sources for package pyotherside-qml-plugin-python3-qt5
[root@SailfishEmul ~]# pkcon install pyotherside-qml-plugin-python3-qt5
Installing
Waiting in queue
Starting
Refreshing software list
Querying
Resolving dependencies
Installing packages
Installing
Waiting in queue
Waiting for authentication
Waiting in queue
Starting
Refreshing software list
Querying
Resolving dependencies
Installing packages
Downloading packages
Installing packages
[root@SailfishEmul ~]# pkcon get-packages|grep pyother
Installed    pyotherside-qml-plugin-python3-qt5-1.4.0-1.4.1.i486
Available    pyotherside-qml-plugin-python3-qt5-debuginfo-1.4.0-1.4.1.i486
Available    pyotherside-qml-plugin-python3-qt5-debugsource-1.4.0-1.4.1.i486
[root@SailfishEmul ~]#

what does ssu lr print out? should look like:

[root@SailfishEmul ~]# ssu lr
Enabled repositories (global): 
 - adaptation0 ... https://releases.jolla.com/releases/1.1.4.29/nemo/adaptation-x86-common/i486/
 - adaptation1 ... https://releases.jolla.com/releases/1.1.4.29/jolla-hw/adaptation-jolla-x86-emul/i486/
 - hotfixes    ... https://releases.jolla.com/releases/1.1.4.29/hotfixes/i486/
 - jolla       ... https://releases.jolla.com/releases/1.1.4.29/jolla/i486/
 - mer-tools   ... https://releases.jolla.com/releases/1.1.4.29/mer-tools/builds/i486/packages/
 - sdk         ... https://releases.jolla.com/releases/1.1.4.29/sdk/i486/

Enabled repositories (user): 

Disabled repositories (global, might be overridden by user config): 
 - apps    ... https://releases.jolla.com/jolla-apps/1.1.4.29/i486/
 - apps-mw ... 

Disabled repositories (user): 
 - home ... https://download.jollamobile.com/home:/honeybadger/latest_i486/
Kontio ( 2015-05-11 11:15:35 +0300 )edit

Thank you very much,solved it! Thanks!

BirdZhang ( 2015-05-11 16:04:15 +0300 )edit