kulltc/chatgpt-sql

Project won't run

Closed this issue · 1 comments

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

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