#Getting error in installing in windows

54 messages · Page 1 of 1 (latest)

kindred ice
#

I have try to install open-interpreter in windows but getting errors many times , can you see this screenshort and help me regarding that . please provide a installation guide

celest furnace
#

@kindred ice please immediately revoke your OpenAI key since you've left it visible in above screenshot!

#

Also, you've cropped out the most important part for troubleshooting, which is the traceback message.

#

Though there's a clear indication that this is LiteLLM related. Please try pip install litellm --upgrade --force-reinstall and then run OI again

kindred ice
#

can you please check the error

kindred ice
kindred ice
#

@celest furnace

celest furnace
#

Hmm 🤔
Just start fresh. pip install open-interpreter --force-reinstall
Also, as I recommended before, do try and set this up in a conda environment so you're running it isolated with no risk of dependency conflicts. If you need help with that, shout out.

kindred ice
#

can you send the instructions how can i use conda environment in wondows

celest furnace
# kindred ice can you send the instructions how can i use conda environment in wondows

Follow these excellent instructions
https://youtu.be/SqnXUHwIa3c?t=167&si=Itgu8W99zn2maklr

#CapCut #capcutonline #aitools #ai #videoediting #chatgpt
CapCut Online is a free video editor design ed for the web. Give CapCut Online a try today and unleash your creativity! Click here to try CapCut Online: https://shorturl.at/amyT7

In this video, I show you Open Interpreter, an open-source alternative to ChatGPT's Code Interpreter. This i...

▶ Play video
kindred ice
#

@celest furnace using conda envoronment also i am getting error , this same error getting in windows terminal and python . can you please check

celest furnace
#

Check your api key

#

The last line indicates either your OpenAI API key is wrong or you don't have a payment method set up

kindred ice
#

I need to pay for this ?

#

@celest furnace

celest furnace
#

For GPT4 and 3.5 you do, yes

#

Please read up on the instructions and watch the YouTube video I linked to

#

I think you're missing some basic concepts here

kindred ice
#

I want to use open interpreter for free , is there any method

celest furnace
#

Absolutely, if your computer is up to it

#

Please read through the threads on this server

kindred ice
#

can we meet on zoom regarding this above screenshot issue

celest furnace
#

I have already explained the issue to you

kindred ice
#

'litellm.set_verbose=True' what about this ?

celest furnace
#

I will welcome you to come ask for help again, but please make an effort in reading up on basic concepts and instructions first 🙏

celest furnace
#

Not an issue

kindred ice
#

@celest furnace I just find basic commands in documentation , please help

tepid skiff
#

Please share your Python version(python --version) also

kindred ice
#

Python 3.12.0 @tepid skiff

tepid skiff
#

Oh no

kindred ice
#

external source

tepid skiff
#

Downgrade python to 3.11

kindred ice
#

i also try with 3.11

tepid skiff
#

3.12 doesn't work

kindred ice
#

can we meet and you guide me on zoom

tepid skiff
#

How do you start interpreter?

#

Can you screenshot what command you are running and what error you are getting? @kindred ice

#

I'm unable to be in a call right now

kindred ice
#

okey

kindred ice
#

see with python 3.11 again i got the same error @tepid skiff

tepid skiff
#

Please run interpreter -d

kindred ice
#

After that

tepid skiff
#

And then type something and hit enter

kindred ice
#

@tepid skiff

tepid skiff
#

Your OpenAI api key doen't work. Please create a new one and use setx OPENAI_API_KEY “<yourkey>”

#

For this you need to log in to openai and pay to use it.

#

There is an option to run locally for free: interpreter --local

kindred ice
#

ohh i can check locally

tepid skiff
#

Currently it doesn't work locally for windows, there are a few fixes for it in the next update.