We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
If you are using pi zero, the .whl would not word. then try to run pip install webrtc-audio-processing
pip install webrtc-audio-processing
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: