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

No module named 'requests' #17

Open kerigen opened 1 year ago

kerigen commented 1 year ago

when I run the command_read.py in terminal I get this error message: File "/home/xxx/xxx/Verbify-TTS/command_read.py", line 7, in import requests ModuleNotFoundError: No module named 'requests'

I checked to see if REQUESTS is installed with command "pip show requests " and this is what I got:

Name: requests Version: 2.28.1 Summary: Python HTTP for Humans. Home-page: https://requests.readthedocs.io Author: Kenneth Reitz Author-email: me@kennethreitz.org License: Apache 2.0 Location: /usr/lib/python3/dist-packages

JeremyBickel commented 1 year ago

Did you run server.py? If not, run it and switch to a new shell, then try the read command.