question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install Speech API Python client on Raspberry Pi 3

See original GitHub issue
  1. OS type and version - Raspbian Pixel
  2. 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:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
skumarlabscommented, Feb 11, 2020

I am facing the same issue while installing firebase-admin. I am trying to install firebase-admin package in my raspberry pi zero w. While I used command sudo pip install firebase-admin, it is stuck on below line, running setup.py bdist_wheel for grpcio ...

@aazimh as you have mentioned it was completed after waiting a long… how much time would it take to complete… any idea?

Appreciate your help.

For anyone else facing the issue, for me, it took ~58 minutes on raspberry pi 3B+ on desktop boot…

1reaction
lukesneeringercommented, Apr 21, 2017

For tracking purposes: @aazimh did open an issue on GRPC: https://github.com/grpc/grpc/issues/10793

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found