doryashar

Results 4 issues of doryashar

why does qpython smsSend throws an exception but qpython3 doesn't ? is there a workaround to fix this issue? my script is simple: from androidhelper import Android droid = Android()...

arm-none-eabi-gcc: error: runtime/text_shaper_lut.c: No such file or directory arm-none-eabi-gcc: error: runtime/font_ranges.c: No such file or directory these are received when running patch_tools.py on line 269

**Bug description:** The app crashes every time i go into "Gallery". already tried to remove data, cache, remove and reinstall **Screenshots:** Added screen video in attachment: https://github.com/scubajeff/lespas/assets/14197514/8da8e4ee-a6fb-44db-8f48-241671efa931 **Smartphone:** - Device:...

trying to run training (CosyVoice/examples/libritts/cosyvoice/run.sh), while doing the inference step i get this error: 'CosyVoiceModel' object has no attribute 'inference' when looking inside inference.py i see: model = CosyVoiceModel(configs['llm'], configs['flow'],...