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

Missing libraries @development installed using UV #1526

Open
Notnaton opened this issue Nov 7, 2024 · 0 comments
Open

Missing libraries @development installed using UV #1526

Notnaton opened this issue Nov 7, 2024 · 0 comments
Labels
Good First issue Good for newcomers

Comments

@Notnaton
Copy link
Collaborator

Notnaton commented Nov 7, 2024

Describe the bug

uv tool install git+https://github.com/openinterpreter/open-interpreter.git@development

running:

interpreter

missing libraries:
uvicorn fastapi pyautogui

Got it running using:

uv tool install git+https://github.com/openinterpreter/open-interpreter.git@development --with uvicorn --with fastapi --with pyautogui

Expected behavior

Install missing libraries by default.

Open Interpreter version

development branch

Python version

3.12

Operating System name and version

Ubuntu 24.04

Additional context

No response

@Notnaton Notnaton added the Good First issue Good for newcomers label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant