gpt-engineer-org / gpt-engineer

Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
MIT License
52.55k stars 6.83k forks source link

issue running "gpt-engineer projects/my-new-project" #256

Closed kido321 closed 1 year ago

kido321 commented 1 year ago

when I run python3 -m gpt-engineer projects/my-new-project this issue comes up

Screenshot 2023-06-20 at 1 02 48 PM
triggah61 commented 1 year ago

I get a simliar issue as well on a mac

Sinma1 commented 1 year ago

Try to use python 3.9 or above as it's using type hinting feature that was introduced in that version.

juarezjl commented 1 year ago

Use python 3.11 or 3.10

dareljohnson commented 1 year ago

I have Python 3.10 and it's not working. I get an error when try to run gpt-engineer projects/my-new-project

'gpt_engineer' is not recognized as an internal or external command, operable program or batch file.

kigner commented 1 year ago

pip install gpt-engineer

patillacode commented 1 year ago

Closing, if you feel the need to re-open please do following the new issue template.