Skip to content
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

Closed
kevincaradant opened this issue Sep 19, 2016 · 8 comments
Closed

E: Package 'libttspico-utils' has no installation candidate #129

kevincaradant opened this issue Sep 19, 2016 · 8 comments
Assignees
Labels

Comments

@kevincaradant
Copy link
Contributor

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

@alexylem alexylem self-assigned this Sep 19, 2016
@alexylem
Copy link
Owner

Jarvis is not compatible with Ubuntu (because of snowboy pre-compiled library not available).
If you don't plan to use snowboy or wish to compile it yourself...
Here is the automatic installed script for PicoTTS:

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:
https://doc.ubuntu-fr.org/svoxpico

Pour installer ce logiciel, il suffit d'installer le paquet libttspico-utils.

Maybe a source missing on your apt-get?

@kevincaradant
Copy link
Contributor Author

kevincaradant commented Sep 19, 2016

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- sudo dpkg -i libttspico-data_1.0+git20130326-3_all.deb

2- sudo dpkg -i libttspico0_1.0+git20130326-3_armhf.deb

3- sudo dpkg -i libttspico-utils_1.0+git20130326-3_armhf.deb

And voila, that works :). On debian I guess but also on ubuntu in my case

@kevincaradant
Copy link
Contributor Author

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.

@alexylem
Copy link
Owner

I did not say snowboy is not compatible with Ubuntu 😉
I said:

Jarvis is not compatible with Ubuntu (because of snowboy pre-compiled library not available).

As I mentionned, you can still compile the snowboy library yourself, see #79

@kevincaradant
Copy link
Contributor Author

Oh ok sorry I read too fast :) Thanks

@DMike92
Copy link

DMike92 commented Apr 20, 2020

Hi
Good work!
Any chance to make this running in2020 (Raspbian)? I'd love it.

@ebanDev
Copy link

ebanDev commented Apr 22, 2020

It run in raspbian !

@DMike92
Copy link

DMike92 commented Apr 22, 2020

Yes !
https://bugs.launchpad.net/raspbian/+bug/1835974?comments=all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants