Leosh

Results 5 comments of Leosh

> This is extra critical for a function like this since it is generally used on a screen with no keyboard or mouse available. So there is no way to...

I'm getting the same error when trying to run https://github.com/DasEtwas/enginesound on a Raspberry Pi 4B: ``` thread '' panicked at 'Failed to build audio output stream: BackendSpecific { err: BackendSpecificError...

Okay, thank you, can you keep me updated? On Mon, Apr 8, 2013 at 1:58 PM, nem-e5i5 [email protected] wrote: > Loops are not yet implemented. Not hard to do, maybe...

As workaround, I just added try/catch to the affected lines: ``` def _get_repo_functions(root, supported_file_extensions, relevant_node_types): functions = [] print('Extracting functions from {}'.format(root)) for fp in tqdm([root + '/' + f...

There are more issues with the installation: Running `./install.sh ` on a fresh Jetson SDK image fails due to: ``` cp: cannot stat '/opt/nvidia/l4t-usb-device-mode//nv-l4t-usb-device-mode.sh': No such file or directory ```