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

Feature Request: generate the conda environment yaml based on uv.lock #6989

Open
shuowpro opened this issue Sep 4, 2024 · 3 comments
Open
Labels
wish Not on the immediate roadmap

Comments

@shuowpro
Copy link

shuowpro commented Sep 4, 2024

Based on this issue: #6007 we have already support export the requirement.txt file based on uv.lock. is it possible to support export the conda environment yaml file as well?

@zanieb zanieb added the wish Not on the immediate roadmap label Sep 4, 2024
@zanieb
Copy link
Member

zanieb commented Sep 4, 2024

It's probably possible. Can you share more about your use-case?

@shuowpro
Copy link
Author

shuowpro commented Sep 4, 2024

I have a remote server environment where I am required to use Anaconda for training the model. I want to manage and align the Anaconda environment with our build environment, and I think uv is a perfect tool for this. I'm curious about the long-term plan for uv in terms of supporting Anaconda. Exporting the Anaconda environment file would be sufficient for our needs. If you think this design aligns with your long-term plan, I am happy to help with its implementation.

@zanieb
Copy link
Member

zanieb commented Sep 4, 2024

I think it's okay to support if it works, but I'm not sure how well it will translate since Conda has, for example, different names for some packages. We can't actually perform a resolution with Conda.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wish Not on the immediate roadmap
Projects
None yet
Development

No branches or pull requests

2 participants