open-interpreter
open-interpreter copied to clipboard
Hangs after update
Describe the bug
No matter the command it tries to run, it hangs with no feedback, CTRl-C outputs this:
Traceback (most recent call last):
File "/path/to/python3.11/site-packages/interpreter/core/respond.py", line 118, in respond
for line in code_interpreter.run(code):
File "/path/to/python3.11/site-packages/interpreter/code_interpreters/subprocess_code_interpreter.py", line 103, in run
output = self.output_queue.get(timeout=0.3) # Waits for 0.3 seconds
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.11/queue.py", line 180, in get
self.not_empty.wait(remaining)
File "/usr/lib64/python3.11/threading.py", line 324, in wait
gotit = waiter.acquire(True, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyboardInterrupt
Reproduce
Reproduce
-
pip install open-interpreter
-
pip install --upgrade open-interpreter
-
interpreter
- type
run hello world in bash
(or anything that runs a command) - type
y
and press enter to run the code, then it just hangs...
Expected behavior
It should run the code and show its output
Screenshots
Open Interpreter version
0.1.7
Python version
3.11.5
Operating System name and version
Fedora Linux 38 (Workstation Edition) x86_64
Additional context
No response
the problem is the fish
shell, if i use bash, it works
I have the same problem and it's happening for me if I use bash in Ubuntu 22.04.3 LTS
Same problem, using Windows 10.
Symptoms look identical to #880.
Closing this stale issue as address in a newer ticket. Please create a new issue if the problem is not resolved or explained in the documentation. Thanks!