vosk-api icon indicating copy to clipboard operation
vosk-api copied to clipboard

Followed the csharp tutorial, but it doesn't seem to see the package that is clearly present

Open bleh05 opened this issue 2 years ago • 1 comments

image

C:\Users\bleh0\source\vosk-api\csharp\demo\VoskDemo.csproj : error NU1101: Unable to find package Vosk. No packages exist with this id in source(s): C:\Users\bleh0\source\vosk-api\csharp\nuget

I followed the csharp tutorial exactly and then it gave me the above errors, did I do something wrong? I don't see anything wrong with my nuget.

bleh05 avatar Apr 27 '22 21:04 bleh05

Package doesn't have to be in C:\Users\bleh0\source\vosk-api\csharp\nuget, it is hosted on nuget.org. You can probably run nuget install Vosk -Version 0.3.31 to download it

nshmyrev avatar Apr 27 '22 22:04 nshmyrev