-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE] Failed to build installable wheels for some pyproject.toml based projects (pynini) #193
Comments
我的系统是macos M3芯片 |
把 reqquirements.txt 里面的 这个库依赖 pynini (这个包不在linux上安装有点麻烦),不装这个包也是兼容的, |
问题一: |
我看文档中 git代码是ChatTTS-Forge,内容如下: |
requirements.dev.txt/reqirements.dev.gpu.txt是ci环境跑流水线用的,一般使用不需要用这两个
用 4.44.0
ChatTTS-Forge 就是 Speech-AI-Forge,改名字了而已,github 会自动跳转,所以应该你也可以拉到代码
网络问题,看看浏览器控制台,可能需要配置网络环境,某些css可能被墙了之类的 |
是将src音频的声音克隆成ref的音频的音色,声音克隆只能用 OpenVoice吗 我看webui中CosyVoice的也是可以的给一串文本和一个音频 然后CosyVoice使用该音频的音色生成该文本的音频呢 |
还有一个事情。大佬,接口1 :上传一个声音,然后保存成json文件 |
v1的接口除了vc接口都不支持直接克隆,需要你先提供 spk 文件,spk文件现在新版本的暂时没法用api创建 目前,你可以用两个方法创建spk文件:
关于克隆音色:
需要看接口参数有哪些,除了看代码,你也可以参考看自动文档 关于 |
确认清单
你的issues
我使用的是 conda环境 python3.10.13
首先我拉下代码之后 我安装依赖 出现了问题 我使用的命令就是:python -m pip install -r requirements.txt
错误如下:
running build_ext
building '_pywrapfst' extension
creating build/temp.macosx-11.0-arm64-cpython-310/extensions
clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/homebrew/Caskroom/miniconda/base/envs/ForgeTTS_3.10/include -arch arm64 -fPIC -O2 -isystem /opt/homebrew/Caskroom/miniconda/base/envs/ForgeTTS_3.10/include -arch arm64 -I/opt/homebrew/Caskroom/miniconda/base/envs/ForgeTTS_3.10/include/python3.10 -c extensions/_pywrapfst.cpp -o build/temp.macosx-11.0-arm64-cpython-310/extensions/_pywrapfst.o -std=c++17 -Wno-register -Wno-deprecated-declarations -Wno-unused-function -Wno-unused-local-typedefs -funsigned-char -stdlib=libc++ -mmacosx-version-min=10.12
In file included from extensions/_pywrapfst.cpp:48:
/opt/homebrew/Caskroom/miniconda/base/envs/ForgeTTS_3.10/include/python3.10/Python.h:25:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
^~~~~~~~~
1 error generated.
error: command '/opt/homebrew/Caskroom/miniconda/base/envs/ForgeTTS_3.10/bin/clang++' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pynini
Failed to build pynini
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pynini)
The text was updated successfully, but these errors were encountered: