-1

I'm new to Kodi and I installed Kodi 19.0 However, I'm trying to install an add-on with xbmc.python which is version 3.0 but it fails with error the requirement can't be satisfied.

How can I determine the python version that my Kodi has and replace it on the addon.xml?

E_K
  • 2,159
  • 23
  • 39

1 Answers1

1

Kodi 19 is always python 3, all versions before that will be python 2.

Razze
  • 4,124
  • 3
  • 16
  • 23
  • Sure. But why do I get the error `The dependency on xbmc.python version 3 could not be satisfied` ? – E_K Apr 12 '21 at 00:58
  • 1
    Correct import would be `` best would be to share the addon/repo/addon.xml – Razze Apr 12 '21 at 10:13