conda-incubator / conda-tree

conda dependency tree helper
MIT License
152 stars 12 forks source link

WARNING: The conda.install module is deprecated and will be removed in a future release. #2

Closed pb-cdunn closed 5 years ago

pb-cdunn commented 5 years ago

Great little utility. I'm using it to solve https://github.com/conda-forge/conda-forge.github.io/issues/701

However, I see this warning:

WARNING: The conda.install module is deprecated and will be removed in a future release.
rvalieris commented 5 years ago

thanks for the heads up, I hadn't noticed this warning yet.

rvalieris commented 5 years ago

should be solved now !

mubasharkhan commented 5 years ago

So what will be the alternative?

rvalieris commented 5 years ago

So what will be the alternative?

in this case, conda.exports provides the same methods I was using before.