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

constantly get ModuleNotFoundError: No module named 'gpt_engineer' #126

Closed panmaster closed 1 year ago

panmaster commented 1 year ago

ModuleNotFoundError: No module named 'gpt_engineer' , what is the issue?

eliashanna9 commented 1 year ago

+1, running on a Mac M1

patillacode commented 1 year ago

Hi,

Please pull the latest version and follow the README

pip install -r requirements.txt
export OPENAI_API_KEY=[your api key]
python -m gpt_engineer.main my-new-project

Please try look for similar issues before you post one, to avoid noise for us maintainers/collaborators:

Screenshot 2023-06-17 at 21 45 37

Dan-paull commented 1 year ago

i had the same error and moved the main.py script outside of the gpt_engineer folder and it worked