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