Closed johnwahba closed 1 year ago
Same error here.
Have you run make install
after pulling the changes?
I was running into this problem before doing that and now no longer see this problem.
Personnally I just piped install
Same error, also pip installed
Used !pip install
Having save error
Having the same error.
Same error here
Solved it by following the steps in README.md!
Solved it by following the steps in README.md!
What steps? Creating the Projects/Example/abc.text
table** release:
pip install gpt-engineer
For development:
git clone git@github.com:AntonOsika/gpt-engineer.git
cd gpt-engineer
make install
source venv/bin/activate
Setup
With an api key that has GPT4 access run:
export OPENAI_API_KEY=[your api key]
Run:
cp -r projects/example/ projects/my-new-project
main_prompt
file in your new foldergpt-engineer projects/my-new-project
##########################################Just follow all the steps above. I could run the code with no problem
Following the README should fix this issue, closing but please comment if you still find this error after following the steps.
Use the development instructions, not pip install...then it should work.
If pip install
doesn't work, should those instructions be removed?
Running through the quickstart with a directory with main_prompt:
I suspect this might be related to the most recent version bump?