asciidisco / plugin.video.netflix

Inputstream based Netflix plugin for Kodi
MIT License
1.24k stars 225 forks source link

pycryptodomex 3.4.3 needed #596

Closed balexhu closed 5 years ago

balexhu commented 5 years ago

I'm submitting a ...

I am running the latest OSMC on my Raspberry Pi 3 model B and I wanted to watch series and movies on Netflix with this plugin. I installed the Pycryptodomex (with the command "pip install pycryptodomex" and the repository, after that I tried to install the latest version of the plugin(0.13.21.) but the process failed because of this error:

script.module.pycryptodome version 3.4.3 could not be satisfied. However I've already installed it but the version 3.7.2

Is there any way to downgrade it? Or did I make any mistake?

Please consider that I'm really beginner at this stuff, but I would like to improve.

jakermx commented 5 years ago

Are you sure you are running Kodi 18?

balexhu commented 5 years ago

I checked (it wasnt the 18) and upgraded after that it worked.

Thank you!