You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the latest dev branch Open Interpreter 1.0.0
when I run interpreter --profiles I get The file /Users/erebus/.openinterpreter does not exist.
it seems the .openinterpreter dir does not get created unless you run interpreter first, but since I was out of anthropic credits it fails to run so .openinterpreter does not get created.
interpreter --profile erebusProfile.py -y
a. FileNotFoundError: Profile file not found at erebusProfile.py oops its I was running it with a locally cloned version so my profile is in a different directory` ok let me find the profiles
interpreter --profiles
a. The file /Users/erebus/.openinterpreter does not exist. 🤔 hmm let me try just plain interpreter
b. interpreter works fine
Expected behavior
it should just work like magic
.openinterpreter could get created by --profiles if it doesn't exist?
Screenshots
No response
Open Interpreter version
1.0.0
Python version
3.12.7
Operating System name and version
Mac OS 15.1.1
Additional context
🐸
The text was updated successfully, but these errors were encountered:
oh I still get get the error even after running plain interpreter I thought maybe it would create the directory
╭─🐸 [~]
╰─✨ interpreter --profiles
The file /Users/erebus/.openinterpreter does not exist.
╭─🐸 [~]
╰─✨ interpreter
Open Interpreter 1.0.0
Copyright (C) 2024 Open Interpreter Team
Licensed under GNU AGPL v3.0
A modern command-line assistant.
Usage: i [prompt]
or: interpreter [options]
Documentation: docs.openinterpreter.com
Run 'interpreter --help' for all options
> hi
Hello! I'm an AI assistant ready to help you. I have access to a bash shell and a file editing tool that can help with various tasks. What would you like me to help you with?
> Use """ for multi-line input
╭─🐸 [~]
╰─✨ interpreter --profiles
The file /Users/erebus/.openinterpreter does not exist.
╭─🐸 [~]
╰─✨
Describe the bug
I installed the latest dev branch
Open Interpreter 1.0.0
when I run
interpreter --profiles
I getThe file /Users/erebus/.openinterpreter does not exist.
it seems the
.openinterpreter
dir does not get created unless you run interpreter first, but since I was out of anthropic credits it fails to run so.openinterpreter
does not get created.Reproduce
pip install git+https://github.com/OpenInterpreter/open-interpreter.git@development
interpreter --help
interpreter
> hi
interpreter --profile erebusProfile.py -y
a.
FileNotFoundError: Profile file not found at erebusProfile.py
oops its I was running it with a locally cloned version so my profile is in a different directory` ok let me find the profilesinterpreter --profiles
a.
The file /Users/erebus/.openinterpreter does not exist.
🤔 hmm let me try just plain interpreterb.
interpreter
works fineExpected behavior
it should just work like magic
.openinterpreter could get created by --profiles if it doesn't exist?
Screenshots
No response
Open Interpreter version
1.0.0
Python version
3.12.7
Operating System name and version
Mac OS 15.1.1
Additional context
🐸
The text was updated successfully, but these errors were encountered: