I had same problem with Ubuntu running Spyder. At that time, the problem was with PyQt5
and pyopengl
. Library dependencies.
In my Raspberry Pi I installed Google Assistant following this sequence and it runs smoothly:
sudo apt-get update
sudo apt-get install python3-dev python3-venv
sudo apt-get install portaudio19-dev libffi-dev libssl-dev libmpg123-dev
pip install imageio
python -m pip install google-assistant-library==1.0.1
python -m pip install google-assistant-sdk[samples]==0.5.1
pip3 install google-auth
python -m pip install google-auth-oauthlib[tool]
pip install google-assistant-grpc
Try to run the code with "-v" to see eventual log of errors.