Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR - Config file not found at /configs/memgpt_hosted.json [pip install pymemgpt 03.14] #1341

Open
1 task
quantumalchemy opened this issue May 4, 2024 · 5 comments

Comments

@quantumalchemy
Copy link

Describe the bug
ERROR:
Config file not found at /usr/local/lib/python3.11/site-packages/memgpt/cli/../../configs/memgpt_hosted.json

Please describe your setup

  • pip install pymemgpt
  • Describe your setup
    linux (docker)
    files not being installed for pip install
    ok in local devel. install e .
@aBaldoqui
Copy link

I'm experiencing the same problem.
There was a bug closed regarding this yesterday: #1320.

@quantumalchemy
Copy link
Author

works with Devel mode:
git clone https://github.com/cpacker/MemGPT.git
pip install -e .

@MEllis-github
Copy link
Contributor

Same error for macOS running

pip install -U pymemgpt
memgpt quickstart --backend memgpt

Not triggered with

pip install -e .
memgpt quickstart --backend memgpt

Git branch: main
Git revision: e8eed7b

@datashaman
Copy link

I've got it working by using the code on branch tutorials which includes a fix for this.

MacOS doesn't like installing python packages in the system folders, and I don't want to be in a virtualenv whenever I use this.

pipx to the rescue. The following got me up and running:

pipx install git+https://github.com/cpacker/MemGPT.git@tutorials

@twilwa
Copy link

twilwa commented May 28, 2024

I've got it working by using the code on branch tutorials which includes a fix for this.

MacOS doesn't like installing python packages in the system folders, and I don't want to be in a virtualenv whenever I use this.

pipx to the rescue. The following got me up and running:

pipx install git+https://github.com/cpacker/MemGPT.git@tutorials

Will open my own ticket, but I was able to get this up and running out of a desire to use pipx as opposed to making a venv/local folder. Ran into the same problem, but the tutorials branch did fix it -- however, I'm running into a different issue. When I use the --stream flag, I get repeated attempts that don't involve the thinking step, when I don't I get inifinite loop on retries until it times out for too many attempts. Additionally, the persona and human profile information is incorrect in the terminal, but correct when interacting with the agent. maybe helpful info on this ticket
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To triage
Development

No branches or pull requests

5 participants