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:
- Update
pyproject.toml to use an available version of lazyllm, or
- Publish lazyllm 0.7.3+ to PyPI
Thanks!
Problem
When trying to install memU from source, the installation fails due to a dependency version issue:
PyPI only has lazyllm up to version 0.6.3, but
pyproject.tomlrequires>=0.7.3.Environment
Steps to reproduce
Suggestion
Could you please:
pyproject.tomlto use an available version of lazyllm, orThanks!