-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Labels
Description
Hello, when I'm trying to install Python Wrapper for WORLD vocoder, called PyWorld
`python {
buildPython "/usr/bin/python3.8"
buildPython "python3"
pip {
install "numpy"
install "librosa"
install "soundfile"
install "torch"
install "pyworld"
}
}`
I"m getting this error:
error: CCompiler.compile: Chaquopy cannot compile native code
Failed to install pyworld from https://files.pythonhosted.org/packages/af/88/003eef396c966cf00088900167831946b80b8e7650843905cb9590c2d9ca/pyworld-0.2.12.tar.gz.
RichardGajda, harikautilya and RaMi626