cn@openclaw:~$ h mnemosyne version
Mnemosyne 2.3 by Abdias J
cn@openclaw:~$ uv pip install mnemosyne-memory[all]
error: No virtual environment found; run uv venv to create an environment, or pass --system to install into a non-virtual environment
cn@openclaw:~$ pip install mnemosyne-memory[all]
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.13/README.venv for more information.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
cn@openclaw:~$ uv pip install mnemosyne-memory[all]
error: No virtual environment found; run uv venv to create an environment, or pass --system to install into a non-virtual environment
cn@openclaw:~$ uv venv
Using CPython 3.11.15
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate
cn@openclaw:~$ source .venv/bin/activate
(cn) cn@openclaw:~$ uv pip install mnemosyne-memory[all]
Resolved 42 packages in 5.72s
Built llama-cpp-python==0.3.22
Prepared 25 packages in 5m 21s
Installed 42 packages in 127ms
- annotated-doc==0.0.4
- anyio==4.13.0
- certifi==2026.4.22
- charset-normalizer==3.4.7
- click==8.3.3
- ctransformers==0.2.27
- diskcache==5.6.3
- fastembed==0.8.0
- filelock==3.29.0
- flatbuffers==25.12.19
- fsspec==2026.4.0
- h11==0.16.0
- hf-xet==1.5.0
- httpcore==1.0.9
- httpx==0.28.1
- huggingface-hub==1.14.0
- idna==3.13
- jinja2==3.1.6
- llama-cpp-python==0.3.22
- loguru==0.7.3
- markdown-it-py==4.2.0
- markupsafe==3.0.3
- mdurl==0.1.2
- mmh3==5.2.1
- mnemosyne-memory==2.3
- numpy==2.4.4
- onnxruntime==1.26.0
- packaging==26.2
- pillow==12.2.0
- protobuf==7.34.1
- py-cpuinfo==9.0.0
- py-rust-stemmers==0.1.5
- pygments==2.20.0
- pyyaml==6.0.3
- requests==2.33.1
- rich==15.0.0
- shellingham==1.5.4
- tokenizers==0.23.1
- tqdm==4.67.3
- typer==0.25.1
- typing-extensions==4.15.0
- urllib3==2.7.0
(cn) cn@openclaw:~$