Skip to content
New issue

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

Hotword error message #1166

Closed
RecepAGulec opened this issue Sep 4, 2022 · 1 comment
Closed

Hotword error message #1166

RecepAGulec opened this issue Sep 4, 2022 · 1 comment

Comments

@RecepAGulec
Copy link

Thank you very much for this project.
I've a trouble. My HW is RPI3 and OS is Bullseye. After installation I want to use hotword and executed the "/home/${USER}/env/bin/python -u /home/${USER}/GassistPi/src/main.py --project_id 'replace this with the project id' --device_model_id 'replace this with the model id'" commands with my project ID and model ID.
After this I got following error message:

Traceback (most recent call last):
File "/home/pi/GassistPi/src/main.py", line 25, in
from google.cloud import speech
File "/home/pi/env/lib/python3.9/site-packages/google/cloud/speech.py", line 19, in
from google.cloud.speech_v1 import SpeechClient
File "/home/pi/env/lib/python3.9/site-packages/google/cloud/speech_v1/init.py", line 17, in
from google.cloud.speech_v1.gapic import speech_client
File "/home/pi/env/lib/python3.9/site-packages/google/cloud/speech_v1/gapic/speech_client.py", line 22, in
import google.api_core.gapic_v1.client_info
File "/home/pi/env/lib/python3.9/site-packages/google/api_core/gapic_v1/init.py", line 18, in
from google.api_core.gapic_v1 import config
File "/home/pi/env/lib/python3.9/site-packages/google/api_core/gapic_v1/config.py", line 23, in
import grpc
File "/home/pi/env/lib/python3.9/site-packages/grpc/init.py", line 22, in
from grpc import _compression
File "/home/pi/env/lib/python3.9/site-packages/grpc/_compression.py", line 15, in
from grpc._cython import cygrpc
ImportError: /home/pi/env/lib/python3.9/site-packages/grpc/_cython/cygrpc.cpython-39-arm-linux-gnueabihf.so: undefined symbol: __atomic_exchange_8

Any advice please.
Thanks.

@close-issue-app
Copy link

Please refer to our issue template. ☺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant