Python requests and urllib3

  • Hi, I'm trying to install the Dropbox addon for kodi (DBMC) but I need some python packages.

    requests (update)

    and

    urllib3

    I've succesfully installed them in a raspbian OS (retropie)

    wget "https://bootstrap.pypa.io/get-pip.py"

    sudo python get-pip.py

    sudo pip install requests

    sudo pip install urllib3

    But of course I cannot do the same in LibreElec.

    Thanks in advance.

  • You don't need pip, kodi provides those python modules. The addon (if done properly) should automatically pull the needed modules.