20 Oct
2017
20 Oct
'17
2:20 p.m.
On 20 October 2017 at 14:55, Jannis Gebauer <ja.geb@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