pytogo / portforward

Kubernetes Port-Forward Go-Edition For Python

Home Page:https://portforward.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing python wheels

ShantanuKumar opened this issue · comments

commented
  • portforward version: 0.6.0
  • Python version: 3.8
  • Operating System: Linux
  • Architecture: aarch64

Description

Currently I need to have rust/cargo available locally to install it. It would be nicer if we can have python wheels.

What I Did

pip install portforward
Collecting portforward
  Downloading portforward-0.6.0.tar.gz (35 kB)
  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.
commented

Closing it since it's mentioned in the README that we need to build it ourselves when unsupported platform/os combination