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.
forge/label/cf201901
If you wanna install a pkg from specific channel, like forge/label/cf201901. Try following command
conda install --channel "conda-forge/label/cf201901" package