RhinoCode.exe - Failed getting nuget packages

I am trying to create my first plugin, all in Python, and I am having a problem when RhinoCode buids the plugin. The build succeeds, I do have a plugin, I can install it, the commands work, but I see this error:

RhinoCode.exe project build "C:\workspace\Rhino\IntelliClad\Plugin\IntelliClad.rhproj"
  0% - Preparing project
 10% - Preparing build path
 20% - Preparing plugin assembly
Error 5/27/2026 20:49:34 [rhinocode] Failed getting nuget packages: RhinoCommon==9.*
 50% - Preparing grasshopper plugin assembly
 21% - The are no GH components in this project. Skipping Grasshopper 1 plugin.
 60% - Adding shared resources
 90% - Creating yak package
100% - Complete

Any idea if this is a real problem and how to fix it?


Another issue is with the percentages, where 21 comes after 50: 0 - 10 - 20 - 50 - 21 - 60 - 90 - 100 :slight_smile: