SK-Errors
Barrett Burnworth
☝️ What's up?
This weekend I finally hunted down and downloaded Maeda’s SK-Recipes repo. Installed, ran into an issue and submitted a PR to help with that. Now I am trying to get Semantic Kernel c# working on my machine! I am running into issues and have not gotten around the latest one yet. I was going to try GitPod last night, but had to get my machine set up with Dashlane, which has all of my passwords. I got that sorted, but by that time was ready to close my eyes.
Error: NU1101
VSCode
error NU1101: Unable to find package Microsoft.SemanticKernel. No packages exist with this id in source(s): C:\Program Files\dotnet\sdk\7.0.302\FSharp\library-packs
This apparently should just work… I’m not sure what the nuget package issue is. Error NU1101: Unable to find package Microsoft.SemanticKernel.
I have installed a nuget package manager extension and tried to add the SemanticKernel package. This did not help. With this I run into “Cannot find any .csproj or .fsproj file for your project! …” This is confusing me, because I was under the impression that the polyglot notebooks would ‘just work.’ Reading through the repo, watching the walkthrough, there is no mention of this issue. Their discord has one mention of Error NU1101 and John Maeda comments, but I never saw a resolution.
Resolution
Still searching. If anyone has tips, please shoot them my way!