On 30 oct. 2018 04:26, Nikolai Lusan <nikolai@???> wrote:
[...]
>> Here is an example, if you have a too old version installed.
>>
>> https://github.com/urllib3/urllib3/issues/1456
>
> I have also looked at this, _if_ the issue is the version of urllib3
> installed I have no way of backing out to a lower version (the current
> version being 1.24-1)
Are you sure your machine is really up to date ?
All error related to ordered_dict are a problem between python-requests
and python-urllib3 if these packages are too old.
python-requests must be at least 2.20.0-2
Could you try to install these apckages ?
python-pkg-resources
python-configparser
Christian