Skip to content

Instantly share code, notes, and snippets.

@gjhuerte
Last active July 27, 2020 06:53
Show Gist options
  • Save gjhuerte/b74f2cd9d717492f3d75e76dccf9f4af to your computer and use it in GitHub Desktop.
Save gjhuerte/b74f2cd9d717492f3d75e76dccf9f4af to your computer and use it in GitHub Desktop.
https://forum.kodi.tv/showthread.php?tid=274310
@gjhuerte
Copy link
Author

gjhuerte commented Jul 27, 2020

asciidisco/plugin.video.netflix#665

In order to get our add-ons working correctly, we need to add some additional dependencies and their recommended packages.

sudo apt-get install python-pip python-crypto build-essential -y
sudo apt-get install python-all-dev python-setuptools python-wheel -y
sudo apt-get install python-crypto-dbg python-crypto-doc python-pip-whl -y

Now lets install our Python cryptography dependency.

pip install pycryptodomex

To make sure our add-ons are finding our pycryptodomex module, lets add a symbolic link to the location.

sudo ln -s /usr/lib/python2.7/dist-packages/Crypto /usr/lib/python2.7/dist-packages/Cryptodome

@gjhuerte
Copy link
Author

sudo apt-get install kodi-inputstream-adaptive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment