AssistantPi icon indicating copy to clipboard operation
AssistantPi copied to clipboard

Error when running sudo ./AlexaPi/src/scripts/setup.sh

Open u1608 opened this issue 6 years ago • 3 comments

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

u1608 avatar Jul 21 '19 15:07 u1608

Look here for clues to resolve vlc dependency issues. https://www.raspberrypi.org/forums/viewtopic.php?t=195221

rjgladish avatar Jan 18 '20 12:01 rjgladish

It took me a lot of time but I fixed it finally...

  1. Open terminal.
  2. Paste " sudo nano /opt/AlexaPi/src/scripts/inc/os/debian.sh ".
  3. Replace vlc-nox with vlc-bin.
  4. Ctrl + X
  5. Y
  6. Enter Done!

kahupihu avatar Dec 19 '20 14:12 kahupihu

It took me a lot of time but I fixed it finally...

  1. Open terminal.
  2. Paste " sudo nano /opt/AlexaPi/src/scripts/inc/os/debian.sh ".
  3. Replace vlc-nox with vlc-bin.
  4. Ctrl + X
  5. Y
  6. Enter Done!

What about creating a PR for this fix?

EmadMokhtar avatar Jan 26 '21 15:01 EmadMokhtar