-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conda support #447
Comments
Thank you @jab for raising this matter. Would you find it useful for your workflow? Or do you know other groups that would benefit from Conda support in FawltyDeps?
❤️ Thank you! I hope it helps you save time and you enjoy using it :) All contributions of all kinds are warmly welcomed :) |
Thank you @mknorps, fantastic you're open to this. Yes, I would find this useful and I know many other groups that would too. For example, in the past I worked on the SDLC team of a large organization that used Conda, and I was responsible for providing code quality tooling, including standardized pre-commit hooks. FawltyDeps would provide a lot of value in that sort of solution, and I know there are lots of other Conda users and organizations that use Conda that would benefit from FawltyDeps. |
I've started trying to map out what it would mean to support Conda in FawltyDeps. See issues #450, #451, #452 for details on each of the aspects I've researched so far. I would be thrilled if someone with Conda experience would have a look at these and provide feedback on what is/isn't necessary to support, and if there are obvious things we've overlooked. |
(Hi from my work account.) I would propose to start with support for just some environment.yml that the user can specify (#452). (And while we're listing related issues, maybe worth mentioning that pixi allows users to declare conda dependencies in pyproject.toml, especially in light of conda/conda-lock#615.) Also interested in feedback from other users here. |
Thanks for bringing Pixi to our attention. I've created a couple more issues to explore how Pixi fits into the Conda picture, and what effect it might have on FawltyDeps. Whether or not Pixi is (yet) a prominent alternative to Conda, I'm starting to see that it might benefit us to begin with adding support for Pixi before we try to tackle the rest of the Conda issues:
|
Thanks, sounds good. FWIW, I think you can consider #450 out of scope. That should hopefully simplify things significantly. |
I noticed that "What about Conda?" appeared in #195 a while ago, but found no other mentions since then. It seemed worth having a dedicated issue for this, if only to close as "not planned", though hopefully there is still interest and it wouldn't end up being too hard.
Thanks for maintaining FawltyDeps! ❤️
The text was updated successfully, but these errors were encountered: