From f8e4e00d47e7df706c1bb396f1cdc53bc5fd8e2e Mon Sep 17 00:00:00 2001 From: Aptronymist <108482020+Aptronymist@users.noreply.github.com> Date: Sun, 9 Jul 2023 11:47:22 -0400 Subject: [PATCH] Update README.md Included fix for `typing-extensions` error --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 012a1fc62..995b893a1 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,17 @@ Individual features are not listed here, instead check [Changelog](CHANGELOG.md) - Starts `sdnext.py` in a Python virtual environment (`venv`) - Uses `install.py` to handle all actual requirements and dependencies + +**Common Installation Error**: Potential Installation Conflict in `typing-extensions` + +If you encounter an error related to `typing-extensions` on first running SD.Next it is due to a very recent conflict in upstream Python libraries. +*This is a known issue that we can't do anything about.* +Rest assured, there is a simple resolution for this issue, please do the following: + +Run `webui.bat` or `webui.sh` again. This will trigger the automatic resolution process. +Upon re-execution, SD.Next will resolve the conflict and function as intended from then on. + + > Server can run without virtual environment, but it is recommended to use it to avoid library version conflicts with other applications > **nVidia/CUDA** and **AMD/ROCm** are auto-detected is present and available, but for any other use case specify required parameter explicitly or wrong packages may be installed as installer will assume CPU-only environment.