Running:
#install dependencies
sudo apt install espeak-ng ffmpeg python3-venv
#clone the repo
git clone https://github.com/aedocw/epub2tts-kokoro
cd epub2tts-kokoro
#OPTIONAL - install this in a virtual environment
python3 -m venv .venv && source .venv/bin/activate
pip install .
Errors with:
pip._vendor.urllib3.exceptions.ProtocolError: ("Connection broken: OSError(5, 'Input/output error')", OSError(5, 'Input/output error'))
Running:
Errors with:
pip._vendor.urllib3.exceptions.ProtocolError: ("Connection broken: OSError(5, 'Input/output error')", OSError(5, 'Input/output error'))