Respeaker Core v2.0 with Google Assistant - google-assistant-sdk

I am using Respeaker core v2.0 with Google Assistant and trying to install the Google Assistant SDK and run the sample code:
http://wiki.seeedstudio.com/Google_Assistant/
I am referring to the steps involved in the above links. After generating the credentials and providing access to the model. I have installed the Respeakerd which is the last step of the above documentation and also cloned the GitHub repo. But when I am giving the below command:
sudo python setup.py install
I am getting this error:
error: click 7.1.1 is installed but click<7,>=6.7; extra == "samples"
is required by set(['google-assistant-sdk'])
And finally when I am trying to activate the google assistant I am getting this output as below which is not expected:
I have installed all the dependencies correctly. I don’t know where am I going wrong. Can somebody please help me fix this?

Related

This app is blocked message when using gActions CLI

I downloaded gActions CLI on windows x64 bit machine. after issuing the login command and pasting the the browser link i get the below error:
This app is blocked
This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access.
Was having the same issue when I downloaded the gactions script manually from this page.
I was able to resolve the issue when I instead downloaded the utility from npm:
npm i -g #assistant/gactions
Solution for Mac/Linux system, not verified on Windows.
You have to provide proper permissions while running the command.
Example : - sudo gactions login
This worked for me too, but only after I deleted the gactions.exe file I had earlier downloaded (and had set a path environment variable for).
This worked for me
gactions login --actions-builder-only
I installed on an M1 Mac using brew install gactions

Installing Infer Using Brew Failed (No Bottle)

I am trying to install Infer, a static analysis tool developed by Facebook. I tried following the tutorial for Mac at this link: https://fbinfer.com/docs/getting-started/. I used the "brew install infer" command, however, I keep getting the following error:
Error: infer: no bottle available!
You can try to install from source with:
brew install --build-from-source infer
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.
I don't know what I'm doing wrong since I just followed the instruction. Please help! Thank you
Please take a look at my modified brew formula to install it on macOS 12 + Apple Silicon.
It works using commit 5fd2f95 (HEAD) and not v1.1.0.

New version of Google Maps SDK in the Flutter

I am using Google Maps in my Flutter app, but when I launch page where map is implemented, I get this warning in the console
I tried to reinstall this SDK using pod, but nothing work. I even tried to manually update podfile in my project and then run commands to install it, but I got another errors.
I also tried follow this tutorial - https://medium.com/flutter/google-maps-and-flutter-cfb330f9a245, but it does not work either.
Do you have any experiences with this issue?
Thanks a lot.

OPGFeedbackSDK: How to authenticate using OnePoint SDK for mobile surveys?

I am trying to install OnePoint Global OPGFeedbackSDK as Cocoa Pods. After successful installation of pod, I am unable to authenticate and take a sample survey. Please help.

Building WebRTC for iOS

Following the instructions given here to build WebRTC for iOS. I did the gclient sync and download was successful. I was able to successfully check out the code, now I'm trying to configure the build. I'm using GN to configure as given in instructions, however I get this error: gn.py: Could not find gn executable at: ../Desktop/webRtc/buildtools/mac/gn
What am I doing wrong and how can I fix this?
Thanks!

Resources