Re: thetvdb API

Top Page

Reply to this message
Author: Christian Marillat
Date:  
To: dmo-discussion
Subject: Re: thetvdb API
On 30 oct. 2018 01:25, Nikolai Lusan <nikolai@???> wrote:

[...]

>     return pickle.loads(bytes(super(DbPickleDict, self).__getitem__(key)))
> ImportError: No module named ordered_dict

>
>
> I tried installing the ordereddict module from pip (it seems the Debian
> python-ordereddict package has gone away), I also tried adding extra python
> packages that showed up with an 'apt-cache search ordereddict' nothing
> seems to be bringing in the correct python module.


Maybe a bad idea to mixup pip packages with Debian packages.

Here is an example, if you have a too old version installed.

https://github.com/urllib3/urllib3/issues/1456

Christian