MattePalte / Verbify-TTS

Simple and free Text-to-Speech (TTS) engine that reads for you any text on your screen with high-quality voices powered by AI models.
MIT License
118 stars 14 forks source link

missing python dependencies in Ubuntu/mint #14

Open bgctw opened 1 year ago

bgctw commented 1 year ago

The installation finished with asking to create keyboard shorcuts, but did after a restart the shortcuts did not work for me.

When trying to follow the installation script manually I got:

~/bin/Verbify-TTS $ python3 -m venv env
The virtual environment was not created successfully because ensurepip is not
available.  On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.

    apt install python3.10-venv

Catching this error and giving the user and informative message might help. Maybe also pick this up in the README.md