From fa9c5249fa50ae10cab17c5ee51db8b59a77615b Mon Sep 17 00:00:00 2001 From: litagin02 <139731664+litagin02@users.noreply.github.com> Date: Sat, 22 Jul 2023 19:05:19 +0900 Subject: [PATCH] Announce python 3.11 not supported --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30fff4e..b2178ef 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This can run on CPU without GPU (but slow). ## Install -Requirements: Tested for Python 3.10 on Windows 11. +Requirements: Tested for Python 3.10 on Windows 11. Python 3.11 is probably not supported, so please use Python 3.10. ```bash git clone https://github.com/litagin02/rvc-tts-webui.git @@ -82,4 +82,4 @@ ERROR: Could not build wheels for fairseq, which is required to install pyprojec ``` Maybe fairseq needs Microsoft C++ Build Tools. -[Download installer](https://visualstudio.microsoft.com/ja/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16) and install it. \ No newline at end of file +[Download installer](https://visualstudio.microsoft.com/ja/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16) and install it.