The dependency on xbmc.python version 2.20.0 could not be satisfied

Hello,

I am trying to install Moonlight on a new install of OSMC and I don’t know if I am doing it correctly. I followed the guide to install Moonlight-embedded here:

But when I tried to install the zip file for a launcher in OSMC (Release Luna 0.6.3 · wackerl91/luna · GitHub) then I get the following error message:

Failed to install add-on from zip file
The dependency on xbmc.python version 2.20.0 could not be satisfied.

Kodi Log:
https://paste.osmc.tv/uqeyepocur.xml

How can I find out what dependency I need to fix this error?

OSMC Log:
https://paste.osmc.tv/qoyuhaqoxo

Note the following commands I used to install Moonlight-embedded:

curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-embedded/setup.deb.sh' | distro=raspbian codename=buster sudo -E bash
sudo apt install moonlight-embedded
sudo apt-get update
sudo apt-get dist-upgrade 

Thank you,

You already have xbmc.python installed but yours is version 3.0.0 whereas this seems to want 2.2.0, i guess you need to raise this with the Luna people to update the addon.

Thank you for your reply. I understand and will ask the Luna people for an update.