shivasiddharth on master
Update README.md (compare)
shivasiddharth on master
Update README.md (compare)
shivasiddharth on master
Update README.md (compare)
shivasiddharth on master
Update README.md (compare)
This is your instruction if you scroll up just a little bit "Use 1.21.5 then. You need to get the old releases from the archives. Its just a Google search away". Just following your instructions
I do not appreciate sarcasm here. Which was the latest instruction 1.20.3 or 1.21.5 ? 1.20.3 is a May release which has a better prospect of working with Buster than 1.21.5 which was released much later.
source env/bin/activate
pip install PATH_TO_THAT_FILE
Hey @shivasiddharth I am facing the same issues while cloning to gassitpi master please give some solution. It is showing an error: no matching distribution found for futures=3.3.0 . And I am using Debian buster
Please go through the above posts. I have already discussed it
@shivasiddharth installed latest Gassispi on raspian buster and somewhere at the end of the script it returns this failure because of that he does not proceed with google specific setup....
Checking OS Compatability
You are running the installer on Buster
Your board supports Ok-Google Hotword. You can also trigger the assistant using custom-wakeword
GPIO pins can be used with the assistant
Copying Snowboy files to GassistPi directory
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt-get install python3-venv
You may need to use sudo with that command. After installing the python3-venv
package, recreate your virtual environment.
Failing command: ['/home/pi/env/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']
when downgrading to (env) pi@seeedberry-ko97:~/env $ pip install grpcio-tools==1.32.0 it returns
(env) pi@seeedberry-ko97:~/env $ /home/pi/env/bin/python -u /home/pi/GassistPi/src/main.py --project_id 'xx' --device_model_id 'xx'
Initializing GPIOs 5 and 6 for assistant activity indication
/home/pi/env/lib/python3.9/site-packages/google/assistant/library/assistant.py:90: DeprecationWarning: Google Assistant Library for Python is deprecated
warnings.warn('Google Assistant Library for Python is deprecated', DeprecationWarning)
device_model_id: xx
device_id: xx
2022-02-05 22:38:25,473 : ERROR : Failed to register device INVALID_ARGUMENT (400): Request contains an invalid argument.
Traceback (most recent call last):
File "/home/pi/GassistPi/src/main.py", line 1109, in <module>
Myassistant().main()
File "/home/pi/GassistPi/src/main.py", line 1089, in main
register_device(args.project_id, credentials,
File "/home/pi/env/lib/python3.9/site-packages/google/assistant/library/device_helpers.py", line 88, in register_device
raise RegistrationError(r, device_model_id)
google.assistant.library.device_helpers.RegistrationError: Failed to register device INVALID_ARGUMENT (400): Request contains an invalid argument.
(env) pi@seeedberry-ko97:~/env $ pip install grpcio-tools==1.32.0
Sorry to disturb you @shivasiddharth but i am facing problem in audio rest all things are successfully done ✔ the instructions are damn easy to understand i am cursing myself for disturbing you again n again . I have done speaker-test , it is also working with discrete sound . I am using usb mic and 3.5 mm audio jack . Yes the audio device is in the list of supported audio configurations . In that, add the following lines and save:
load-module module-alsa-source device = hw: 0,0
load-module module-alsa-sink
What does this line says we have to change this hw account to the device profile or not you haven't mentioned.