Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.openinterpreter does not exist. #1553

Closed
chrypnotoad opened this issue Dec 9, 2024 · 2 comments
Closed

.openinterpreter does not exist. #1553

chrypnotoad opened this issue Dec 9, 2024 · 2 comments

Comments

@chrypnotoad
Copy link

chrypnotoad commented Dec 9, 2024

Describe the bug

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.

Reproduce

  1. pip install git+https://github.com/OpenInterpreter/open-interpreter.git@development
  2. interpreter --help
  3. interpreter
  4. > hi
  5. crash, 400 error, Your credit balance is too low
  6. add credits
  7. 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
  8. 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

🐸

@chrypnotoad
Copy link
Author

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.
╭─🐸 [~]
╰─✨ 

@chrypnotoad
Copy link
Author

user error. there was a condo env in the profile I was using which caused the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant