invoke-ai/InvokeAI

[bug]: InvokeAI install 5.4.3rc1

SaPanther opened this issue · 1 comments

Is there an existing issue for this problem?

  • I have searched the existing issues

Operating system

Windows

GPU vendor

Nvidia (CUDA)

GPU model

RX 3060

GPU VRAM

No response

Version number

3.5

Browser

Windows 11

Python dependencies

No response

What happened

Attempting to install invokeai 5.4.3rc1 -- get error message: Error: Unexpected exit code: 1
Command line: | 'C:\Users\SaPanther\invokeai5.4.venv\Scripts\pip.exe' install --require-virtualenv --force-reinstall --use-pep517 'invokeai[onnx-cuda]==5.4.3rc1' --extra-index-url https://download.pytorch.org/whl/cu124
Could not install InvokeAI. Please try downloading the latest version of the installer and install again.
Press any key to continue . . .

What you expected to happen

expected an install

How to reproduce the problem

run install.bat

Additional context

have broken current version so that does not work either

Discord username

none

00xBAD commented

Invoke requires python 3.10 or 3.11. If you don't already have one of these versions installed, we suggest installing 3.11, as it will be supported for longer.

Happen to me too on windows 10, i had uninstall python python 3.12, and leave only 3.11.9 as unique python install on my system (a bit of workaround for now..).

Go here, install python 3.11.9, and be sure is the only one installed
on your system, you can check on terminal with python --version, then try again launch invokeai installer bat file