AssistantPi
AssistantPi copied to clipboard
Error when running sudo ./AlexaPi/src/scripts/setup.sh
Kindly help, Setup stops here.Thanks in advance.cheers
Creating a user to run AlexaPi under ... user already exists. That's cool - using that.
gpio:x:997:pi,alexapi
audio:x:29:pi,alexapi
Synchronizing state of AlexaPi.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable AlexaPi
Would you like to also install Airplay support (Y/n)? y
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:3 https://deb.nodesource.com/node_10.x buster InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package vlc-nox is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
vlc-bin
E: Package 'vlc-nox' has no installation candidate
Look here for clues to resolve vlc dependency issues. https://www.raspberrypi.org/forums/viewtopic.php?t=195221
It took me a lot of time but I fixed it finally...
- Open terminal.
- Paste " sudo nano /opt/AlexaPi/src/scripts/inc/os/debian.sh ".
- Replace vlc-nox with vlc-bin.
- Ctrl + X
- Y
- Enter Done!
It took me a lot of time but I fixed it finally...
- Open terminal.
- Paste " sudo nano /opt/AlexaPi/src/scripts/inc/os/debian.sh ".
- Replace vlc-nox with vlc-bin.
- Ctrl + X
- Y
- Enter Done!
What about creating a PR for this fix?