gpt-engineer icon indicating copy to clipboard operation
gpt-engineer copied to clipboard

AssertionError: Generated entrypoint command that was not bash

Open mikemcelligott opened this issue 2 years ago • 0 comments

I'm generating a node/express back-end and a flutter app front-end, but I keep getting the same error message (as written above). I know GPT-4 is capable of writing code in various different languages but I'm not sure how to enable support for those languages in the python code. I've also noticed that filenames frequently have open or close braces in them for some reason with this stack.

Traceback (most recent call last):

File "", line 198, in _run_module_as_main

File "", line 88, in _run_code

File "/Users/michael/Projects/gpt-engineer/gpt_engineer/main.py", line 63, in app()

File "/Users/michael/Projects/gpt-engineer/gpt_engineer/main.py", line 58, in chat messages = step(ai, dbs) ^^^^^^^^^^^^^

File "/Users/michael/Projects/gpt-engineer/gpt_engineer/steps.py", line 174, in gen_entrypoint assert lang in [ ^^^^^^^^^

AssertionError: Generated entrypoint command that was not bash

mikemcelligott avatar Jun 18 '23 22:06 mikemcelligott