Free-Auto-GPT icon indicating copy to clipboard operation
Free-Auto-GPT copied to clipboard

IndexError: list index out of range

Open 2ndReflection opened this issue 1 year ago • 0 comments

⚠️INSTRUCTIONS:
  • Enter ONE "x" inside the brackets [x] to choose the answer
  • [x] Example
  • [ ] Example2

Have you already searched for your ISSUE among the resolved ones?

  • [x] Yes, new issue
  • [ ] Yes, but the solution not work for me
  • [ ] No

What version of Python do you have?

  • [x] Last, Python > 3.11
  • [ ] Python >= 3.8
  • [ ] PIs you have Python<3.8 pease install last version of python

What version of operating system do you have?

  • [x] Windows
  • [ ] Linux/Ububtu
  • [ ] Mac/OSX

What type of installation did you perform?

  • [x] pip3 install -r requirements.txt
  • [ ] python3 -m pip install -r requirements.txt
  • [ ] Anaconda
  • [ ] Container on VS

Describe the bug While installing, I ran into an issue with Faisse, which I promptly fixed in requirements.txt and tried again successfully. Then, I put my ChatGPT and Hugging Face tokens into .env. After that I ran AUTOGPT.py, selected ChatGPT (1), and was met with 'IndexError: list index out of range'

image

2ndReflection avatar Jun 02 '23 07:06 2ndReflection