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

No module named pipes in Python 3.13 #11

Open
thelabcat opened this issue Nov 8, 2024 · 1 comment
Open

No module named pipes in Python 3.13 #11

thelabcat opened this issue Nov 8, 2024 · 1 comment

Comments

@thelabcat
Copy link

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    import talkey
  File "/home/wilbur/.local/lib/python3.13/site-packages/talkey/__init__.py", line 4, in <module>
    from .tts import Talkey, enumerate_engines, create_engine, TTSError
  File "/home/wilbur/.local/lib/python3.13/site-packages/talkey/tts.py", line 3, in <module>
    from .base import TTSError
  File "/home/wilbur/.local/lib/python3.13/site-packages/talkey/base.py", line 2, in <module>
    import pipes
ModuleNotFoundError: No module named 'pipes'
@thelabcat
Copy link
Author

thelabcat commented Nov 8, 2024

Cause: The pipes library is considered a 'dead battery' and has been removed from standard Python.
Workaround: pip install standard-pipes

thelabcat added a commit to thelabcat/talkey that referenced this issue Nov 8, 2024
thelabcat added a commit to thelabcat/rumble-chat-actor that referenced this issue Nov 10, 2024
- Talkey dead battery dependency on pipes is now met
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