Having trouble running a python program in a ARM64 device
OS: Windows 11 Home, 64-bit ARM (Microsoft SQ1 @ 3.0 GHz)
Python version: 3.13.7
speech_recognition version: 3.14.3
FLAC version: flac 1.5.0
Error: FLAC conversion utility not available - consider installing the FLAC command line application by running apt-get install flac or your operating system's equivalent
When I run the same app on an intel x64 computer works properly, but in a Microsoft Surface ARM device, it displays this error Any suggestions?
Not other than making sure you have a working flac executable in your %PATH% on both systems.
Stackoverflow suggests it might be an issue withte speech_recognition package looking for flac instead of flac.exe but that's not consistent with it working on your intel system.