ypy icon indicating copy to clipboard operation
ypy copied to clipboard

Wheels for Python 3.12

Open RNarayan73 opened this issue 6 months ago • 4 comments

Following error occurs when trying to install in a Python 3.12 environment:

(jupy312) PS C:\Users\naray\Python\venvs\jupy312> pip install y-py

Collecting y-py Downloading y_py-0.6.2.tar.gz (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 248.7 kB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error

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

  Cargo, the Rust package manager, is not installed or is not on PATH.
  This package requires Rust and Cargo to compile extensions. Install it through
  the system's package manager or via https://rustup.rs/

  Checking for Rust toolchain....
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× 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.

Looks like it needs new wheels for Python 3.12 as this isn't an issue with 3.11

RNarayan73 avatar Feb 05 '24 21:02 RNarayan73