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)
i am using this https://github.com/googleapis/python-speech sample to test google-cloud-speech on a raspberry pi running the latest buster os version reproduce case --------------------- fetch github.com/googleapis/python-speech 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 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAH5DyMheNN17Wyc72XeoPUCYwxBuSfJy_osgzX7psbbn2Vt-rw%40mail.gmail.com.
