Project won't run
Closed this issue · 1 comments
MBre111 commented
When attempting to run the terminal after extracting ZIP, I get the following error:
File "c:\Users\mbre\GitHub\chatgpt-sql\chatgpt.py", line 2, in
import openai
kulltc commented
My bad I didn't include the requirements.txt. It should work now after you redownload, then run pip install -r requirements.txt
Alternatively, you can run the following commands locally:
pip freeze > requirements.txt
pip install -r requirements.txt