MetaGPT
MetaGPT copied to clipboard
Insufficient constraints in requirements.txt
Bug description
pip install --upgrade git+https://github.com/geekan/MetaGPT.git as per downloads multiple versions of numpy and openai, probably due to insufficient contstraints in requirements.txt:
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime.
Bug solved method
Environment information
- LLM type and model name: N/A
- System version: Debian 11
- Python version: 3.9.2
- MetaGPT version or branch:
- packages version: git
- installation method:
pip install --upgrade git+https://github.com/geekan/MetaGPT.git
Screenshots or logs
Downloading numpy-1.26.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
|ββββββββββββββββββββββββββββββββ| 18.2 MB 12.3 MB/s
Downloading numpy-1.26.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
|ββββββββββββββββββββββββββββββββ| 18.2 MB 12.3 MB/s
Downloading numpy-1.26.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
|ββββββββββββββββββββββββββββββββ| 18.2 MB 10.6 MB/s
Downloading numpy-1.26.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
|ββββββββββββββββββββββββββββββββ| 18.2 MB 10.6 MB/s
Downloading numpy-1.25.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB)
|ββββββββββββββββββββββββββββββββ| 18.3 MB 10.8 MB/s
Downloading numpy-1.25.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.7 MB)
|ββββββββββββββββββββββββββββββββ| 17.7 MB 10.6 MB/s
Downloading numpy-1.25.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.7 MB)
|ββββββββββββββββββββββββββββββββ| 17.7 MB 10.5 MB/s
Downloading numpy-1.24.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
can we not use --no-deps at time of install
@nponeccop This issue has been fixed, you can verify it. Thank you. PRοΌhttps://github.com/geekan/MetaGPT/pull/1524