[Distutils] pkg_resources/func_sigs requires ordereddict package rather than collections.OrderedDict in python 2.7.11

Paul Moore p.f.moore at gmail.com
Fri Apr 22 11:33:18 EDT 2016


On 22 April 2016 at 15:58, George Nurser <gnurser at gmail.com> wrote:
> IIs the problem that the current version of pkg_resources (which I believe
> is part of setuptools) automatically searches for ordereddict or is it a
> funcsigs problem?   I am running v 19.2 of setuptools and v 1.0.0 of
> funcsigs:

Funcsigs declares that it requires ordereddict in order to run. So the
message is correct. Whether funcsigs could be modified to use
collections.OrderedDict if present as an alternative to ordereddict,
is a question for the funcsigs project. It looks like it's already
been raised: https://github.com/testing-cabal/funcsigs/issues/18

Paul


More information about the Distutils-SIG mailing list