Install Google Assistant On Your Raspberry Pi | New Method | 2022 |

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ต.ค. 2024

ความคิดเห็น • 66

  • @robo_tech
    @robo_tech  2 ปีที่แล้ว +3

    Viewers as pointed out by many in the comments section due to an error with the git repo you all might face the following error:
    "python-pip not available but is referred to by another package this may mean package is missing, obsoleted or only available from another source. However the following package replaces it python3-pip"
    So here I have found the solution:
    Use the following command to navigate to the location using the terminal:
    cd /home/pi/GassistPi/Requirements/
    Use the following command to edit the requirements file:
    sudo nano GassistPi-system-requirements.txt
    Then after this remove the line that says "python-pip"
    Use "ctrl + x", "Y" and then "enter" to successfully save the edited document
    That's all and you are ready to continue ahead by rerunning the installer.sh file the error is resolved... dont forget to update me if the problem was resolved for you or not

    • @nathanthomaspresentseveryt2461
      @nathanthomaspresentseveryt2461 2 ปีที่แล้ว

      Thanks for this you are ace will text later and feedback 🤞🤞🤞

    • @shubhanshsharma_7393
      @shubhanshsharma_7393 2 ปีที่แล้ว

      Bro I am still facing the same issue even after removing that statement that you have pointed out what to do it is saying pip not installed

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      can you tell what exactly is the error statement.. i think you removed the wrong line there are two of them please check.. and if not do tell me the exact statement of the error.

    • @roopesh101
      @roopesh101 2 ปีที่แล้ว +1

      I had the same error ,. after modifying as you mentioned it gave another error as below
      Processing triggers for install-info (6.7.0.dfsg.2-6) ...
      Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u2) ...
      Traceback (most recent call last):
      File "/usr/local/bin/pip", line 6, in
      from pkg_resources import load_entry_point
      File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3251, in
      @_call_aside
      File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3235, in _call_aside
      f(*args, **kwargs)
      File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
      working_set = WorkingSet._build_master()
      File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 583, in _build_master
      ws.require(__requires__)
      File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 900, in require
      needed = self.resolve(parse_requirements(requirements))
      File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 786, in resolve
      raise DistributionNotFound(req, requirers)
      pkg_resources.DistributionNotFound: The 'pip==20.3.4' distribution was not found and is required by the application

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      @@roopesh101 Its some new issue that is being caused after removing that line.. as its not able to find valid distribution of pip for python 2.7.. which OS are you using?
      I will try to update with solution by this weekend.

  • @rosmarysantosjimenez1532
    @rosmarysantosjimenez1532 2 ปีที่แล้ว +2

    hello, when i'm installing the google assistant i get this,
    Your board does not support voice control.
    But I have a microphone connected to a USB card. Could you help me?

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      Which version of the Raspberry Pi are you using? Also what is the OS that you are using?.. Please excuse for the late reply.. Thanks.

    • @yashgupta6491
      @yashgupta6491 ปีที่แล้ว

      @@robo_tech Raspberry pi 4 model B 8 gb

    • @robo_tech
      @robo_tech  ปีที่แล้ว

      @@yashgupta6491 Do you have this same issue?

    • @yashgupta6491
      @yashgupta6491 ปีที่แล้ว

      @@robo_tech first of all..thank you very much for very quick response. I really appreciate your effort. Yes the same issue

    • @robo_tech
      @robo_tech  ปีที่แล้ว

      @@yashgupta6491 Welcome😁, it shouldn't be an issue actually, as pi 4b supports voice control. Can you try reinstalling the entire OS after formatting the SD card, use Raspberry Pi imager for latest version.

  • @Thy-w9u
    @Thy-w9u หลายเดือนก่อน

    hi bro i had a error like this when registering the model in action console("Reached limit on number of clients in this project.Try in a new project.")
    i Tried in various ways but still not proceeding to the next step Please Help broo

    • @robo_tech
      @robo_tech  12 วันที่ผ่านมา

      Create a new project on Google cloud console and then follow the steps on that.

  • @williamarthurjohn
    @williamarthurjohn 2 ปีที่แล้ว +1

    I managed to finish this project last month, but the problem is I found that the error when raspberry pi said the token has been expired or revoked which happened when I tried to start the Google Assistant manually. The last time I use the Google assistant was last month, and I suspect the authorization might be expired within a week or 24 hours since I read a thread saying that the Oauth can be expired. It is my second time facing this problem which quite annoying since I used this project as my final year project and my presentation will held in the next 2 weeks.

    • @williamarthurjohn
      @williamarthurjohn 2 ปีที่แล้ว

      In order to fix this problem, I had to reinstall Google assistant and recreate my project which is quite troublesome. Let me know if you got something to fix this.

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      I will do some research by today evening and we will find something out.. We don't wanna ruin your final year Project William!! I will let you know asap

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      Hey there William I checked and researched about this issue with everywhere possible and it comes out that it is a problem with the google API the git repo we have used has an open issue regarding the same here is what the lead member of the repo had to say:
      "This is a Google API issue. I have no control over it. Also, I cannot find any information regarding this anywhere in the assistant documentation. The public interest in the Google Assistant has tapered off and I have halted the developmental activities for the same reason. If this trend continues, I will pull the plug on this project sometime."
      github.com/shivasiddharth/GassistPi/issues/1137#issuecomment-953846516

    • @williamarthurjohn
      @williamarthurjohn 2 ปีที่แล้ว

      @@robo_tech thanks for replying and glad that you noticed my comment. Just like what I thought. If there is no solution to this problem, it will be hard for me especially for my final year project presentation. Let me know if you have any other suggestion to fix this problem or atleast by any chance I can run Google Assistant. But if there is nothing you can do, it is okay and thank you for this video. Hoping for more interesting projects from you.

  • @lakz-photography
    @lakz-photography 2 ปีที่แล้ว

    ERROR: Could not find a version that satisfies the requirement futures=3.1.1; extra == "samples" (from google-assistant-sdk[samples]) (from versions: 0.2.python3, 0.1, 0.2, 1.0, 2.0, 2.1, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.2.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.1.0, 3.1.1)
    ERROR: No matching distribution found for futures=3.1.1; extra == "samples"
    what is this error i cant move on
    am using RPI 2B

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      I think the issue with the git repo might have been resolved and now removing that line I had told in the pinned comment is causing this.. can you add that line again and tell me if everything is working properly?

  • @IrshadBasha
    @IrshadBasha ปีที่แล้ว +1

    How to directly boot Google assistant on raspberry Pi when I turned it on

    • @robo_tech
      @robo_tech  ปีที่แล้ว

      Hi there! Thank you for watching my video and bringing up the issue with the autoboot feature. When I created the video, I faced some issues with the feature and did not want to provide inaccurate information to my viewers. I am hopeful that the issue has been resolved by now. If you visit the github page and follow the instructions for implementing the autostart script, it should help you enable the feature. Here's a link to the relevant section. If you still have any further issues, please feel free to comment and I'll do my best to assist you. And if you found this helpful, don't forget to like, share, and subscribe for more content!
      gassistpi-documentation.readthedocs.io/en/latest/headless.html

  • @sagarghate9874
    @sagarghate9874 2 ปีที่แล้ว

    I wnt ti implement google assistant in magic mirror can you please help me

  • @nathanthomaspresentseveryt2461
    @nathanthomaspresentseveryt2461 2 ปีที่แล้ว

    Mine stops now on install on 3.3 package python not available but is referred to by another package this may mean package is missing, obsoleted or only available from another source. However the following package replaces it python3-pip. Please help 🙏

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      I found the problem and here is your solution:
      Use the following command to navigate to the location using the terminal:
      cd /home/pi/GassistPi/Requirements/
      Use the following command to edit the requirements file:
      sudo nano GassistPi-system-requirements.txt
      Then after this remove the line that says "python-pip"
      Use "ctrl + x", "Y" and then "enter" to successfully save the edited document
      That's all and you are ready to continue ahead the error is resolved... dont forget to update me if the problem was resolved for you or not. Thanks, it was an issue with the git repo.

    • @nathanthomaspresentseveryt2461
      @nathanthomaspresentseveryt2461 2 ปีที่แล้ว

      @@robo_tech this worked like a dream but you will see other comment regarding auto start can’t get it to work 🙏🙏🙏

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      @@nathanthomaspresentseveryt2461 I will check about the same and update.. I think its an issue with the service that we are using from the git repo.. as I had told you there are some issues.. I will surely check and update and this time upload a video only with a solution to both the things

  • @yatharthgarg9166
    @yatharthgarg9166 ปีที่แล้ว +1

    hey bro! after editing the line as u said i get an error called " your board does not support voice control" however i have connected mic through sound card on raspberry pi 3b+ ,with raspbian 64bit os....what to do now?? pls helppp..@robo_tech🙏

    • @robo_tech
      @robo_tech  ปีที่แล้ว

      hello! Sorry for the late reply, if you dont remove the line that i told does the error persist? cuz i have been getting message alot regarding voice control not supported error. It would be a great help if you try and reply back to me. Thanks!

  • @doyunkim116
    @doyunkim116 2 ปีที่แล้ว +1

    How do I apply this to Smart Mirror?

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      I haven't tried this but here is a ready made module listed in the third party module list for magic mirror 2:
      github.com/gauravsacc/MMM-GoogleAssistant
      Hope it helps, if it doesn't do let me know about the problems, consider subscribing and dont forget to like and share the video.

  • @danielalejandrogonzalezmor9437
    @danielalejandrogonzalezmor9437 3 ปีที่แล้ว

    Hey mate, Is It possible to connect it to Google home app, so i can play Spotify with it?

    • @robo_tech
      @robo_tech  3 ปีที่แล้ว

      Yes, you can connect it to the Google Home app.

    • @robo_tech
      @robo_tech  3 ปีที่แล้ว

      I had this issue with playing songs on the same device I couldn't play songs. I told the Google home to play songs for me it said I can't play it on this device but I can play it on other devices on your home network like smart android tv. Try it by connecting to Google home app it should work. Like you said using Spotify through the app should work.

    • @robo_tech
      @robo_tech  3 ปีที่แล้ว

      If you have any problems connecting to the Google home app do let me know I will guide you through the steps. Thanks for commenting it motivates me to make more such content. Keep watching and don't forget to like share subscribe.

    • @shubhanshsharma_7393
      @shubhanshsharma_7393 2 ปีที่แล้ว

      @@robo_tech so there is no way to play songs on this diy google assistant I mean can we use pi' s bluetooth to play songs via bluetooth or anything else

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      Honestly telling you I haven't actually tried doing that.. So why don't you try and tell me if it works.. and also try using the Google Home app available on play store and try playing Spotify from there.

  • @nathanthomaspresentseveryt2461
    @nathanthomaspresentseveryt2461 3 ปีที่แล้ว

    How do enable auto start every time pi starts ? Thanks

    • @robo_tech
      @robo_tech  3 ปีที่แล้ว +1

      Hey there Nathan Thomas hope you tried the steps I have replied below do tell me if it worked for you. Thanks don't forget to like share subscribe

  • @supreeth2000
    @supreeth2000 2 ปีที่แล้ว

    Am getting a cryptography error can u help me out?

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      Can you tell me exactly what the error is I will surely try to help you

    • @supreeth2000
      @supreeth2000 2 ปีที่แล้ว

      @@robo_tech it has been corrected thank you for your reply❤️

  • @pretorian____
    @pretorian____ 2 ปีที่แล้ว

    It works, thx but how to change assistant lanquage to polish?

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      Two Ways:
      1.) Tell the assistant to speak in Polish. This might not work so,
      2.) Download the Google Home app from playstore. Sign in with the google account linked to pi-assistant and then open the settings in the app, go to assistant settings, you will get an option called "Languages" to select from multiple options. Here you can also link and control many other thing. It is an useful application. I will try to bring the next video regarding the same on the use and integration of the app with the Pi-Assistant

    • @pretorian____
      @pretorian____ 2 ปีที่แล้ว

      @@robo_tech Thank you for your answer. The assistant cannot change the language, it gives the path to the settings. Unfortunately, the Polish language is not on the list, strange because I have an assistant in Polish on my phone. Second thing, automatic restart after reboot did not work, service is down. Maybe it can be done with a script in autostart?

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      Ohh this is strange because I didn't have raspberry pi in hand so I just tried it on my phone it worked and also researched on the web for the same. Did you try from the google home app settings? I think I will have to try it on the raspberry Pi directly. I will do that this weekend and let you know

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      Its a known issue regarding the AutoStart it has never worked for me.. Can you copy paste the status of the service.. we will raise an issue on the git repo accordingly. Thanks for telling me about the language change and following the tutorial. I hope you liked it and if you did do hit the like button and consider subscribing for more such content. Thanks

  • @nathanthomaspresentseveryt2461
    @nathanthomaspresentseveryt2461 3 ปีที่แล้ว

    Great project but how do you get it to auto start on reboot of pi I need to use the Manuel start every time

    • @robo_tech
      @robo_tech  3 ปีที่แล้ว

      Here you go try these steps. Thanks in advance I forgot to include it in the video please do try and tell me if it doesn't work..
      github.com/shivasiddharth/GassistPi/tree/Just-Google-Assistant#headless-autostart-on-boot-service-setup

    • @nathanthomaspresentseveryt2461
      @nathanthomaspresentseveryt2461 2 ปีที่แล้ว

      @@robo_tech hi I’m stuck on the first step how to access the /gassistPi/systems/ directory and think this is why won’t work.

    • @modnoiiii
      @modnoiiii 2 ปีที่แล้ว

      Hi, after install as service it's working but not have a response sound from assistant. can you advise.

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว +1

      @@modnoiiii I will check about the same and update.. I think its an issue with the service that we are using from the git repo.. as I had told you there are some issues.. I will surely check and update and this time upload a video only with a solution to both the things.. I am busy in the morning will surely update by evening.. Thanks!

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      Can you please run this in the terminal and copy paste the output.. Here is the command:
      sudo systemctl status gassistpi.service

  • @dearanonymous802
    @dearanonymous802 2 ปีที่แล้ว +1

    Is it able to give answer in hindi

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      Mostly it doesn't support

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      Tell it to talk in hindi.. there is a slight chance it may work

  • @nathanthomaspresentseveryt2461
    @nathanthomaspresentseveryt2461 2 ปีที่แล้ว

    had to send email as youtube keep deleting comments thanks :)

    • @robo_tech
      @robo_tech  2 ปีที่แล้ว

      Yes received it.. I am gonna be tied up due to some health issues this entire week hope you dont mind will update asap! Thanks and sorry