-
Notifications
You must be signed in to change notification settings - Fork 62
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
Pre-compiled packages do not install on Debian 11 #63
Comments
Hi @hendursaga Hope it's useful for you. |
@clarriu97, sadly that's a somewhat risky workaround, it would be good for at least the next release to use Debian 11. Unfortunately I can't seem to get the Docker build scripts to work on my system, so I can't do that for myself just yet. |
I'm having the same problem. It would be great to upgrade the dependencies accordingly, I can't try |
@raphaelyancey this worked in Ubuntu 2204: #66 |
Pre-compiled packages cannot be installed on the latest Debian release ("Bullseye") and probably other Debian derivatives. For instance, after installing the .deb package and running voice2json, it complains with:
libffi6 is available for Buster, but not Bullseye, where it is instead libffi7.
Perhaps the Dockerfile can be updated and new pre-compiled packages released?
The text was updated successfully, but these errors were encountered: