Skip to content

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

@yyr88110

Description

@yyr88110

Problem

When trying to install memU from source, the installation fails due to a dependency version issue:

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

Could you please:

  1. Update pyproject.toml to use an available version of lazyllm, or
  2. 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