andrewleech / plugin.video.netflixbmc

NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
http://forum.kodi.tv/showthread.php?tid=211574
GNU General Public License v2.0
56 stars 29 forks source link

Dependencies not met #21

Closed cluttered-code closed 9 years ago

cluttered-code commented 9 years ago

I am trying to install the plugin and it says the dependencies are not met. There is nothing in the readme about dependencies or how to obtain them.

I found these in the addon.xml

<requires>
        <import addon="xbmc.python" version="2.1.0"/>
        <import addon="script.module.requests" version="2.4.3"/>
        <import addon="plugin.program.chrome.launcher" version="1.1.2"/>
        <import addon="script.module.pydevd" version="2.1.0" optional="true"/>
</requires>

I have the chrome launcher installed that was required by the original xbmc. I'm not sure where to find the rest of these.

Thanks

andrewleech commented 9 years ago

Are you trying to install from my repo? See the forum thread for more details: http://forum.kodi.tv/showthread.php?tid=211574 The dependencies should be installed automatically from there.

I've just updated the readme to alert future users to such :-)

cluttered-code commented 9 years ago

I wasn't installing from the repo. I just downloaded the zip from here. I'll do it from the repo. you should add the link to that thread in the README.

Thanks again