-
-
Notifications
You must be signed in to change notification settings - Fork 506
Description
Package
Invoke AI
When did the issue occur?
Updating the Package
What GPU / hardware type are you using?
Nvidia 3060 12gb
What happened?
SM posts an update available notice for Invoke 6.9.0 to 6.10.0
Update fails without clear reason (Error message: Package Modification Failed)
Investigating the full console output reveals that python minimum requirement has shifted from 3.10 to 3.11.
Only way to update is to uninstall and reinstall with newer python version (default is now 3.12), but finding this out requires talking to the discord because the error message is not informative.
Console output
Using Python 3.10.11 environment at: venv
× No solution found when resolving dependencies:
╰─▶ Because the current Python version (3.10.11) does not satisfy
Python>=3.11,<3.13 and invokeai==6.10.0 depends on Python>=3.11,<3.13,
we can conclude that invokeai==6.10.0 cannot be used.
And because you require invokeai==6.10.0, we can conclude that your
requirements are unsatisfiable.
Could not update InvokeAI (StabilityMatrix.Core.Exceptions.ProcessException: pip install failed with code 1: 'Using Python 3.10.11 environment at: venv\n \u00d7 No solution found when resolving dependencies:\n \u2570\u2500\u25b6 Because the current Python version (3.10.11) does not satisfy\n Python>=3.11,<3.13 and invokeai==6.10.0 depends on Python>=3.11,<3.13,\n we can conclude that invokeai==6.10.0 cannot be used.\n And because you require invokeai==6.10.0, we can conclude that your\n requirements are unsatisfiable.\n'
at StabilityMatrix.Core.Python.UvVenvRunner.PipInstall(ProcessArgs args, Action1 outputDataReceived) at StabilityMatrix.Core.Models.Packages.InvokeAI.InstallPackage(String installLocation, InstalledPackage installedPackage, InstallPackageOptions options, IProgress1 progress, Action1 onConsoleOutput, CancellationToken cancellationToken) at StabilityMatrix.Core.Models.Packages.InvokeAI.InstallPackage(String installLocation, InstalledPackage installedPackage, InstallPackageOptions options, IProgress1 progress, Action1 onConsoleOutput, CancellationToken cancellationToken) at StabilityMatrix.Core.Models.Packages.InvokeAI.Update(String installLocation, InstalledPackage installedPackage, UpdatePackageOptions options, IProgress1 progress, Action1 onConsoleOutput, CancellationToken cancellationToken) at StabilityMatrix.Core.Models.PackageModification.UpdatePackageStep.ExecuteAsync(IProgress1 progress, CancellationToken cancellationToken)
at StabilityMatrix.Core.Models.PackageModification.PackageModificationRunner.ExecuteSteps(IEnumerable`1 steps))
Version
2.15.5
What Operating System are you using?
Windows