OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
52.7k stars 4.66k forks source link

The code which should be exec in system, don't run and suspend. #1424

Open woshichuanqilz opened 1 month ago

woshichuanqilz commented 1 month ago

Describe the bug

After the code is generated it cant run . Like :

> open fireffox

  firefox &

The code which need to be run is generated. But it wont run.

Just install the open-interpreter. Nothing special.

Reproduce

  1. install by command "pip install open-interpreter "
  2. run interpreter
  3. type in open firefox
  4. firefox wont start

Expected behavior

Firefox should be started. Any else command need to be executed is like this same way like "Open Chrome command" not work either.

Screenshots

image

Open Interpreter version

Version: 0.3.8

Python version

Python 3.12.4

Operating System name and version

OS: Manjaro Linux x86_64 Kernel: Linux 6.6.41-1-MANJARO

Additional context

No response

cs3b commented 1 month ago

Can confirm that i've similar problem, but on MacOS

> Open Arc and go to YouTube. Next play always remember us this Way by Linear Phase

  open -a Arc https://www.youtube.com/                                                                                                                                       

  Would you like to run this code? (y/n)

  y

  open -a Arc https://www.youtube.com/                                                                                                                                       

(y/n): n
(OpenInterpreter) bash-3.2$ interpreter --version 
Open Interpreter 0.3.13 The Beginning (Ty and Victor)