Google Assistant on Raspberry Pi

Поділитися
Вставка
  • Опубліковано 2 жов 2024

КОМЕНТАРІ • 468

  • @NovaspiritTech
    @NovaspiritTech  7 років тому +51

    *** updated instruction ***
    Voice Activation -> ua-cam.com/video/EfUpOpXDdLk/v-deo.html
    check my twitter for updates twitter.com/novaspirittech

    • @artbecker5618
      @artbecker5618 7 років тому +2

      Great video. Thank you again, Don.

    • @mifo1133
      @mifo1133 7 років тому +1

      nice to hear..also include some home automation ..im using xiaomi yeelight for example. BTW you dont have to ask "ok google?" its listening 24/7?

    • @NovaspiritTech
      @NovaspiritTech  7 років тому

      thanks!!

    • @treypop123
      @treypop123 7 років тому +2

      I've been wanting a tutorial what is simple and easy to follow. thanks

    • @lucaspagan3576
      @lucaspagan3576 7 років тому +1

      Novaspirit Tech have you ever tried the banana pi or orange pi computers before?

  • @shredderwoods
    @shredderwoods 7 років тому +30

    Number of fucks given by Don for the monster joke = 0.000000
    7:00

  • @minecrafter0505
    @minecrafter0505 7 років тому +194

    I love how google redirects could-resource-manager to cloud-resource-manager xD

    • @msmith719
      @msmith719 7 років тому +22

      minecrafter0505 I was scrolling through the comments just to see if anyone else caught that.

    • @nopparuj
      @nopparuj 7 років тому +3

      Google is smrat at atuocorekt!
      (Google is smart at autocorrect!)

    • @parallaxggyt
      @parallaxggyt 7 років тому +8

      minecrafter0505 if you look at the webcam it was a cut not a redirect

    • @nopparuj
      @nopparuj 7 років тому +11

      oh yes it is... He cut it.

    • @Pennywise128
      @Pennywise128 7 років тому +2

      It would be better if it redirected mybutt to cloud.

  • @ushasai3596
    @ushasai3596 5 років тому +7

    can we make calls with a voice command?

  • @regularcoach3544
    @regularcoach3544 7 років тому

    Would love to see voice activation and house hold alliance triggers that would be so awesome

  • @DerekHolmes
    @DerekHolmes 7 років тому

    looking forward to seeing voice activation working... once I see how to do that I'll probably jump in on this project.

  • @anon8723
    @anon8723 4 роки тому +1

    /home/pi/env/bin/python: No module named googlesamples.assistant.auth_helpers
    Please help me all the fixes below do not work... I really want this to work. I have checked all my grammar and mistakes, please help me!

  • @seanblair2770
    @seanblair2770 6 років тому +24

    no module named googlesamples.assistant.auth helpers
    HELP

  • @junabad3412
    @junabad3412 7 років тому

    Thanks Don, I was able to make it work. Your video just needs some updating as some of the terminal commands dont work like using "google-oauthlib-tool --client-secrets /home/pi/Downloads/client_secret_" instead of what you have used which is "python -m googlesamples.assistant.auth_helpers --client -secrets /home/pi/Downloads/client_secret_". I did some trial and error and finally made it work also using "googlesamples-assistant-pushtotalk" instead of "Python -m googlesamples.assistant" things like that. Am also a noobie in RPi and Python and stuff like that but i used to be using DOS way back then so am slowly adapting to the cool and neat Linux environment. Thanks again for your tutorials, just need some debugging once in a while when they have updated the environment and that is where the challenge is and then it makes you jump once you are able to make it work despite the fact. All the best and more power!

    • @StianHill
      @StianHill 6 років тому

      To al if you fail. skip --headless but keep ---save :) then you should be god

    • @namanagarwal3241
      @namanagarwal3241 6 років тому

      sir can u please elaborate i have an error "no module named googlesamples.assistant.auth_helpers"

  • @JoshBagwell
    @JoshBagwell 7 років тому

    This has given me so many ideas! I wonder if it's possible to get the "OK, Google" hotkey working,

  • @uwaisshahzad9939
    @uwaisshahzad9939 7 років тому +8

    I get this error no modules named googlesamples.assistant.auth_helpers pls help me

    • @bib1439
      @bib1439 5 років тому

      me too bruh, did you fixed it?

    • @alextvmobil
      @alextvmobil 5 років тому

      @@bib1439 same here, any fixes ?

  • @zanderosborne3239
    @zanderosborne3239 5 років тому +2

    no module named googlesamples.assistant.auth helpers
    HELP

    • @847MicRoss
      @847MicRoss 5 років тому

      Tech Help asking for help.

  • @Asimov16
    @Asimov16 4 роки тому

    I am wanting to do something similar, but I don't want to use google assistant. Also I want to program it in C++ as I hate pyhton LOL. Nice video btw

  • @pranaystarkjr
    @pranaystarkjr 7 років тому +25

    Instead of pressing enter key is there anyway to voice activation? Like Alexa

    • @Dreyzo
      @Dreyzo 7 років тому +7

      I hope so, I'm planning on trying that project but a voice activation is required for me

    • @ChicagoBob123
      @ChicagoBob123 7 років тому

      are you talking about googles SDK?

    • @craigthom5120
      @craigthom5120 7 років тому +3

      This is a sample provided by Google to demonstrate the API and SDK.
      Something other than the sample program could be triggered any number of ways.

    • @jnevercast
      @jnevercast 7 років тому

      Pocketsphinx comes to mind. It can do always on listening and wait for a keyword, once it hears the keyword, stream the audio to Google.

    • @dpoulterster
      @dpoulterster 7 років тому +1

      Look at Snowboy. It is used for the always on listening part. github.com/warchildmd/google-assistant-hotword-raspi

  • @juliendupont7162
    @juliendupont7162 5 років тому +1

    Good afternoon and Happy New Year !!
    I'm trying to get Google Assistant working properly on my laptop. Actually it is working properly but not with the language that I want. The major issue that I have is when I type
    googlesamples-assistant-hotword --project-id myprojectid --device-model-id mymodel
    I get the error in the title.
    But when I only enter
    googlesamples-assistant-hotword --device-model-id mymodel
    it works like a charm ! Of course I get the message "Your device is not registered blablabla".
    I already manually registered it with the tool provided by Google in the terminal.
    I do not know how to do I searched the web for every little solutions but none of them is working.
    Thanks for you help :)
    (I know that my issue is not on RPI but it's kinda similar actually someone could have faced this problem on RPI)

  • @PabloGarcia-yo3es
    @PabloGarcia-yo3es 5 років тому +4

    6:55 the face after the joke hahaah nice video!

  • @jeffreywolff661
    @jeffreywolff661 6 років тому +2

    Do I need to do all of these things or can I watch the voice activated video and it will still work?

  • @marcushuber3727
    @marcushuber3727 7 років тому +7

    when i'm executing "python -m googlesamples.assistant" i get a "sounddevice.PortAudioError: Error opening RawStream: Invalid sample rate" error... how can i fix that?
    edit: i found out that my mic has a maximal sample rate of 48000 Hz. is that too small?

    • @JamesWIlkerson
      @JamesWIlkerson 7 років тому

      Did you make ay progress on this?

    • @JamesWIlkerson
      @JamesWIlkerson 7 років тому +1

      I fixed it by going here and completing these steps... developers.google.com/assistant/sdk/prototype/getting-started-pi-python/configure-audio
      It worked right away thereafter.

    • @ggdefgdfyutrefh
      @ggdefgdfyutrefh 7 років тому +2

      Same error :C

    • @rottison
      @rottison 7 років тому

      Thank you that page fixed my problem in under 5 minutes

    • @ghassanaiyoub9163
      @ghassanaiyoub9163 7 років тому

      dude, since you are starting up a python file, always put a .py at the end... experienced python programer.. or type 'dir' in current directory and make sure you spelled it right.

  • @akhilraj.2291
    @akhilraj.2291 5 років тому

    Hi there. I'am trying to integrate google assistant into my smart mirror. Generated the API changed the config file. But when I npm start the assistant responds only on start up and then it says " there was some problem try when your ready". I would really appreciate some help

  • @atw98
    @atw98 6 років тому +1

    does this work with the RPi3 +b? it seems alot of stuff works on the B but not +b. Great video at just the right time for a project Im working on for Dementia patients. Can you set it so its always on also? Cheers mate Gus

    • @the_raspberry_pi1570
      @the_raspberry_pi1570 5 років тому

      I think not i tried but is sees googlesamples.assistand as a unexecutable file so it cannot be opened

  • @suhith5755
    @suhith5755 7 років тому +2

    I've been getting the following error :
    Oserror:[Errno 98] Address already in use
    Plz help me fixing this

  • @vaibhav8059
    @vaibhav8059 7 років тому +3

    How to turn on Always Listning so like we say 'Ok Google and it starts listening'?

    • @fahadahmed480
      @fahadahmed480 5 років тому

      hey vaibhav i just wanna ask a question that have you successfully made it yet or not and if yes then can you please help me too in making it? i will be very grateful to you

  • @jahcrispie7676
    @jahcrispie7676 4 роки тому +1

    When it comes to the "python -m googlesamples.assistant" command I get the error "No module names googlesamples.assistant".
    Any ideas

    • @claudelowings4878
      @claudelowings4878 4 роки тому

      Easy fix but hard to find. Input the following commands:
      pip install --upgrade google-api-python-client
      pip install --upgrade google-auth-oauthlib[tool]
      google-oauthlib-tool --client-secrets path/to/client_secret_XXXXX.json --scope www.googleapis.com/auth/assistant-sdk-prototype --save --headless

  • @roydenrusiana5021
    @roydenrusiana5021 Рік тому

    ERROR: Could not find a version that satisfies the requirement google-assitant-sdk[samples] (from versions: none)
    ERROR: No matching distribution found for google-assitant-sdk[samples]

  • @MelechFreedman
    @MelechFreedman 7 років тому

    Great tutorial. Would be interesting to know if you can change voices for different regions. I.e. I'm in uk. I would prefer an English UK instead of English US voice??

    • @MakersMadLab
      @MakersMadLab 7 років тому

      Mike Freedman that would be sweet, at this time I don't think you can. I use UK Siri.

  • @Apfelaktuell
    @Apfelaktuell 6 років тому

    Is it possible to use the DIY Google Assistent like the original one? With Spotify music playback and Cast Support?

  • @davidhuang9732
    @davidhuang9732 7 років тому

    My friend is still waiting for AIY Projects kit and you guide me to make it works. Thanks a lot. BTW, can you guide me how to add a button instead of using Enter key?

    • @NovaspiritTech
      @NovaspiritTech  7 років тому

      David Huang I just finished with the last of the edits, the video with button trigger is coming soon

  • @sainalla7642
    @sainalla7642 5 років тому

    How to get the voice by recognizing the face by connecting the rassberry pi.for example if our face is sleepy then the voice is sir you are sleepy. Plzz reply sir

  • @georgejbaker
    @georgejbaker 7 років тому +3

    hey have you seen the free Google AI kit that is free with issue 57 of the magpi magazine? looks well cool.

  • @nimeshganatra9932
    @nimeshganatra9932 7 років тому

    It's a great information. Thanks for that. Can you please share some references for amazon device too ?

  • @huede82
    @huede82 7 років тому

    Nice Video.
    Can you control chromecast on this way, like you can do it with the "original" google home thing?

  • @benitjose910
    @benitjose910 5 років тому +1

    now Google assistant is working well, but how to make it ON automatically when ever the device is powered ON

  • @pcwinn4581
    @pcwinn4581 6 років тому

    (env) pi@raspberrypi:~ $ google-assistant-demo
    Traceback (most recent call last):
    File "/home/pi/env/bin/google-assistant-demo", line 11, in
    sys.exit(main())
    File "/home/pi/env/lib/python3.5/site-packages/google/assistant/library/__main__.py", line 113, in main
    raise Exception('Missing --device-model-id option')
    Exception: Missing --device-model-id option
    Dear friend , I got this error . How can I fixed it? many thanks in advance

  • @dino10snake
    @dino10snake 7 років тому +1

    at 5:32 mine wont work it says no module named googlesamples.assistant,auth_helpers

  • @charliejones3119
    @charliejones3119 7 років тому

    Couldn't you use the wake word agent that was used in the Alexa pi

  • @crhis4089
    @crhis4089 5 років тому +1

    trigger a light would be awesome!!!

    • @TDPlayz
      @TDPlayz 5 років тому

      Lagomkiwi yes!! :D

  • @alterguy4327
    @alterguy4327 6 років тому +28

    I have got an error
    No module named googlesamples.assistant

    • @TheFnscooter1
      @TheFnscooter1 6 років тому +3

      I've got the same problem...

    • @alterguy4327
      @alterguy4327 6 років тому +2

      I Did It : )

    • @alterguy4327
      @alterguy4327 6 років тому +8

      www.hackster.io/Salmanfarisvp/googlepi-google-assistant-on-raspberry-pi-9f3677
      There are few Changes in the latest version...
      Get the instructions from here

    • @victortsenov6355
      @victortsenov6355 6 років тому

      Thanks dude.

    • @alterguy4327
      @alterguy4327 6 років тому +2

      My Pleasure

  • @WillCarlson
    @WillCarlson 6 років тому

    Have you figured out how to make one with a UI? For example the new Smart Display by Lenovo www3.lenovo.com/us/en/virtual-reality-and-smart-devices/smart-home/smart-home-series/Smart-Display-/p/ZZISZSDSD81 ?

  • @cbob213
    @cbob213 4 роки тому

    Hey mate, im getting stuck with this error. Wondering if you can help me out
    /home/pi/env/bin/python: No module named googlesamples.assistant.auth_helpers
    i installed the SDK and followed everything step by step twice now. The auth_helpers isnt in the directory either. maybe its not downloaded now when installed or something?
    its been a while since you put up this tutorial.
    any advice would be much appreciated.

  • @RenanBenedicto
    @RenanBenedicto 4 роки тому

    Now we have to connect the raspberry on a bluetooth speaker (with mic) and then it will be a complete Google Home.
    But first, how to activate the api using the voice (like Ok google) instead using the Return key ?

  • @notfriedasf
    @notfriedasf 7 років тому +1

    When i run "python -m googlesamples.assistant" i get this error:
    sounddevice.PortAudioError: Error opening RawStream: Invalid sample rate

  • @shawnwong7086
    @shawnwong7086 7 років тому

    hello,i just have a Pi 2. Watch your video,i dont konw whats the hardware i need? microphone? speaker?.........

  • @Felix.Garcia
    @Felix.Garcia 5 років тому

    I picked up the Google voice had the other day at microcenter for very cheap. After getting it set up, I noticed that Google wants you to put a payment method and perhaps it will cost money if it's used more than x amount of time. Does this suffer from the same problem? Where you will end up having to pay if you want to use this often?

  • @piotrlobacz
    @piotrlobacz 5 років тому

    Does this work in parallel with other google assistant devices? If i ask google home to open garage door, will raspberry pi trigger the action? I don't really work raspberry pi to work individually.

  • @makethingsmove8275
    @makethingsmove8275 7 років тому

    can you please do one STT to activate a python script using google API? Subscribed + Liked (Y)

  • @anishanne3717
    @anishanne3717 7 років тому +3

    at 5:31, the command doesn't work results in "/home/pi/env/bin/python: No module named google samples.assistsnt.auth.helpers"

    • @Backtrack3332
      @Backtrack3332 7 років тому +2

      Sherlock Holmes thats my problem too...

    • @lxgrx4
      @lxgrx4 7 років тому

      i have this problem too. Has anyone found the solution to this :(

    • @klkocsislaszlo
      @klkocsislaszlo 7 років тому

      You can use this description:
      github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk

  • @Robberbarron27
    @Robberbarron27 7 років тому +20

    I keep getting an error when trying to execute the command at 5:15 "/home/pi/env/bin/python: no module named googlesamples.assistant.auth_helpers"

    • @tschonny5862
      @tschonny5862 7 років тому +2

      I've got the same problem

    • @vascom5397
      @vascom5397 7 років тому +2

      me too

    • @GadgetzOfcourse
      @GadgetzOfcourse 7 років тому +4

      Me too stuck with same problem it says Error while finding spec for 'googlesamples.assistant.auth_helpers' (

    • @klkocsislaszlo
      @klkocsislaszlo 7 років тому +1

      You can use this description:
      github.com/googlesamples/assistant-sdk-python/tree/master/google-assistant-sdk

    • @vascom5397
      @vascom5397 7 років тому

      László Kocsis what commands? Can't find it

  • @jasiekzar
    @jasiekzar 7 років тому +1

    Hey, does GA for raspberry pie offer the same services as Google Home or an android phone GA? For instance can you control chromecast devices, just like on Google Home? (On a phone you can't)

    • @danieldavies98
      @danieldavies98 7 років тому

      This is what I want to know too lol!

  • @JustinGamesnl
    @JustinGamesnl 5 років тому

    Does anybody know how to make a chatbot which is offline and not a Facebook chatbot for the raspberry pi

  • @vanila2012
    @vanila2012 7 років тому

    I'm thinking of getting Google assistant but didn't the device capable of doing things you expected it to instead need raspberry Pi connect to do that?

  • @DrForse
    @DrForse 5 років тому

    Cool, but... Where is joke about google assistant killing you by very loud and terrible sounds??

  • @chasebryson5178
    @chasebryson5178 3 роки тому

    Error, no matching distribution found for google-assistant-sdk[samples]

  • @ViliusKraujutis
    @ViliusKraujutis 7 років тому

    How to make it always listening without pressing a button? Like ok Google?

  • @rajendragupta3983
    @rajendragupta3983 6 років тому

    Plz make video on custom actions using python ..

  • @yusufmertgun
    @yusufmertgun 5 років тому +1

    / home / pi / env / bin / python: No module named googlesamples.assistant.auth_helpers
    How can I solve the error?

    • @alextvmobil
      @alextvmobil 5 років тому

      You need to locate the tool via
      locate google-oauthlib-tool
      Then, cd into the path and open it there with your arguments

  • @lxgrx4
    @lxgrx4 7 років тому

    Thanks for the video Novaspirit Tech. pls help with this error:
    when installing the assistant sdk samples, i.e
    "python -m pip install google-ass......."
    the process terminated with this error:
    "Command "/home/pi/env/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-3is3kgs9/CFFI/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
    ', '
    ');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-g6iv1thj-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/pi/env/include/site/python3.4/CFFI" failed with error code 1 in /tmp/pip-build-3is3kgs9/CFFI/ "
    PLS help!

    • @lxgrx4
      @lxgrx4 7 років тому

      rectified my error. :|

  • @ib_zed
    @ib_zed 7 років тому

    I think it might be worth mentioning that this video is outdated and does not work. And a new one is out.

  • @enamulislam5459
    @enamulislam5459 3 роки тому

    Struggling to get the Google samples recognised. Keep getting error message. Location/file not found

  • @hipnoticc8598
    @hipnoticc8598 7 років тому +1

    At 6:32 I get this error: "Error while finding spec for 'googlesamples.assistant' (: googlesamples.assistant._spec_ is None)"

  • @wowo-12
    @wowo-12 7 років тому +1

    excited for the future projects about the google assistant

  • @arpitjayaswal8646
    @arpitjayaswal8646 7 років тому

    Hello i am getting this error
    No module named googlesamples.assistant.auth_helpers
    please help

  • @dianlinux
    @dianlinux 7 років тому

    super yose que muestras todo en el video el tema de la plataforma de google no soy experto en el tema pero es algo muy curioso con la pi

  •  7 років тому

    isit free (google asstnt) and can it run along side alexa?

  • @benitjose910
    @benitjose910 5 років тому

    'python -m googlesamples.assistant.auth_helpers --client-secrets /home/pi....................."
    at this step it is saying that no module named google.samples.auth_helpers is found in /home/pi/env/bin/python
    what should i do

  • @injecthd5252
    @injecthd5252 7 років тому

    Whenever I try downloading the JSON file, my browser closes and nothing downloads. I am running Raspbian, I would greatly appreciate it if you reply with feedback since I'm trying to set this up for my Computer Science class!

    • @NovaspiritTech
      @NovaspiritTech  7 років тому

      InjectHD seems like 17 hrs ago something changed on Google's github. not sure what is going to happen yet

  • @rontackaberry8202
    @rontackaberry8202 7 років тому +6

    This video is great but it needs to be updated since the auth process no longer works. You'll get a 'module auth_helper not found error'. Evidently, google changed the auth process. Refer to the official google page developers.google.com/assistant/sdk/prototype/getting-started-pi-python/run-sample for new instructions on the final steps. Also, this new procedure allows for 'ok google' voice trigger which is way cooler.

    • @lxgrx4
      @lxgrx4 7 років тому

      Hello, i followed the direction on the page, but it says:
      "google_assistant_library-0.0.2-py2.py3-none-linux....." is not a supported wheel on this platform.
      i have a pi 3..any recommendation would be appreciated, thanks.

    • @rontackaberry8202
      @rontackaberry8202 7 років тому +1

      Not sure. I didn't have any issues. You might try doing a full dist upgrade on the pi and try again. Also, I followed this tutorial's instructions right up until I had the issue with auth_helper and then switched to the new google page. You might try that route also.

    • @AzharAli-td3wk
      @AzharAli-td3wk 6 років тому

      Ron Tackaberry ,hello I follow the google Assistant SDK guides (install sdk and sample codes)and at the end the http address take me to the Error of invalid scope..what should i do

    • @poiku9568
      @poiku9568 6 років тому

      Same problem, got a solution for it?

  • @johnnythegeek
    @johnnythegeek 7 років тому

    Great video Don. Question about Bluetooth audio. On the raspberry pi 3, will google assistant audio come out of a Bluetooth speaker if I have that connected? Do I have to type any commands for Google assistant api to make the audio come out of the Bluetooth speakers?

  • @diogo157x
    @diogo157x 6 років тому

    Is it possible to use it in another idiom like Spanish?

  • @justchecking586
    @justchecking586 7 років тому +1

    Can this work with RASPBIAN JESSIE LITE? on a Raspberry Pi 1?
    I have an old PI 1 knocking about so would like to use that.
    thanks

    • @fluked1576
      @fluked1576 4 роки тому

      I wouldn't see why not, just make sure your internet is decent

  • @AtlantaTerry
    @AtlantaTerry 7 років тому

    Very cool, thank you!

  • @IgnacioParravicini
    @IgnacioParravicini 7 років тому

    Hi! Did you manage to get the Ok Google activation? I have a couple of cool speakers I'd love to hook up with this...
    Also, this should work with the cheaper Zero, right?

    • @NovaspiritTech
      @NovaspiritTech  7 років тому +1

      Ignacio Parravicini check out my twitter, I've been posting my progress

  • @JimProng
    @JimProng 6 років тому

    Can I use a Pi 2? Loaned my Pi 3 to a neighbor who's away for another week and I'd like to use the 2 if it'll work. Great video and blog BTW.

  • @alextvmobil
    @alextvmobil 5 років тому

    how to fix oauthlib: command not found
    Locate the tool via
    locate google-oauthlib-tool
    Then, cd into the path and open it there with your arguments

  • @Martin-zo8lz
    @Martin-zo8lz 6 років тому

    I am getting
    /home/pi/env/bin/python: Error while finding spec for 'googlesamples.assistant'
    (: googlesamples.assistant.__spec__is None)
    When typing in python -m googlesamples.assistant
    Could anyone please help me?
    Thank you

  • @soundarrajanv1687
    @soundarrajanv1687 6 років тому

    which AI is better and easy for making home automation projects,
    either google assistant or alexa.....????

    • @MrMarnix1234
      @MrMarnix1234 6 років тому

      I have the same question actually

  • @JxckSweeney
    @JxckSweeney 7 років тому

    Id like to point out you don't have full abilities as a normal google home it doesn't show up in a the home app so u can't ask it to play music. When u ask to play something on your chrome cast it just says a error so idk

  • @randomizedletters4466
    @randomizedletters4466 5 років тому

    so got no google samples auth helpers moduals and telling from the other comments no body actually awnsers on this

  • @marciokoko1
    @marciokoko1 7 років тому

    Now with this you would need a google cloud account, right?

  • @justchecking586
    @justchecking586 7 років тому

    trouble is now a few commands don't work, JSON says google samples doesn't exist when I installed them. I tried Mycroft AI and it worked straight out of the box however its no where near as good as Google Assistant. In Mycroft you can configure it to work as google assistant with the API - I can't get this to work either, perhaps Don can do some more videos, it looks so easy when he does it. Thanks

  • @anujraval4787
    @anujraval4787 7 років тому

    when i enter as python -m googlesamples.assistant.auth_helpers --client-secrets /home/pi/Downloads/client_secret_*myauthcode**.apps.googleusercontent.com.json it gets me error that no module names googlesamples.assistant.auth_helpers
    what do i do now?

  • @smayansatpute
    @smayansatpute 5 років тому +1

    Hello sir! Please help me can you please upload the exact codes to enter, I am half-way through but it does not recognize the file.
    Please help me! pLZZZZZZ

  • @GaudyMarko
    @GaudyMarko 7 років тому

    I got an SSLERROR: Certificate_verify_failed error in the terminal right after clicking the allow prompt in browser at 5:40

  • @linhdo1738
    @linhdo1738 6 років тому

    Do I need to install python3 before I can download all the env and updates?

  • @marciokoko1
    @marciokoko1 7 років тому

    Ive been working on home automation with regular lights via RPI. Id like to know in this case, a webhook would have to be posted to the rpi itself, but that is always done through the router to the nginx ssl server and back to the rpi, right? So nothing would really change from the GoogleHome device setup I currently have except for the fact that now the rpi replaced the GH device itself and is posting to itself!

  • @surajsawant6469
    @surajsawant6469 6 років тому

    hi I have done it till u showed, it's running well but when I have made it headless but after reboot it just doesn't work. I checked the service which was in running state. any help. i m using pi 1 b+. I wish to make a smart mirror along with assistant so I need to start it after boot without any manual command interaction.

  • @passive8608
    @passive8608 7 років тому

    Error 'googlesamples.assistant.auth_helpers' is a package and cannot be directly executed :(

  • @carloslemare9938
    @carloslemare9938 7 років тому

    Maybe use it in other languages is possible?

  • @namanagarwal3241
    @namanagarwal3241 6 років тому

    @NovaspiritTech i am installing google assistant in raspberry pi3.i cleared all the stepts but in the last step pf python coding it is showing no module named googlesamples.assistant.auth_helpers

  • @jackyli6716
    @jackyli6716 7 років тому

    your tutorial is lack of this command :python -m pip install --upgrade google-assistant-library .....

  • @tubeDude48
    @tubeDude48 7 років тому

    Kudos! Excellent video! I like the passe, and show a full screen of the Pi so I can see what your entering.
    I have an Echo, (the tall one). Do you plan, or do you have the instructions for the echo?
    I saw one on UA-cam, but as always, I couldn't get it to work because of damn API's!!! :(
    ---
    I always find API's a pain-in-the-ass to setup. I'm never sure what to check, name, etc.
    Can you help? Thanks!

  • @edwarddonnelly2937
    @edwarddonnelly2937 4 роки тому

    3 years on and most of this is now wrong or different thanks to google changing their pages and coding any chance of a remake?

  • @waqarnaveed444
    @waqarnaveed444 6 років тому

    this command not working (source env/bin/activate) error bash: env/bin/activate: no such file or directory

  • @CarlosSpicyWeener
    @CarlosSpicyWeener 7 років тому

    I'm looking at links in the description. You noted all links in the video would be listed there. I don't even see the first one to google's cloud resource manager. ? :(

  • @rbraharja
    @rbraharja 5 років тому

    i use raspberry pi 1st version, and when i try to open chromium on raspbian it runs very slow. it shows that the cpu usage is 100%. so i can't download aouth key

  • @Robber7
    @Robber7 7 років тому

    Can this communicate and cast to a chromecast? I'm thinking of doing this, but I want to know if it's possible before I buy a chromecast

  • @rezahosseini998
    @rezahosseini998 7 років тому

    Cool! Just wondering if it could be possible to do by using Android Things installed on Raspberry Pi and if needed Firebase?

  • @Lukenallen8
    @Lukenallen8 7 років тому

    I keep getting "No module named googlesamples.assistant.auth_helpers"

  • @Ed_D12
    @Ed_D12 7 років тому

    How can I turn on a music service? When I ask it to play music it replies that music service needs to be enabled in the Home App.

  • @VictorSklyar
    @VictorSklyar 7 років тому

    how much does it cost for individual usage?

  • @kebab20
    @kebab20 5 років тому

    Can i after this, connect on it with Google home app? And use it like regular google home speaker?