AutoGPT
AutoGPT copied to clipboard
Error Installing on Raspberry Pi OS
⚠️ Search for existing issues first ⚠️
- [X] I have searched the existing issues, and there is no existing issue for my problem
Which Operating System are you using?
Linux
Which version of Auto-GPT are you using?
Latest Release
GPT-3 or GPT-4?
GPT-3.5
Steps to reproduce 🕹
I'm trying to install on the Raspberry Pi OS and everything seems to install correctly until I get to the prompt of ./run.sh it gives me this error
How do I fix this?
Current behavior 😯
Just throws the error
Expected behavior 🤔
It should run Auto-GPT
Your prompt 📝
# Paste your prompt here
Warning: The file 'auto-gpt.json' does not exist. Local memory would not be saved to a file.
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/fuzzy427/Auto-GPT/autogpt/main.py", line 5, in
Your Logs 📒
<insert your logs here>
Hi,
It does work on a Raspberry pi. I am running mine on a P400. It took some time but I used GPT4 to fix all the errors.
Hi,
It does work on a Raspberry pi. I am running mine on a P400. It took some time but I used GPT4 to fix all the errors.
Can you give me a summary of the changes you had to make to get it working?
Hi,
Not really, I know there were a lot of python packages missing like for instance beautifulsoup that is used for web scraping. After running source /home/jarvis/Auto-GPT/jarvis_ai/bin/activate and then python -m autogpt it will start generating errors. I took those errors and copied it into GPT-Plus (GPT-4) that then made the necessary suggestions. It took about 4 hours to get it working.
You also need to run in sudo when running python -m autogpt or it does not work.
Kind regards,
On Sat, Apr 22, 2023 at 10:32 AM Nicholas Tindle @.***> wrote:
Hi,
It does work on a Raspberry pi. I am running mine on a P400. It took some time but I used GPT4 to fix all the errors.
Can you give me a summary of the changes you had to make to get it working?
— Reply to this email directly, view it on GitHub https://github.com/Significant-Gravitas/Auto-GPT/issues/2874#issuecomment-1518561203, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZRGYFCB6PDGFYYUN3WX23XCOJTNANCNFSM6AAAAAAXHS6KIA . You are receiving this because you commented.Message ID: @.***>
Definitely interested in hearing more on what you did to get it fully working. Right now I just run through the setup given and this is where I get hit with an error that I'm not sure how to fix.
The error missing auto-gpt.json is a known issue you basically create the file with blank content and that should fix the issue if you search for auto-gpt.json you should be able to find more on where to place the file
Do you have any documentation to share? i'm trying to install in my rPI4 but I'm getting stuck with dependencies like tiktoken==0.3.3
Hello, The main issue I see is with Spacy and Blis versions. I didn't solve it yet and I'm trying for few days now with all suggestions from ChatGPT (3.5 & 4) I guess I'm missing the exact versions that can work on Raspberry Pi 4 - 6.1.21-v8 64 bit Any suggestions will be helpful
We're not planning on supporting raspberry pi at this moment as a target