Open Zibri opened 5 years ago
Can confirm this error in Ubuntu 18.10 as well E: Package 'vlc-nox' has no installation candidate
I also got
Found existing installation: PyYAML 3.12
Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
and doing sudo apt remove python-yaml
didn't help
But really, you should not be running pip
on a deployment machine, rather you should just package your python project in a wheel or egg or something deployable.
For vlc: https://github.com/alexa-pi/AlexaPi/issues/436
@jleaders You can also remove pyyaml
from requirements.txt and install yourself. Remember that it's an unmaintained project...
@Zibri It's an apt problem not Alexapi one, try removing all jack packages and retry:
sudo apt remove jackd1 jackd2 libjack-jackd*
It won't let me change the. "./AlexaPi/src/scripts/inc/os/debian.sh from "vlc-nox" to "vlc"
How did it change Debian.sh? Won’t let me save my edit
yes it is not letting us change to vlc-nox to vlc-bin
I followed the guide. First the setup script stopped when trying to install vlc-nox (which does not exist anymore) I changed ./AlexaPi/src/scripts/inc/os/debian.sh from "vlc-nox" to "vlc" The setup progressed a little more and then stopped again: