gpt-engineer
gpt-engineer copied to clipboard
FileNotFoundError on last clarrifying question by gpt-engineer
I went through all of the clarifying questions and at the final step it just errored out with the following message. I also noticed that I don't possess the setup file/folder in the identities subfolder, that's what the last line of the error message states.
What should I do here?
try pip install -e . in the folder with the pyproject.toml
hey where can I find that .toml file? My error message states that I don't have the 'setup' file in the identity subfolder.
Actually I got gpt-engineer to write me an app.py file, but I am having trouble running it. Here is the error message I get.
Also, I wasn't able to run the pip install --user -r requirements.txt command because I got the following error message. Could these have been reason for python app.py not running?
you need to clone the project like in the instructions
Usage
Choose either stable or development.
For stable release:
pip install gpt-engineer
For development:
git clone [email protected]: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:
Create an empty folder. If inside the repo, you can run:
cp -r projects/example/ projects/my-new-project
Fill in the main_prompt file in your new folder
Run: gpt-engineer projects/my-new-project
Results
Check the generated files in projects/my-new-project/workspace
just do git clone {repo_url} on your {project_folder} I know is kind of confusing
I was able to get my music player interface up and running, and the Browse button lets me look for a local mp3 file, but doesn't let me actually select it, all of the files (including mp3) are greyed out, as the image shows. Is it possible for gpt-engineer to work on multiple iterations of the same product, improving it in every way possible with multiple prompts?
I was able to fix the problem of the mp3 file not being selectable, but now once I select it, it returns me this error.