Browse Source

oops forgot packaging

pull/515/head
JT 8 months ago
parent
commit
e4aa0f85a5
  1. 3
      StabilityMatrix.Core/Models/Packages/KohyaSs.cs

3
StabilityMatrix.Core/Models/Packages/KohyaSs.cs

@ -131,6 +131,9 @@ public class KohyaSs(
venvRunner.WorkingDirectory = installLocation;
await venvRunner.Setup(true, onConsoleOutput).ConfigureAwait(false);
// Extra dep needed before running setup since v23.0.x
await venvRunner.PipInstall("packaging").ConfigureAwait(false);
if (Compat.IsWindows)
{
var setupSmPath = Path.Combine(installLocation, "setup", "setup_sm.py");

Loading…
Cancel
Save