conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

[BUG] - Packages that don't exist in conda-forge are showing up in autocomplete #345

Open Adam-D-Lewis opened 9 months ago

Adam-D-Lewis commented 9 months ago

Describe the bug

image As you can see in the image azure shows up in the autocomplete, but there is no azure package in conda-forge (https://anaconda.org/search?q=azure). Furthermore, if you add the package and try to build the environment, it fails.

Expected behavior

Azure should not show up in autocomplete if it can't be added to the environment.

How to Reproduce the problem?

obvious

Output

No response

Versions and dependencies used.

No response

Anything else?

As a workaround, https://anaconda.org/search?q=azure should be a more accurate way to check available packages.

pavithraes commented 8 months ago

Thanks for opening an issue. I believe this is handled in conda-store-ui, moving to the corresponding repo. Please feel free to revert if needed. :)

pavithraes commented 8 months ago

Noting @dharhas's Slack comemnt:

the autocomplete unfortunately is not live and is independent of the channels. The opposite is true as well. The autocomplete doesn't work when adding a new channel and the only way to add packages from those channels is to switch to yaml or type it in fully.