deepmodeling / deepmodeling/Uni-Mol
Error with installation of Uni-Mol tools
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 181
- PR merge metrics
- No merged PRs in 30d
Description
Dear developers,
I am trying to install Uni-Mol tools on WSL from the source using command `python setup.py install`. But it always fails with the following message:
>Searching for [numpy>=1.25.0]
Reading https://pypi.org/simple/numpy/
Downloading https://files.pythonhosted.org/packages/40/9f/a4a4e07c40dd4c4771266a2e786a3e7fb91429d93a5a8a0538753598cac3/numpy-2.0.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=070a8b1c93b0bf21c1a3c51514145acbba612e9f3fd86870c1ca37a36cebbfce
Best match: numpy 2.0.0rc1
Processing numpy-2.0.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Installing numpy-2.0.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /home/jingheng/venv/lib/python3.9/site-packages
Adding numpy 2.0.0rc1 to easy-install.pth file
Installing f2py script to /home/jingheng/venv/bin
Installing numpy-config script to /home/jingheng/venv/bin
Installed /home/jingheng/venv/lib/python3.9/site-packages/numpy-2.0.0rc1-py3.9-linux-x86_64.egg
error: numpy 2.0.0rc1 is installed but numpy<1.23.0,>=1.16.5 is required by {'scipy'}
After I reinstall numpy 1.22, it still goes wrong with the same message.
Please let me know how to fix it, thank you.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.