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
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'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: