gpt-engineer
gpt-engineer copied to clipboard
TypeError: 'type' object is not subscriptable
When I execute gpt-engineer projects/my-new-project, I expect it to start the process but I receive the following error:
File "C:..\GPT Engineer\gpt-engineer\gpt_engineer\steps.py", line 19, in
The process then ends.
I have not made any changes to the steps.py file, does anyone know what might cause this behavior?
having the same issue here
I managed to get it working after upgrading to Python 3.9
That seems to have resolved it...thanks!
Still seeing this, claims to be compatible with >=3.8 though