speech recognition for anaconda installation

后端 未结 2 969
日久生厌
日久生厌 2021-01-23 09:44

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

2条回答
  •  青春惊慌失措
    2021-01-23 10:10

    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
    

提交回复
热议问题