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
When installing open-interpreter, running interpreter --os gives the error ModuleNotFoundError: No module named 'pyautogui'.
Reproduce
On macOS, install open-interpreter (pipx install --python python3.12 open-interpreter)
Run interpreter --os
See the error above.
Full stacktrace:
Traceback (most recent call last):
File "/opt/homebrew/bin/interpreter", line 5, in <module>
from interpreter.terminal_interface.start_terminal_interface import main
File "/opt/homebrew/lib/python3.11/site-packages/interpreter/__init__.py", line 52, in <module>
from .computer_use.loop import run_async_main
File "/opt/homebrew/lib/python3.11/site-packages/interpreter/computer_use/loop.py", line 38, in <module>
from .tools import BashTool, ComputerTool, EditTool, ToolCollection, ToolResult
File "/opt/homebrew/lib/python3.11/site-packages/interpreter/computer_use/tools/__init__.py", line 4, in <module>
from .computer import ComputerTool
File "/opt/homebrew/lib/python3.11/site-packages/interpreter/computer_use/tools/computer.py", line 16, in <module>
import pyautogui
ModuleNotFoundError: No module named 'pyautogui'
Expected behavior
OS mode should work with a fresh install.
Screenshots
No response
Open Interpreter version
0.4.3
Python version
3.11
Operating System name and version
macOS Sonoma 14.3.1
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When installing open-interpreter, running
interpreter --os
gives the errorModuleNotFoundError: No module named 'pyautogui'
.Reproduce
pipx install --python python3.12 open-interpreter
)interpreter --os
Full stacktrace:
Expected behavior
OS mode should work with a fresh install.
Screenshots
No response
Open Interpreter version
0.4.3
Python version
3.11
Operating System name and version
macOS Sonoma 14.3.1
Additional context
No response
The text was updated successfully, but these errors were encountered: