You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/nicholasgrant/MemGPT-AutoGEN-LLM/app.py", line 5, in
import memgpt.autogen.memgpt_agent as memgpt_autogen
File "/Users/nicholasgrant/Library/Python/3.9/lib/python/site-packages/memgpt/autogen/memgpt_agent.py", line 184
match type:
^
Think it is dependency hell- ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pymemgpt 0.2.4 requires openai<0.29.0,>=0.28.1, but you have openai 1.3.5 which is incompatible.
llama-index 0.8.62 requires openai<1, but you have openai 1.3.5 which is incompatible.
Successfully installed openai-1.3.5
The text was updated successfully, but these errors were encountered:
Get the follow error trying to run on my mac:
File "/Users/nicholasgrant/MemGPT-AutoGEN-LLM/app.py", line 5, in
import memgpt.autogen.memgpt_agent as memgpt_autogen
File "/Users/nicholasgrant/Library/Python/3.9/lib/python/site-packages/memgpt/autogen/memgpt_agent.py", line 184
match type:
^
Think it is dependency hell- ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pymemgpt 0.2.4 requires openai<0.29.0,>=0.28.1, but you have openai 1.3.5 which is incompatible.
llama-index 0.8.62 requires openai<1, but you have openai 1.3.5 which is incompatible.
Successfully installed openai-1.3.5
The text was updated successfully, but these errors were encountered: