oscie57 / tiktok-voice

Simple Python script to interact with the TikTok TTS API
515 stars 74 forks source link

'requests' module not found #23

Closed SamuelLeMire01 closed 1 year ago

SamuelLeMire01 commented 1 year ago

i installed requests as well as all other modules but i got this message.

C:\Users\barkley\Desktop\tiktok-voice-main>py main.py -v en_us_001 -f text.txt Traceback (most recent call last): File "C:\Users\fatka\Desktop\tiktok-voice-main\main.py", line 1, in import requests, base64, random, argparse, os, playsound, time, re, textwrap ModuleNotFoundError: No module named 'requests'

can anyone help me?

abirabedinkhan commented 1 year ago

just use python -m pip install requests or in the same dir open terminal and use python -m pip install -r requirements.txt and anyways then api is down right now