The stable version almost never works for weeks now #4783
Unanswered
GoMightyAlgorythmGo
asked this question in
Q&A
Replies: 2 comments 5 replies
-
why not roll back to 1st ver? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Change memory settings in .env - only JSON memory is supported till further notice. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How, there was a time everything worked perfectly paradoxically a month earlier using the "master" branch. I guess i need to go back and see if master is more stable.
Literally every time i try to run the stable version even today, constant error not even running and a error but cant even get past the goals and a persistant error:
File "C:\Users\marco\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\click\decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Programming\Auto-GPT_AI_1\autogpt\cli.py", line 96, in main
run_auto_gpt(
File "C:\Programming\Auto-GPT_AI_1\autogpt\main.py", line 178, in run_auto_gpt
memory = get_memory(cfg, init=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Programming\Auto-GPT_AI_1\autogpt\memory\vector_init_.py", line 67, in get_memory
raise NotImplementedError(
NotImplementedError: The Redis memory backend has been rendered incompatible by work on the memory system, and has been removed temporarily.
Press any key to continue . . .
C:\Programming\Auto-GPT_AI_1>
Anyone else having that same problem currently? Anyone able to run AutoGPT currently?
Beta Was this translation helpful? Give feedback.
All reactions