Win11 按文档安装启动webUI无任何反应 直接跳出了
Closed this issue · 4 comments
iloveuaa commented
1、下载zip 解压,然后安装
2、执行
conda create -n cosyvoice python=3.8
conda activate cosyvoice
# pynini is required by WeTextProcessing, use conda to install it as it can be executed on all platform.
conda install -y -c conda-forge pynini==2.1.5
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
aluminumbox commented
没有日志,不清楚原因
iloveuaa commented
没有日志,不清楚原因
日志默认在哪个文件可以看,我这边什么提示都没有就退出了
SPRCSY commented
windows下python3命令是没有反应的,需要在cosyvoice的env激活时调用python命令,或者未激活cosyvoice环境时指定路径调用cosyvoice的env文件夹里面的那个python或者pythonw来跑
iloveuaa commented
windows下python3命令是没有反应的,需要在cosyvoice的env激活时调用python命令,或者未激活cosyvoice环境时指定路径调用cosyvoice的env文件夹里面的那个python或者pythonw来跑
激活了,是在cosyvoice环境下的,截图上有的。我win上没有python3的,日志也没有输出,找不到原因了
minicoda powershell