Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support egg-info distributions in find_distributions_in_venv #195

Open
baszalmstra opened this issue Feb 4, 2024 · 2 comments
Open

Support egg-info distributions in find_distributions_in_venv #195

baszalmstra opened this issue Feb 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@baszalmstra
Copy link
Contributor

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.

@baszalmstra baszalmstra added the enhancement New feature or request label Feb 4, 2024
@baszalmstra
Copy link
Contributor Author

Ive started working on this! :)

@tdejager
Copy link
Contributor

tdejager commented Feb 6, 2024

We also have a problem where we cannot actually build the source distributions, support for it would be nice was already requested by a pixi user.

Try:

cargo r mamba-ssm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants