I am trying to do some audio work in python, on my work computer. Getting IT approval to install anything is a laborious process, so I'm looking for a work around.
Anyways, the long 'n short of it is that when I run pip install webrtcvad
, it fails, and tells me I need visual C++ 14. I have 2015, but apparently I need that specific version.
Is there anywhere I can download that package pre-built/compiled? I've been looking for the wheel file, but only found linux ones (I think, does that even matter? I'm on windows 10):
https://www.piwheels.hostedpi.com/simple/webrtcvad/
And I don't really know where to put one if it works, in any case. Traceback included for no real reason, just because I felt I should.
----------------------------------------
Failed building wheel for webrtcvad
Running setup.py clean for webrtcvad
Failed to build webrtcvad
Installing collected packages: webrtcvad
Running setup.py install for webrtcvad ... error
Complete output from command C:\Users\ylwaller\AppData\Local\Continuum\anaconda2\envs\sg2\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\ylwaller\\AppData\\Local\\Temp\\pip-install-wx00j30u\\webrtcvad\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\ylwaller\AppData\Local\Temp\pip-record-0f_keevu\install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.6
copying webrtcvad.py -> build\lib.win-amd64-3.6
running build_ext
building '_webrtcvad' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools