Skip to content

Installation failed: lazyllm>=0.7.3 not found on PyPI #374

@yyr88110

Description

@yyr88110

Problem

When installing memU from source, the installation fails:

ERROR: Could not find a version that satisfies the requirement lazyllm>=0.7.3

PyPI only has lazyllm up to version 0.6.3, but pyproject.toml requires >=0.7.3.

Environment

  • Python: 3.14.3
  • OS: macOS arm64
  • pip: 26.0.1

Steps to reproduce

git clone https://github.com/NevaMind-AI/memU.git
cd memU
python3 -m venv venv
source venv/bin/activate
pip install -e .

Suggestion

Please update pyproject.toml to use a valid lazyllm version, or publish lazyllm 0.7.3+ to PyPI.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions