-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Wondering if there's a net positive in using whl2conda for this. The rough logic would be to:
- Run the dependency analysis to get the conda and PyPI packages as we are doing now.
- Instead of running
pip install --no-deps ...directly, convert to.condabeforehand withwhl2condaand then install that withconda --no-deps. - We would cache these converted wheels in the pkgs cache as usual.
Benefits:
- More integration in the conda environment (proper conda-meta/ files, clobbering detection, taken into account in the solves, etc).
- A mature project that has gone through the usual edge cases already so it should be more robust than this early attempt
Cons:
- One more dependency
- Delegated complexity to a 3rd party
- We could be introducing problems in the solves
Metadata
Metadata
Assignees
Labels
No labels