wiseman/py-webrtcvad

error: subprocess-exited-with-error while installing with pip

audd1 opened this issue · 5 comments

audd1 commented

I'm trying to install webrtcvad using pip but I got the following error message, although I have I have microsoft visual c++ 2015-2022 redistributable installed:

`Collecting webrtcvad
Using cached webrtcvad-2.0.10.tar.gz (66 kB)
Preparing metadata (setup.py) ... done
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-310
copying webrtcvad.py -> build\lib.win-amd64-cpython-310
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`

you need to go to https://visualstudio.microsoft.com/visual-cpp-build-tools/ and install C++ build tools. Make sure to check the box for it once the installer is finished.

already installed Microsoft Visual C++ 14.xx.xx
bagreport

same error, any suggestions?