Open dawid-czarnecki opened 3 months ago
same problem
Same error
Hey,
After having the same issue and having a quick look into the python implementation, here is a "workaround" (not sure if it is acutally a workaorund or the desired approach and there is just a little hint missing in the exception):
#
for all files you want to include for the calculation, the more files you add, the better the code suggestions but also the higher the costsI was also struggling with it until I found the code responsible for that part. It is using system path to find proper editor, please set one. E.g. I am using export EDITOR="nano"
.
Here is part of code and some example editors it supports: https://github.com/gpt-engineer-org/gpt-engineer/blob/3db500b7957d09f77f67cd3b77d806c0c6cf52a3/gpt_engineer/applications/cli/file_selector.py#L231
Expected Behavior
Updating the existing code.
Current Behavior
Crashing without saving and/or generating the changes.
Failure Information
I use GPT-4o model.
Failure Logs
The debug_log_file.txt doesn't exist but the following error is generated (I sanitized paths):
System Information
No such option: --sysinfo
Python 3.10.12 Linux Mint 21Installation Method
GPT-Engineer installed using pip install.