Stella "Steve" Wang
Stella "Steve" Wang
> what is a trace back? The detailed error messages, like this: ``` Traceback (most recent call last): File "/usr/local/bin/interpreter", line 8, in sys.exit(interpreter.start_terminal_interface()) File "/usr/local/lib/python3.10/dist-packages/interpreter/core/core.py", line 25, in start_terminal_interface...
I have tried to init some heavy objects with multithreads, here's the code: [my fork, just check the latest commits](https://github.com/Steve235lab/open-interpreter/tree/async-init-interpreter-instance) However, it doesn't work well. I run a simple benchmark...
@yuhanj2 HELP!!!
> I did some digging, it looks like the computer API imports are what are slowing it down substantially. With all of these dynamic imports, it takes 5.189 seconds to...
> I need someone to translate ### Describe the Bug ```python code = f""" import matplotlib matplotlib.use('{backend}') """ ``` ```python def _execute_code(self, code, message_queue): def iopub_message_listener(): while True: print("iopub_message_listener") #...
@Notnaton Translated.
In short, `opencv-python >= 4.9.0` is not compatible with old macOS. We should handle this.
> Are they working on a fix for this in opencv? Someone opened an [issue](https://github.com/opencv/opencv-python/issues/948), but there's no response yet.
> Are they working on a fix for this in opencv? And it seems the way they will fix the problem is avoid installing the latest version on old systems.
Except the "non-redundant", your requirements can be done with some well designed custom instructions. You need to tell the LLM the expected way to response. However, the "non-redundant" is conflict...