[ FIRST TIME INSTALLATION ]
Hi everyone, i was installing it for the first time as the guide provided in readme_dev_en.md without the prior knowledge, dispite following the instruction there step by step i ran into many problems
Here's what happened:
Node.js 26: The client expects Node 18–20, but I had Node 26. That's why the webpack dev server failed. ONNX Runtime 1.13.1: On my current Arch system (Linux 6.18 + modern toolchain), it requested an executable stack (GNU_STACK RWE), which the kernel rejected. Replacing it with 1.20.1 solved that. pkg_resources: The project depends on librosa 0.9.1, which imports pkg_resources. Recent setuptools releases changed that ecosystem, so downgrading setuptools restored compatibility.
please anyone crosscheck that is it only with me or the instruction need to be more specific with versions
Source: w-okada/voice-changer