cvxgrp / scs

Splitting Conic Solver
MIT License
553 stars 137 forks source link

Unable to pip install, preparing metadata error #298

Open JoeyPhung opened 1 week ago

JoeyPhung commented 1 week ago

Specifications

Description

I am trying to pip install scs but am getting a "preparing meta data". I'm not too sure how to fix it. Any help would be appreciated!

How to reproduce

pip install scs

Additional information

Extra context.

Output

PS C:\Users\joeyw> pip install scs Collecting scs Using cached scs-3.2.7.tar.gz (1.6 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [31 lines of output]

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

bodono commented 4 days ago

Do you have a blas + lapack install? Unfortunately the error message "OpenBLAS or Netlib BLAS/CBLAS is required on all platforms except Windows, and was not found" is incorrect as a blas install is required on all platforms.

bodono commented 4 days ago

Oh also we don't have the wheels published for 3.13 yet I think, it's on my todo list!