I normally use a windows device and have everything installed properly there. Went to download pydroid 3 on android tablet, got that and pip and all dependencies downloaded besides PyAudio. It seems the .whl file is only compatible with Windows currently.
Is there a workaround to get SpeechRecognition and PyAudio working on android devices? I have the SDK installed for Google Play Store etc..I have installed Pydroid 3 which is running Python 3.7.2. I have tried to roll back to Python 3.6.1 because I guess the wheel is included with that but to no avail so far.
Traceback (most recent call last):
raise AttributeError( Could not find PyAudio; check installation")
AttributeError: Could not find PyAudio; check installation
Filedacalatarunic:Pydroilsrtnes/arm-linux
Program finished
I expected it to work. Even though it is android based I figured it would still have some SDK or file that could be a workaround. If I can't get PyAudio to work on the Kindle Fire HD10 then I won't be able to get SpeechRecognition to work either. And if neither of those work I will not be able to communicate with my program at all.