Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jq not found #26

Open
savage872 opened this issue Dec 14, 2018 · 5 comments
Open

jq not found #26

savage872 opened this issue Dec 14, 2018 · 5 comments

Comments

@savage872
Copy link

I had this issue earlier.
I don't know how to send a message to the owner
I'm using hassbian for home assistant and I was getting this error jq not found when I was trying to run alexa_remote_control.sh
I have sorted the issue out with sudo apt-get install jq
Hope it helps!

@jamman9000
Copy link

Thank you! Had the same issue, and also using hassbian. Hopefully the developer takes note

@sfgabe
Copy link

sfgabe commented Jan 7, 2019

Just a note for anyone getting a jq not found error - I had to install jq 1.5 separately (1.6 did not work on my setup) with the following commands:
cd /tmp
wget https://github.com/stedolan/jq/releases/download/jq-1.5/jq-1.5.tar.gz
tar xfvz jq-1.5.tar.gz
cd jq-1.5
./configure && make && sudo make install

@dbudwin
Copy link

dbudwin commented Jan 20, 2019

@sfgabe I can confirm that your fix worked for me!

Note, I am trying to use ha-alexa-tts using Home Assistant's official Docker image.

@bennyboom38
Copy link

Thanks a lot , it helps me too to use it with HA Docker image
just a comment, if you are root user, you don't need sudo make install , just make install
Anyway Thank you so much

@regisleclerc
Copy link

Big thanks to @sfgabe , works for me too !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants