Zuntan03 / EasyBertVits2

文章から感情豊かな音声を生成する Bert-VITS2 を簡単に使えます。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Error

fanglangxinghai opened this issue · comments

It seems to be a proxy environment issue.
https://www.google.com/search?q=%22missing+dependencies+for+socks+support%22+windows
https://www.google.com/search?q=%22missing+dependencies+for+socks+support%22+%22get-pip.py%22

src/Setup.bat or src/Setup-Python.bat
%CURL_CMD% -o lib\python\get-pip.py https://bootstrap.pypa.io/get-pip.py
It might work if you rewrite it as follows.
%CURL_CMD% -o lib\python\get-pip.py https://bootstrap.pypa.io/get-pip.py --proxy="PROXY_SERVER:PROXY_PORT"

PROXY_SERVER:PROXY_PORT should be rewritten to match your proxy environment.