Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing error #82

Open
lmBored opened this issue Jun 20, 2022 · 2 comments
Open

Installing error #82

lmBored opened this issue Jun 20, 2022 · 2 comments

Comments

@lmBored
Copy link

lmBored commented Jun 20, 2022

Below is the error i got. please give some advice

C:\WINDOWS\system32>pip install webrtcvad
Collecting webrtcvad
Using cached webrtcvad-2.0.10.tar.gz (66 kB)
Preparing metadata (setup.py) ... done
Using legacy 'setup.py install' for webrtcvad, since package 'wheel' is not installed.
Installing collected packages: webrtcvad
Running setup.py install for webrtcvad ... error
error: subprocess-exited-with-error

× Running setup.py install for webrtcvad did not run successfully.
│ exit code: 1
╰─> [9 lines of output]
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.9
copying webrtcvad.py -> build\lib.win-amd64-3.9
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: legacy-install-failure

× Encountered error while trying to install package.
╰─> webrtcvad

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

@lmBored
Copy link
Author

lmBored commented Jun 20, 2022

i tried pip install webrtcvad-wheels and it worked, but still wondering why pip install webrtcvad doesnt work.

@ZewZack
Copy link

ZewZack commented Aug 8, 2022

i tried "pip install webrtcvad-wheels" but it still says install 14.0 or greater. I installed all C++ x86 / x64 and build tool things but can't find any solution :/

edit: nvm I reinstalled build tools and it works now. reboot and reinstall should fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ZewZack @lmBored and others