Closed shoemakn closed 6 years ago
Thanks for reporting, I'm currently abroad and check on it when I'm back. You can try installing the missing dependency from the error message before running the setup. Please report back if you run into any problems!
Thanks!
I also tried installing on a fresh install of Jessie (I found the July release in my Downloads folder) with the same results.
Will try discerning the appropriate dependency and pre-installing it.
It would appear this is a problem with the dependency itself: python-vlc ... I'm not sure how you may want to label this thread but I'll leave it open for you. Thanks again!
Installed dependency: python-vlc via the latest commit prior to the AssistantPi's commit date: sha0b9da32bfb6ad6ed5296fa1cd967e0f5d101cbf1
Also had to manually install pip via get-pip.py script to get the process going.
Initially had some issues with the Amazon/Alexa authorization
Encountered 3 errors during GoogleAssistant build, all pertaining to bdist_wheel:
Now the install says it was successful, but I apparently need to finish some audio configuration (at least)
yeah. nothing works as documented, I'm afraid. I've tried both vlc and sox for audio. I can successfully record and play back audio using arecord and aplay, but despite following all of the instructions I've found here and in the wiki, I've hit a brick wall.
Shoemakn, I'm encountering the same error with the python-vlc, but I'm totally new to linux. Could you go in to a bit of detail about how you solved this? Thanks.
cemtes, I wish I could help... but I haven't been able to resolve the issue myself.
It seems like several of the dependencies have some issues with their own setup scripts, so you can follow xtools-at's advice above and try to find a way to get them installed before running the AssistantPi setup script, but your mileage may vary. Best wishes & good luck!
Were you able to actually get it fully installed? That's the part I'm stuck on, and don't know how to install specific dependencies with the proper commit as you mentioned in your post.
cemtes, I wish I could help... but I haven't been able to resolve the issue myself.
Try running the following command to install python-vlc
sudo pip2 install python_vlc
That should install the dependency for you using python2
@nickexile solution work, thank you so much :D
@nickexile thanks a ton. That worked.
@shoemakn For what it's worth. I finally got it working. I had to do a fresh install of raspbian withOUT desktop. Then went through all the install. It kept pausing at various parts so I had to run the setup multiple times to get all the components. When I first ran it I was getting an error that it couldn't find "pulse" as an input so I had to go into the config.txt and change input from "pulse" to "mic" and it started accepting input. But then I wasn't getting any output. It turns out I didn't have pulseaudio installed. After a manual installation of pulse audio it seems to be working.
@cemtes my install still fails during the bdist_wheel build process. Did yours go without a hitch there, or did you have an additional dependency install?
Thanks @nickexile for the vlc install
This is on latest Raspbian Stretch Lite (Jessie no longer available after WiFi exploit was patched), released 2017-09-07, kernel v4.9
Python 2 & 3 releases (
python2 --version
andpython3 --version
): Python 2.7.13 Python 3.5.3Description of problem: Initial run of /opt/AlexaPi/src/scripts/setup.sh fails at the following:
Steps to reproduce: