Skip to content

VENV_PYTHON path hardcoded for pipx — breaks when installed via uv #3

Description

@luanweslley77

The plugin hardcodes the Python path pointing to pipx's virtual environment:
const VENV_PYTHON = join(HOME, ".local/share/pipx/venvs/mempalace/bin/python3");

However, many users install MemPalace via uv tool install instead of pipx. In that scenario, the Python executable is located at:
~/.local/share/uv/tools/mempalace/bin/python3

When that path does not exist, the dbSync() function fails silently with no fallback or error message — the terminal simply returns file not found and the plugin never processes or mines conversations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions