4mics_hat icon indicating copy to clipboard operation
4mics_hat copied to clipboard

Can't install webrtc_audio_processing

Open thonythony opened this issue 6 years ago • 1 comments

Hi,

I can't install webrtc audio processing. Following the tutorial : http://wiki.seeedstudio.com/ReSpeaker_4_Mic_Array_for_Raspberry_Pi/#doa

When I type this command :

pip install ./webrtc*.whl

I have this error : webrtc_audio_processing-0.0.1-cp27-cp27mu-linux_armv7l.whl is not a supported wheel on this platform.

I use a raspberry pi : Linux raspberrypi 4.14.34+ #1110 Mon Apr 16 14:51:42 BST 2018 armv6l GNU/Linux

Do you support armv7l ?

thonythony avatar May 05 '18 15:05 thonythony

If you are using pi zero, the .whl would not word. then try to run pip install webrtc-audio-processing

xiongyihui avatar May 06 '18 11:05 xiongyihui