Skip to content

Troubleshooting

BaimoQilin edited this page Jul 4, 2024 · 1 revision

ImportError: No module named xxx

Based on the given missing module name (in the example, xxx), enter the following command to install it:

pip install xxx

openai.APIConnectionError: Connection error

Check if you can connect to the OpenAI server. This error usually occurs because the API key or BASE URL in config.yaml is incorrect.

No such file or directory: 'config.yaml'

Please cd into the BuilderGPT folder, and then run it using python ui.py. For example, if your BuilderGPT folder is located at C:\Users\Desktop\BuilderGPT, you should run these commands:

cd C:\Users\Desktop\BuilderGPT
python ui.py

The error message is not included here? Start an issue here. Remember to take your logs.