Closed ravichandrachevula04 closed 1 year ago
Did you install the requirements?
Yes, I did.
Did I do it right ?
Do you do this command?
I uninstalled and installed everything from the scratch and I can see below warnings
and for your above comment, that commend was not working for me so I have used below
python -m pip install -r requirement.txt
Not really sure, try using the whisper import in a simple script and go from there.
I did a small mistake in my installation now I found the cause and I fixed it, but now I'm facing below issue. Can you please look into it ?
You need to run that command
python -c "with open('keys.py', 'w', encoding='utf-8') as f: f.write('OPENAI_API_KEY=\"API KEY\"')"
in the terminal
the file should look like:
OPENAI_API_KEY="API KEY"
After completing 3rd installation point
python -c "with open('keys.py', 'w', encoding='utf-8') as f: f.write('OPENAI_API_KEY=\"API KEY\"')"
Am I missing something here ?
If you have a keys.py file containing OPENAI_API_KEY="API KEY" with you actual key then run ecoute and it should work
after executing the command "python main.py" I came across below issue