Skip to content

Support egg-info distributions in find_distributions_in_venv #195

@baszalmstra

Description

@baszalmstra

Many conda packages (even recent ones) are still using egg-info directories for example:

https://conda.anaconda.org/pytorch/noarch/botorch-0.9.5-0.tar.bz2

We should be able to discover them when they are installed in a Conda environment. This most likely requires changing the Distribution struct a little too to be able to distinguish between dist-info and egg-info installed distributions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions