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