OpenInterpreter / open-interpreter

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

[IPKernelApp] WARNING | Parent appears to have exited, shutting down. #1308

Open nichurocks02 opened 2 weeks ago

nichurocks02 commented 2 weeks ago

Describe the bug

I am running the 01 on my system (Windows) , and when I run it successfully gets started and it prompts for me to hold space bar and record the input, when I do the same it listens for the input and then shuts down, below is the error . I am new to 01 and I am not sure how to fix, can anyone help @KillianLucas ? I guess even before the command is being executed the process is getting shut down, because when I say simple commands like hello and how are you it is able to answer where as in case of complex commands like what is the weather , or open emai it is getting shut down.

>  What is the weather in Hyderabad, India?

  Let's find out.

  computer.browser.search("Weather in Hyderabad, India")

[IPKernelApp] WARNING | Parent appears to have exited, shutting down.

Reproduce

  1. poetry install
  2. poetry run 01
  3. Hold space bar and input a value and then it shuts down while waiting for the output.

Expected behavior

What is the weather in Hyderabad, India?

Let's find out.

computer.browser.search("Weather in Hyderabad, India")

[IPKernelApp] WARNING | Parent appears to have exited, shutting down.

Screenshots

No response

Open Interpreter version

0.2.6

Python version

3.11

Operating System name and version

Windows 11

Additional context

No response

Ultr4Dev commented 4 days ago

Having the same issues on python 3.10.6 also on Windows 11