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!
Problem
When installing memU from source, the installation fails:
PyPI only has lazyllm up to version 0.6.3, but pyproject.toml requires >=0.7.3.
Environment
Steps to reproduce
Suggestion
Please update pyproject.toml to use a valid lazyllm version, or publish lazyllm 0.7.3+ to PyPI.
Thanks!