canonical / tf-lite-examples-snap

Snap packaging of TensorFlow Lite examples for Raspberry Pi
Apache License 2.0
0 stars 0 forks source link

Audio classification example does not work #6

Open jpm-canonical opened 3 months ago

jpm-canonical commented 3 months ago

Without libpportaudio2 included:

$ tf-lite-examples.audio-classification
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
Traceback (most recent call last):
  ...
OSError: cannot load library 'libportaudio.so.2': libportaudio.so.2: cannot open shared object file: No such file or directory

With libpportaudio2 included:

$ tf-lite-examples.audio-classification
Aborted (core dumped)