[Distutils] Announcement: Pip 10 is coming, and will move all internal APIs

Paul Moore p.f.moore at gmail.com
Fri Oct 20 10:20:01 EDT 2017


On 20 October 2017 at 14:55, Jannis Gebauer <ja.geb at me.com> wrote:
> Thanks for the heads-up, Paul.
>
> I’m currently using `pip.get_installed_distributions` and as far as I can
> see that has moved into `_internal`, too:
> https://github.com/pypa/pip/blob/master/src/pip/_internal/utils/misc.py#L333
>
> Any recommendations?

See https://github.com/pypa/pip/pull/4743

Unfortunately, the "latest" docs build doesn't seem to reflect this (I
don't know why).

I guess you probably want something from pkg_resources? Depends
precisely what you're trying to do, I guess.
Paul


More information about the Distutils-SIG mailing list