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

ImportError: /usr/lib/libestbase.so.2.5.0.1: undefined symbol: snd_pcm_hw_params_set_channels when importing festival #15

Open
hippylover opened this issue Mar 7, 2023 · 0 comments

Comments

@hippylover
Copy link

$ /sbin/python /home/kris/faster-whisper/festival_test.py
Traceback (most recent call last):
  File "/home/kris/.local/lib/python3.10/site-packages/festival.py", line 3, in <module>
    from . import _festival
ImportError: attempted relative import with no known parent package

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/kris/faster-whisper/festival_test.py", line 1, in <module>
    import festival
  File "/home/kris/.local/lib/python3.10/site-packages/festival.py", line 6, in <module>
    import _festival
ImportError: /usr/lib/libestbase.so.2.5.0.1: undefined symbol: snd_pcm_hw_params_set_channels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant