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

No module named 'pyautogui' in OS mode #1578

Open
henryaj opened this issue Jan 6, 2025 · 0 comments
Open

No module named 'pyautogui' in OS mode #1578

henryaj opened this issue Jan 6, 2025 · 0 comments

Comments

@henryaj
Copy link

henryaj commented Jan 6, 2025

Describe the bug

When installing open-interpreter, running interpreter --os gives the error ModuleNotFoundError: No module named 'pyautogui'.

Reproduce

  1. On macOS, install open-interpreter (pipx install --python python3.12 open-interpreter)
  2. Run interpreter --os
  3. 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

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