Audio.py changes not refllected on run

Hi,
I’m editing the file audio.py that is under the examples folder, however, I can’t see the changes reflected when running the classify.py. Am I editing the correct file? I even just added a print statement but it wasn’t printed.

Hi @Aisha you need to rebuild / reinstall the Python library after every change, e.g. via:

python3 setup.py install

Very annoying, but I’m not sure if there’s an easier way.