Hi I just came across <https://conda.io/projects/...
# ask-metaflow
p
Hi I just came across https://conda.io/projects/conda/en/latest/user-guide/configuration/pip-interoperability.html#improving-interoperability-with-pip
With this interoperability, conda can use pip-installed packages to satisfy dependencies, cleanly remove pip-installed software, and replace them with conda packages when appropriate.
If you’d like to try the feature, you can set this
.condarc
setting:
Copy code
conda config --set pip_interop_enabled True
which seems to suggest you can now use conda to install pip only packages. Can anyone confirm whether this works with metaflow? and also mamba?
1