warchildmd/google-assistant-hotword-raspi

ImportError: libpython3.4m.so.1.0: cannot open shared object file:

cequn opened this issue · 2 comments

cequn commented

When i run python gassistant.py models/ok_google.pmdl ,
i got the importerror, how to fix this?

Make sure that you are using the right version of the _snowboydetect.so file for the python version that you are using.

Current Raspbian Versions install python3.5 on "sudo apt-get install python3-dev"
sudo apt-get install python3.4-dev fixes the issue. I recommend using this command for the README