From 797e2f780dfb15396da7dc91b456af96dcbc7a4b Mon Sep 17 00:00:00 2001 From: gogurtenjoyer <36354352+gogurtenjoyer@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:18:07 -0800 Subject: [PATCH] Add python version warning from the docs Just a quick update about Python 3.11. --- installer/readme.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/installer/readme.txt b/installer/readme.txt index c03095ca2a..5138d0cd52 100644 --- a/installer/readme.txt +++ b/installer/readme.txt @@ -8,13 +8,16 @@ Preparations: to work. Instructions are given here: https://invoke-ai.github.io/InvokeAI/installation/INSTALL_AUTOMATED/ + NOTE: At this time we do not recommend Python 3.11. We recommend + Version 3.10.9, which has been extensively tested with InvokeAI. + Before you start the installer, please open up your system's command line window (Terminal or Command) and type the commands: python --version If all is well, it will print "Python 3.X.X", where the version number - is at least 3.9.1 + is at least 3.9.1, and less than 3.11. If this works, check the version of the Python package manager, pip: