-
Notifications
You must be signed in to change notification settings - Fork 514
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
Cannot find libucd.so #286
Comments
This is due to called by piper-phonemize CMakeList.txt. Because phonemize always fetch master branch, this error propagates on piper build process |
Fixed by rhasspy/espeak-ng#2 |
I am surprised that piper (this repo) does not have any CI. I'd like to contribute the CI with GitHub actions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System info: Docker's Node 20.9.0 Debian "bullseye" x86_64
Building Piper using
make
command after runningapt-get install -y cmake
Despite compiling fine yesterday, when compiling, tests were failing so I disabled them to get more information and got this error when trying to create a voiceline.
./piper/piper: error while loading shared libraries: libucd.so: cannot open shared object file: No such file or directory
I'm not sure where I am supposed to acquire libucd.so or how to otherwise remedy this issue, any ideas?
The text was updated successfully, but these errors were encountered: