conda-incubator / conda-tree

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

Can't find the seaborn or matplotlib packages #18

Closed joelostblom closed 2 years ago

joelostblom commented 2 years ago

conda-tree depends -t seaborn returns warning: package "seaborn" not found although conda search seaborn returns multiple matches. The same thing happnes with matplotlib but not with altair, numpy, pandas, or scipy. This is with conda-tree 1.0.5

image

rvalieris commented 2 years ago

hello,

conda-tree can only show information about packages currently installed, the warning message is saying that there is no "seaborn" in the list of packages installed.

joelostblom commented 2 years ago

Oh I see, I thought it worked similar to what conda search --reverse-dependency used to do and didn't realize it was only for installed packages. Thanks!