Can't install Speech API Python client on Raspberry Pi 3
See original GitHub issue- OS type and version - Raspbian Pixel
- Python version and virtual environment information
python --version
- 2.7.9
Hi guys,
Trying to install the Speech API Python client on my Raspberry Pi 3 but running into installation issues. When I try
pip install --upgrade google-cloud-speech
it starts the install process, but hangs when it comes to building the grpcio dependency and doesn’t move forward until I cancel. Exact line is:
Running setup.py bdist_wheel for grpcio ...
and that’s where it gets stuck. I did some Googling and it looks like there’s a problem with grpc on ARM processors, so is there any way to get around this and have the Python client installed on my Pi? Would appreciate any help! I understand the library is in Alpha so this issue may not even have a fix, but just wanted to see if there might be.
Thanks, Aazim.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Problem when installing google-cloud-speech python API in ...
I'm trying to install the google-cloud-speech python API for raspberry pi 3 (raspbian Jessie) using pip (1.5.6). I follow the instructions ...
Read more >Google Speech on Raspberry Pi is not working
Hello I'm new to Pi I'm trying to make speech recognition projects using Google speech API I started with a 3 years old...
Read more >SpeechRecognition - PyPI
Library for performing speech recognition, with support for several engines and APIs, online and offline. UPDATE 2022-02-09: Hey everyone!
Read more >The complete guide to enabling speech recognition on an ...
This guide will take you through getting Google Cloud Speech APIs functioning on your Raspberry PI 3 so that you can trigger speech ......
Read more >Speech Recognition using Google Speech API and Python
Install Required Libraries ... For this tutorial, I’ll assume you are using Python 3.x. ... Let's install the libraries: ... For macOS, first...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For anyone else facing the issue, for me, it took ~58 minutes on raspberry pi 3B+ on desktop boot…
For tracking purposes: @aazimh did open an issue on GRPC: https://github.com/grpc/grpc/issues/10793