jingai / skin.metropolis

Metropolis skin for Kodi
Other
8 stars 6 forks source link

The dependency on script.image.resource.select version 0.1.1 could not be satisfied. #165

Closed asm0dey closed 2 years ago

asm0dey commented 2 years ago

Hi! I have an error from the subject while trying to install metropolis from the official repo.

Kodi info:

➜  ~ kodi --version
19.3 (19.3.0) Git:20211203-nogitfound Media Center Kodi
Copyright (C) 2005-2021 Team Kodi - http://kodi.tv

OS version:

➜  ~ cat /etc/lsb-release
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=21.2.1
DISTRIB_CODENAME=Qonos
DISTRIB_DESCRIPTION="Manjaro Linux"

Python version:

➜  ~ python -V
Python 3.10.1
list of my addons ``` ➜ ~ ls -1 ~/.kodi/addons game.controller.default game.controller.snes metadata.album.universal metadata.artists.universal metadata.common.imdb.com metadata.common.ofdb.de metadata.common.omdbapi.com metadata.common.themoviedb.org metadata.themoviedb.org.python metadata.tvdb.com metadata.tvdb.com.python metadata.tvmaze metadata.tvshows.themoviedb.org metadata.tvshows.themoviedb.org.python metadata.universal packages plugin.video.netflix plugin.video.soap4.me plugin.video.youtube repository.castagnait repository.kodi.yatse.tv repository.lattsrepo repository.marcelveldt repository.soap4me.db resource.images.classificationicons.colour resource.images.languageflags.colour resource.images.languageflags.completepack resource.images.languageflags-flat resource.images.moviegenrefanart.wall-blue resource.images.moviegenreicons.arctic.zephyr resource.images.moviegenreicons.filmstrip-hd.bw resource.images.moviegenreicons.filmstrip-hd.colour resource.images.recordlabels.white resource.images.studios.coloured resource.images.studios.white resource.images.weatherfanart.prairie resource.images.weathericons.animated resource.images.weathericons.coloured resource.images.weathericons.white resource.uisounds.amber resource.uisounds.apptv resource.uisounds.ftv resource.uisounds.titan.modern screensaver.kaster script.embuary.helper script.module.addon.signals script.module.arrow script.module.certifi script.module.chardet script.module.dateutil script.module.future script.module.idna script.module.inputstreamhelper script.module.myconnpy script.module.pathtools script.module.requests script.module.routing script.module.simpleplugin3 script.module.six script.module.trakt script.module.tvdbsimple script.module.typing_extensions script.module.urllib3 script.module.watchdog script.module.yaml script.module.youtube.dl script.openweathermap.maps script.service.checkpreviousepisode script.trakt script.yatse.kodi service.library.data.provider service.librarywatchdog service.subtitles.opensubtitles service.subtitles.rvm.addic7ed service.subtitles.shooter service.subtitles.titlovi-com-official service.xbmc.soap4me service.xbmc.versioncheck temp weather.gismeteo weather.multi webinterface.chorus webinterface.tex ```
jingai commented 2 years ago

It's definitely in the official repository for Matrix. Maybe try installing it by hand?

asm0dey commented 2 years ago

Yes, I did so, and it worked. Thank you for your help!