You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have observed that the installation process for some backends of phonemizer (e.g. espeak-ng) requires sudo privileges, which may not always be available. This can lead to difficulties during the installation process.
To mitigate this issue, we kindly request the creation of a Conda package including phonemizer and its associated backends. This would greatly simplify the installation process and ensure a smooth user experience.
The text was updated successfully, but these errors were encountered:
Indeed it would be great to have it as a conda package. Unfortunately, espeak-ng and festival are not bundled into conda so writing the recipe may be a bit... time consuming. And I have no time to invest on this in the next few months.
I flag this issue as help wanted, any PR with a conda recipe is more than welcome!
Thanks for your prompt reply. I tried compiling espeak-ng, but ran into some issues. In addition, Docker has security issues in shared servers, so it is not available in my university server.
I'm considering opening an issue in the espeak-ng repository to request a conda package. Thanks again for your assistance and recommendations.
We have observed that the installation process for some backends of
phonemizer
(e.g.espeak-ng
) requires sudo privileges, which may not always be available. This can lead to difficulties during the installation process.To mitigate this issue, we kindly request the creation of a Conda package including
phonemizer
and its associated backends. This would greatly simplify the installation process and ensure a smooth user experience.The text was updated successfully, but these errors were encountered: