swetoast / steamlink-launcher

Steamlink launcher for OSMC
GNU General Public License v2.0
155 stars 19 forks source link

The dependency on xbmc.python version 3.0.0 could not be satisfied. #15

Closed ceisma closed 4 years ago

ceisma commented 4 years ago

I tried to install the latest dev version and it gives me an error when I want to start Steamlink via Kodi. I'm using the latest version of LibreElec (9.2.3) with Kodi 18.7.1 on a Rpi 3.

I guess the reason for this error message is that Py3 is not supported because Kodi 18 is using Py2. The master version of Steamlink seems to work with Py2 according to addon.xml. So that seems fine.

swetoast commented 4 years ago

use dev branch

ceisma commented 4 years ago

As I mentioned in my previous comment I used the dev branch.

swetoast commented 4 years ago

im not backporting to kodi 18 only 19 since py2 is being shutdown

ceisma commented 4 years ago

Understandable. Then I will wait when LibreElec will make the jump to kodi 19.

Thank you for your quick reply.