How to install a new pythone package
#1
I wonder if there is a way to install a new python package, in addition to those in "manage dependencies" section? I want to use "pandas" package in my addon, and couldn't find a way to install it.
Reply
#2
I found this doc:
https://kodi.wiki/view/Python_libraries, and there is a way explained in the 3rd section. But I couldn't understand how to add pandas to lib directory and what should I put in the __init__.py file.
Reply
#3
there's no need to create any files yourself.
simply drop the pandas folder in the lib directory and you're done.

if you need more info on the structure of python modules, you can have a look at the ones we ship, for example:
https://github.com/xbmc/repo-scripts/tre...simplejson
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
How to install a new pythone package0