Hi,
okay i not sure i am sending this feedback to right group at google but hopefully you can forward it to the group that maintains google cloud python samples
(
Leah Cole @ google is the lead for google cloud python samples you could forward this to Leah)
reproduce case
---------------------
open python-speech in pycharm
create venv using python 3.7
install google-cloud-speech (this install grpcio 1.43.0)
install pyaudio
run python-speech/samples/microphone/transcribe_streaming_infinite.py and the following error appears:
ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found (required by /[prj path]/python-speech-main/venv/lib/python3.7/site-packages/grpc/_cython/
cygrpc.cpython-37m-arm-linux-gnueabihf.so)
one fix
----------
- uninstall grpcio 1.43
- install grpcio 1.41
- sample now works
bottom line
--------------
the raspberry pi buster or bullseye os versions currently does use glibc 2.33
Louie Genduso
Westfield, IN usa