plain-baker-2104
01/05/2023, 3:53 PMWith 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 thissetting:.condarc
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?Copy codeconda config --set pip_interop_enabled True