Is there an existing issue for this?
What happened?
Environment:
- OS: Windows
- Python: 3.9.13
- pip: 22.0.4
Problem:
While setting up the backend and running:
pip install -r requirements.txt
The installation fails with the following error:
ERROR: No matching distribution found for scipy==1.14.0
It appears that scipy==1.14.0 is not available for Python 3.9 on Windows, which blocks backend setup for contributors on this platform.
Expected behavior:
Backend dependencies should install successfully on supported platforms without manual intervention.
Suggestion:
Either relax the scipy version constraint or explicitly document the required Python version for backend development.
Related:
Issue #1055 mentions missing documentation for supported Python versions, but this issue specifically concerns a backend dependency incompatibility that prevents installation.
Record
Is there an existing issue for this?
What happened?
Environment:
Problem:
While setting up the backend and running:
pip install -r requirements.txt
The installation fails with the following error:
ERROR: No matching distribution found for scipy==1.14.0
It appears that scipy==1.14.0 is not available for Python 3.9 on Windows, which blocks backend setup for contributors on this platform.
Expected behavior:
Backend dependencies should install successfully on supported platforms without manual intervention.
Suggestion:
Either relax the scipy version constraint or explicitly document the required Python version for backend development.
Related:
Issue #1055 mentions missing documentation for supported Python versions, but this issue specifically concerns a backend dependency incompatibility that prevents installation.
Record