android-demo-app icon indicating copy to clipboard operation
android-demo-app copied to clipboard

StreamingASR's `run_sasr.py` doesn't work with Python 3.10

Open NivekT opened this issue 2 years ago • 1 comments

It seems like StreamingASR doesn't work with Python 3.10 due to an issue within PyAudio. Executing python run_sasr.py will lead an error [PY_SSIZE_T_CLEAN macro must be defined for '#' formats]. This Stack Overflow post discuss the PyAudio issue in more details. I can confirm that python run_sasr.py works fine with Python 3.9.

nit: It would be good include fairseq and PyAudio as prerequisites in this part of the README as well.

cc: @jeffxtang

NivekT avatar Jul 27 '22 20:07 NivekT

you may use deeplabv3_scripted_optimized.ptl

NeighborhoodCoding avatar Apr 12 '23 02:04 NeighborhoodCoding