From 426cc32258fb094e50097c3833c2b1da316e0a8e Mon Sep 17 00:00:00 2001 From: http-404-usernotfound <107795857+http-404-usernotfound@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:47:42 +0530 Subject: [PATCH] Update README.md Some users were facing problems while installing the PIP packages because distutils.cmd module was missing in their Python environment. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2adecf0..2c88c3b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ conda activate GPTSoVits bash install.sh ``` ### Install Manually +#### Make sure you have the distutils for python3.9 installed + +```bash +sudo apt-get install python3.9-distutils +``` + #### Pip Packages ```bash