speech recognition for anaconda installation

后端 未结 2 948
日久生厌
日久生厌 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
    
    0 讨论(0)
  • 2021-01-23 10:11

    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'.

    0 讨论(0)
提交回复
热议问题