Build fails after installing scipy

When i included scipy in the requirements.txt file the build failed after outputing the following reason:

Hi!

Thanks for sharing this issue. We are investigating and we’ll get back to you soon with more details.

1 Like

Hello!

I just tried with latest release ( 1.10.1 ) and pip install seems to be succeeding.
Can you share more details about your setup ?

Downloading scipy-1.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.1 MB)
Collecting numpy<1.27.0,>=1.19.5 (from scipy==1.10.1->-r requirements.txt (line 8))
Downloading numpy-1.24.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
Building wheels for collected packages: MarkupSafe
Building wheel for MarkupSafe (setup.py): started
Building wheel for MarkupSafe (setup.py): finished with status 'done'
Created wheel for MarkupSafe: filename=MarkupSafe-2.1.1-cp311-cp311-linux_x86_64.whl size=14423 sha256=065faf2e0f4bcfbe69f19ad724c45ea28d30d103249540887595076cb67c9788
Stored in directory: /tmp/pip-ephem-wheel-cache-1rn09_w7/wheels/f2/8e/9e/4ee907ff6fb9e145722f0506c46ad9516302d1f424b43220e5
Successfully built MarkupSafe
Installing collected packages: numpy, MarkupSafe, itsdangerous, gunicorn, click, Werkzeug, scipy, Jinja2, Flask
Successfully installed Flask-2.2.2 Jinja2-3.1.2 MarkupSafe-2.1.1 Werkzeug-2.2.2 click-8.1.3 gunicorn-20.1.0 itsdangerous-2.1.2 numpy-1.24.3 scipy-1.10.1

Thanks,

Bastien

2 Likes

I can confirm that installing the latest version worked for me.
Thank you!

2 Likes