Hello, please help me solve my mistake. I have a problem installing the repository. I'm a noob and I'm writing this with a translator. Everything was going fine at first, until I got stuck compiling the monotonic_align module. At first, I did not find the folder on the path AIVoifu/voice_conversion/Costs/monotonic_align, so I thought I would need to download it manually. I found monotonic alight here https://pypi.org/project/monotonic-align/#files , and moved the folder to the desired path. (Of course I extracted the folder from the archive). After that, I entered commands to compile monotonic_align. (I was running commands in a venv environment "(venv) C:\Users\tima\Desktop\AIW2\AIwaifu > "). I entered the commands "cd AIVoifu/voice_conversion/Sovits/monotonic_align" and "python setup.py build_ext --in place && cd ../../../../" but I got an error:
(venv) C:\Users\tima\Desktop\AIW2\AIwaifu\AIVoifu\voice_conversion\Sovits\monotonic_align >python setup.py build_ext --inplace && cd ../../../../ C:\Users\tima\Desktop\AIW2\AIwaifu\venv\Lib\site-packages\setuptools\config\pyprojecttoml.py:108: _BetaConfiguration: Support for [tool.setuptools] in pyproject.toml is still beta. warnings.warn(msg, _BetaConfiguration) running build_ext building 'monotonic_align.core' extension "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\tima\Desktop\AIW2\AIwaifu\venv\include -IC:\Users\tima\AppData\Local\Programs\Python\Python311\include -IC:\Users\tima\AppData\Local\Programs\Python\Python311\Include "-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include" "-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /Tcsrc/core.c /Fobuild\temp.win-amd64-cpython-311\Release\src/core.obj core.c c1: fatal error C1083: File cannot be opened source: src/core.c: No such file or directory, error: command 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX86\x64\cl.exe' failed with exit code 2
Please help me with this problem, because I must have done something wrong.
Hello, please help me solve my mistake. I have a problem installing the repository. I'm a noob and I'm writing this with a translator. Everything was going fine at first, until I got stuck compiling the monotonic_align module. At first, I did not find the folder on the path AIVoifu/voice_conversion/Costs/monotonic_align, so I thought I would need to download it manually. I found monotonic alight here https://pypi.org/project/monotonic-align/#files , and moved the folder to the desired path. (Of course I extracted the folder from the archive). After that, I entered commands to compile monotonic_align. (I was running commands in a venv environment "(venv) C:\Users\tima\Desktop\AIW2\AIwaifu > "). I entered the commands "cd AIVoifu/voice_conversion/Sovits/monotonic_align" and "python setup.py build_ext --in place && cd ../../../../" but I got an error:
(venv) C:\Users\tima\Desktop\AIW2\AIwaifu\AIVoifu\voice_conversion\Sovits\monotonic_align >python setup.py build_ext --inplace && cd ../../../../ C:\Users\tima\Desktop\AIW2\AIwaifu\venv\Lib\site-packages\setuptools\config\pyprojecttoml.py:108: _BetaConfiguration: Support for
[tool.setuptools]inpyproject.tomlis still beta. warnings.warn(msg, _BetaConfiguration) running build_ext building 'monotonic_align.core' extension "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\tima\Desktop\AIW2\AIwaifu\venv\include -IC:\Users\tima\AppData\Local\Programs\Python\Python311\include -IC:\Users\tima\AppData\Local\Programs\Python\Python311\Include "-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include" "-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.26100.0\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /Tcsrc/core.c /Fobuild\temp.win-amd64-cpython-311\Release\src/core.obj core.c c1: fatal error C1083: File cannot be opened source: src/core.c: No such file or directory, error: command 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\bin\HostX86\x64\cl.exe' failed with exit code 2Please help me with this problem, because I must have done something wrong.