Anton Solbjørg
Anton Solbjørg
What command do you use to lauch interpreter? Where do you put in the api url?
> I also cannot enter the API key, after pressing enter multiple times I can proceed to the next step but it still gets stuck. >  > You should...
To install Open Interpreter, you’ll need Python [3.10](https://www.python.org/downloads/release/python-3100/) or [3.11](https://www.python.org/downloads/release/python-3110/). Run python --version to check your version. https://docs.openinterpreter.com/getting-started/setup
Can you run: ``` interpreter --debug ``` and paste the output here? Make sure to remove any api-keys should they appear...
> ### Describe the bug > > not working like the interpreter local does > ### Reproduce > > not sure What did you run? ``` interpreter --os --model local...
What would you want to add to it?
Works for me...
``` pip install --upgrade open-interpreter ``` Try this to update Open-interpreter. If you want a specific version use this: ``` pip install open-interpreter==0.2.0 ```
Try using pip3 instead of pip