-
Notifications
You must be signed in to change notification settings - Fork 198
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
E: Package 'libttspico-utils' has no installation candidate #129
Comments
Jarvis is not compatible with Ubuntu (because of if [[ "$platform" == "linux" ]]; then
echo -e "Updating..."
sudo apt-get -qq update || exit 1
echo -e "Upgrading..."
sudo apt-get -qq upgrade -y || exit 1
echo -e "Downloading & Installing..."
sudo apt-get install -y libttspico-utils >/dev/null || exit 1
dialog_msg "Installation Completed" However, according to:
Maybe a source missing on your apt-get? |
OK I found this solution: 1- Download this lib: libttspico-data 2- Download this lib: libttspico0_1.0 3- Download this lib: libttspico-utils Then Install them with the following commands: 1- 2- 3- And voila, that works :). On debian I guess but also on ubuntu in my case |
BTW: You said: snowboy is not compatible Ubuntu but it's installed on my odroid without problem ;). The package for Raspbian8.0 seems to be available for Ubuntu also. |
I did not say
As I mentionned, you can still compile the |
Oh ok sorry I read too fast :) Thanks |
Hi |
It run in raspbian ! |
Hi
Do you know what packages or sources are missing in my installation ?
I'm under lubuntu 14.04 on Odroid C1.
I get this error during the installation of SVOX Pico:
E: Package 'libttspico-utils' has no installation candidate
The text was updated successfully, but these errors were encountered: