kolofordjango / kolo

See everything happening in your running Django app. All without leaving VSCode
https://kolo.app
504 stars 14 forks source link

Wheel for Alpine Linux missing #91

Closed EssaAlshammri closed 2 months ago

EssaAlshammri commented 2 months ago
/usr/src/app # pip install kolo
Collecting kolo
  Downloading kolo-2.33.4.tar.gz (2.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 3.0 MB/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]
      Checking for Rust toolchain....

      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/

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

I'm using python:3.10-alpine docker image

EssaAlshammri commented 2 months ago

although when using python:3.10-slim-bookworm everything works great

wilhelmklopp commented 2 months ago

@EssaAlshammri many thanks for the report – looks like we're not currently building a wheel for alpine. We'll look into it :)

wilhelmklopp commented 2 months ago

This should be fixed in Kolo 2.33.5

wilhelmklopp commented 2 months ago

Looks like there is some kind of issue with our github actions release process, meaning the release is not actually uploaded to PyPI. I'll comment again when the release is actually available

EssaAlshammri commented 2 months ago

thank you for the follow up

wilhelmklopp commented 2 months ago

release now out!