Closed happysalada closed 1 year ago
@happysalada what version of litellm are you using ?
can you try pip install litellm==0.1.590
and retry
I want to ensure this is not caused by a litellm bug
indeed that version fixed it, thank you!
@ishaan-jaff Sorry, I enncounter the same problem as well. However, after using "pip install litellm==0.1.590", the problem still exists. Can you give me any advice and help?
Python version: 3.10.2, litellm version: 0.1.590, open-interpreter veresion: 0.1.3. I have tried both GPT-3.5-Turbo and GPT-4. The issue happens sometimes in both setups. But I have to say that it did not happen all the time and interpreter successfully ran some codes given by GPT3.5/4.
I/O history:
...
O:
Great! We have successfully imported the necessary libraries, pandas and openpyxl.
Now, let's move on to the next step of the plan, which is to read the Excel file and select the "X" sheet.
file_path = '...(omit).xlsx'
df = pd.read_excel(file_path, sheet_name='X')
Would you like to run this code? (y/n)
I: y
O:
file_path = '...(omit).xlsx'
df = pd.read_excel(file_path, sheet_name='X')
Traceback (most recent call last):
File "/home/ubuntu/miniconda3/envs/oienv1/bin/interpreter", line 8, in
Describe the bug
when trying to type a command it returns the following errors
Reproduce
interpreter
list files and directories
OPENAI_API_KEY
env var is setExpected behavior
no exceptions are encountered
Screenshots
No response
Open Interpreter version
0.1.3
Python version
3.10.12
Operating System name and version
nixos
Additional context
I am trying to package this for nixos, I would be happy to do anything to help. Thank you for making this!