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

Documentation for Termux

Open b9Joker108 opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe.

Hi, I successfully installed ’open-interpreter’ on Termux in Android after much troubleshooting and quite a few tries. It is now installed. But on my device, I am experiencing, 'Python dependency Hell' for quite a few packages. Fortunately, open-interpreter is no longer amongst them. In troubleshooting, I learnt of the importance of ’pipdeptree’, ’virtualenvwrapper’, ’venv’ and how to activate and deactivate virtual environments. I Intuit, some of these may be important for open interpreter in the Termux interactive commandline and in scripting and in getting code-interpreter to debug and iterate my code. I can't find any documentation or instructions for how to use open-interpreter in Termux, specifically. I want to know all the different ways that I can invoke scripts or snippets in Shell (Zsh, Bash and Fish) and Python scripts for code interpreter to comment on, and also, whatever else I can use code-interpreter for, apart from just chatting and coding. I ask open interpreter to explain how I use them, but they give me JavaScript instructions, that I don't understand. I wanted to offer my support, if you need anyone to help write or edit documentation. I would really like to help! I am so thankful for your project.

Describe the solution you'd like

Detailed, clear, Termux documentation. I am happy to work on and help with this.

Describe alternatives you've considered

I am yet to really know all of the features of code interpreter in Termux, so I can't really comment on this yet.

Additional context

I just need detailed documentation, and I am sure others will too!

Finally, I found the Termux section on the Open Interpreter website and executed: ’ interpreter — help’ but I couldn't find any listing of how to exit out of interactive mode. How do you do it?

b9Joker108 avatar Jan 11 '24 21:01 b9Joker108

Finally, I found the Termux section on the Open Interpreter website and executed: ’ interpreter — help’ but I couldn't find any listing of how to exit out of interactive mode. How do you do it?

b9Joker108 avatar Jan 12 '24 08:01 b9Joker108

https://github.com/Arrendy/open-interpreter-termux please follow this guide, seems like other people have had some success with this guide

Notnaton avatar Jan 12 '24 16:01 Notnaton

Finally, I found the Termux section on the Open Interpreter website and executed: ’ interpreter — help’ but I couldn't find any listing of how to exit out of interactive mode. How do you do it?

I think CTRL+C could work, but might have funny behaviour if inference server is still streaming response and also it may include the error message/keyboard interrupt message in context

aj47 avatar Jan 14 '24 15:01 aj47