Installing Cognitive Services Speech

Thiago kpa 1 Reputation point
2021-07-08T13:39:16.493+00:00

I'm trying to install the package via Power Shell and got the error above:

PS> Install-Package Microsoft.CognitiveServices.Speech

No linha:1 caractere:1

  • Install-Package Microsoft.CognitiveServices.Speech
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • CategoryInfo : ObjectNotFound: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package], Exception
  • FullyQualifiedErrorId : NoMatchFoundForCriteria,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 54,011 Reputation points Moderator
    2021-07-08T22:16:17.453+00:00

    Hello,

    I have seen the same issue, the solution for that is installing the RSAT modules for managing AD using powershell. Somehow it added the required components for installing other modules.

    Could you please try it?

    Regards,
    Yutong

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.