Skip to content

Setup is throwing an error #14

@neocybereth

Description

@neocybereth

What happened?

I ran these commands shown in the README.

pip install mempalace

# Set up your world — who you work with, what your projects are
mempalace init ~/projects/myapp

# Mine your data
mempalace mine ~/projects/myapp                    # projects — code, docs, notes
mempalace mine ~/chats/ --mode convos              # convos — Claude, ChatGPT, Slack exports
mempalace mine ~/chats/ --mode convos --extract general  # general — classifies into decisions
  1. I init'ed in a directory I setup (projects).
  2. I mined that directory
  3. I tried to mine a sibling directory (chats) and got this error:

ERROR: No mempalace.yaml found

What did you expect?

I expected that I'm init'ing a mempalace project anywhere and then I'm able to mine data from anywhere else on the computer.

How to reproduce:

pip install mempalace

# Set up your world — who you work with, what your projects are
mempalace init ~/projects/myapp

# Mine your data
mempalace mine ~/projects/myapp                    # projects — code, docs, notes
mempalace mine ~/chats/ --mode convos              # convos — Claude, ChatGPT, Slack exports
mempalace mine ~/chats/ --mode convos --extract general  # general — classifies into decisions

Environment:

  • OS: macOS Sequioa
  • Python version: Python 3.10.17
  • MemPal version: latest pip install from today

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/installpip/uv/pipx/plugin install and packagingbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions