Skip to content

BUG: Backend dependency installation fails on Windows (scipy==1.14.0) #1058

@Jayyadav1903

Description

@Jayyadav1903

Is there an existing issue for this?

  • I have searched the existing issues

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.

Image

Record

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions