I am currently trying to install speech recognition for anaconda but I am getting error
(base) C:>conda install -c conda - forge/label/cf201901 Collecting package metada
Your command makes no sense. forge/label/cf201901
is a channel name.
If you wanna install a pkg from specific channel, like forge/label/cf201901
. Try following command
conda install --channel "conda-forge/label/cf201901" package
try to install using Anaconda Navigator: go to Anaconda Navigator, Environments, (select your environment), click on the dropdown with 'Installed', and change to 'Uninstalled', search the package you need, check the box beside the name of the package and finally click on 'Apply'.