nerdaxic / glados-voice-assistant

DIY Voice Assistant based on the GLaDOS character from Portal video game series. Works with home assistant!
https://www.henrirantanen.fi/2022/02/10/glados-voice-assistant-with-custom-text-to-speech/?utm_source=github.com&utm_medium=social&utm_campaign=post&utm_content=DIY+GLaDOS+Voice+Assistant+with+Python+and+Raspberry+Pi
Other
279 stars 23 forks source link

I cant Run line 3/2 #32

Open 12tae12 opened 1 year ago

12tae12 commented 1 year ago

Can't run cp ~/glados-voice-assistant/settings.env.sample ~/glados-voice-assistant/settings.env && nano ~/glados-voice-assistant/settings.env Need help

eternalliving commented 1 year ago

What error message are you getting? Is it saying the file isn't found, or access denied? You could also try replacing nano with either vi or vim or other txt editor of your choice.

12tae12 commented 1 year ago

It's saying the file isn't found

eternalliving commented 1 year ago

Sorry, I just looked through the instructions you are following and see they are outdated. It no longer uses a settings.env file but rather a yaml file under the settings folder.

I’ll work on updating the instructions. For now, edit the glados_settings.yaml file and create a new home_assistant_settings.yaml file and edit to your needs.

12tae12 commented 1 year ago

Ok

12tae12 commented 1 year ago

I tried to edit and I don't know enough python to edit it to my needs.

12tae12 commented 1 year ago

Sorry, I just looked through the instructions you are following and see they are outdated. It no longer uses a settings.env file but rather a yaml file under the settings folder.

I’ll work on updating the instructions. For now, edit the glados_settings.yaml file and create a new home_assistant_settings.yaml file and edit to your needs.

I tried to edit and I don't know enough python to edit it to my needs.

eternalliving commented 1 year ago

Are you trying to use this repo for home assistant? Both of the settings files are in yaml and there is instructions in them on configuring it to your needs.

Let me know where your getting stuck and I can help walk you through it.

12tae12 commented 1 year ago

No. I mean I know almost no python at all and don't know how to run it with this.

12tae12 commented 1 year ago

I just started learning... It is simple but how will I run it?