-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello again. I just tried to build this latest iteration, and ran into some trouble. this may of course all be user error in the end.
I installed a conda env with python 3.9
I then ran pip install -r requirements.txt
at the end of the install there, i got this message
Building wheels for collected packages: webrtcvad
Building wheel for webrtcvad (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [9 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-39
copying webrtcvad.py -> build\lib.win-amd64-cpython-39
running build_ext
building '_webrtcvad' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for webrtcvad
Running setup.py clean for webrtcvad
Failed to build webrtcvad
ERROR: Could not build wheels for webrtcvad, which is required to install pyproject.toml-based projects
to solve this, i used conda install -c conda-forge webrtcvad but then, when i run papagayo-ng.py, i get a message flashing about ffmpeg not available, and then the env terminal closes. so i then install ffmpeg into the env with conda install ffmpeg
I try to run python papagayo-ng.py again, and the terminal just closes. so, i do not know what to do at this point, or have any clue as to where to start looking.
Thank you for continuing to advance this project!