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?
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