conda-incubator / conda-pypi

Better PyPI interoperability for the conda ecosystem
https://conda-incubator.github.io/conda-pypi/
MIT License
12 stars 1 forks source link

Investigate using `pip install --dry-run` + some mappings #6

Closed jaimergp closed 4 months ago

jaimergp commented 9 months ago

As an alternative to grayskull, we could try with a naive pip solve first (or pip-tools), mapping things as necessary, and if that doesn't work then rely on grayskull.

pradyunsg commented 6 months ago

pip also has --report, which lists the exact distributions that pip would try to use.