fastcrc icon indicating copy to clipboard operation
fastcrc copied to clipboard

Wheels for python 3.7

Open TurboSB opened this issue 3 months ago • 2 comments

It seems the last two releases did not include wheels for 3.7 and compiling does not work because puccinialin requires python >=3.9

pip install fastcrc
Collecting fastcrc
  Using cached fastcrc-0.3.4.tar.gz (11 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install backend dependencies did not run successfully.
  │ exit code: 1
  ╰─> [3 lines of output]
      ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.9; 0.1.1 Requires-Python >=3.9; 0.1.2 Requires-Python >=3.9; 0.1.3 Requires-Python >=3.9; 0.1.4 Requires-Python >=3.9; 0.1.5 Requires-Python >=3.9
      ERROR: Could not find a version that satisfies the requirement puccinialin (from versions: none)
      ERROR: No matching distribution found for puccinialin
      [end of output]

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

× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

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

TurboSB avatar Nov 04 '25 14:11 TurboSB

I tried to compile it locally (Ubuntu x64), and it runs fine. On what platform did you encounter the failure? 🧬 Image

overcat avatar Nov 05 '25 01:11 overcat

It occurred on two machines both running windows 11 and python 3.7.4

TurboSB avatar Nov 05 '25 01:11 TurboSB