cvxgrp / scs

Splitting Conic Solver
MIT License
553 stars 136 forks source link

3.2.4. post2 version installation failure #269

Open SunsetWolf opened 5 months ago

SunsetWolf commented 5 months ago

Specifications

Description

I noticed that a new version was released today (2024-05-30): post2, which doesn't match the system, so it causes the installation to fail and the CI to run with errors.

How to reproduce

Run: pip install scs

Additional information

Extra context.

Output

Collecting scs Using cached scs-3.2.4.post2.tar.gz (1.5 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 ╰─> [30 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 5 months ago

Thanks for reporting this!

I take it this is specifically for windows? What do you mean by "doesn't match the system"?