Describe the bug
uv tool install git+https://github.com/openinterpreter/open-interpreter.git@development
running:
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