Leopard Issue: OSError: exception: stack overflow
See original GitHub issueExpected behaviour
Leopard outputs transcribed text from audio.
Actual behaviour
Leopard throws an OSError.
Steps to reproduce the behaviour
pip3 install pvleoparddemo
leopard_demo_file --access_key ${ACCESS_KEY} --audio_paths ${AUDIO_PATH}
- Wait
Other Information
I cannot provide the audio file I am using, sorry. I have tried a different audio file and Leopard does work correctly for it. The audio file I am using is not broken, and behaves normally in any other circumstance I’ve observed.
Full traceback:
Traceback (most recent call last): File "C:\Users\jgogo\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\jgogo\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\jgogo\AppData\Local\Programs\Python\Python310\Scripts\leopard_demo_file.exe\__main__.py", line 7, in <module> File "C:\Users\jgogo\AppData\Local\Programs\Python\Python310\lib\site-packages\pvleoparddemo\leopard_demo_file.py", line 36, in main transcript, words = o.process_file(audio_path) File "C:\Users\jgogo\AppData\Local\Programs\Python\Python310\lib\site-packages\pvleopard\leopard.py", line 253, in process_file status = self._process_file_func( OSError: exception: stack overflow
Issue Analytics
- State:
- Created 10 months ago
- Comments:14 (8 by maintainers)
Top GitHub Comments
I am still using the same file, yes. I’ll try on Linux soonish, but no access to macOS.
I can say - HURRAY! All is working with 1.1.4 - THANK U A LOT mrrrostam and picovoice team