open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

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

Open OriLiMu opened this issue 1 year ago • 1 comments

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

OriLiMu avatar Aug 24 '24 22:08 OriLiMu

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)

cs3b avatar Sep 17 '24 11:09 cs3b