Installing espeak using pip in Python 3.6

Mailer Daemon picture Mailer Daemon · May 30, 2018 · Viewed 7.8k times · Source

When I run pip install espeak, I get Could not find a version that satisfies the requirement espeak (from versions: ) . Anyone know how to fix this issue?

Answer

Samuel Dion-Girardeau picture Samuel Dion-Girardeau · May 30, 2018

As suggested in a comment, espeak is not a Python package available on PyPI.

Perhaps you meant one of these:

pip install pyespeak
pip install speake  # Python 2
pip install speake3  # Python 3

If none of these packages are the one you need, you can take a look at the list here: https://pypi.org/search/?q=espeak