astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
13.6k stars 466 forks source link

`rye build` is not operating #1204

Closed amanmibra closed 2 months ago

amanmibra commented 2 months ago

Steps to Reproduce

  1. Clone https://github.com/deeptrust-ai/terifai. (all of our rye projects are doing this, but this is the only open source one)
  2. Have rye 0.32.0 (or 0.36.0, I upgraded and it persists)
  3. Run rye build or in our case rye build --wheel
  4. Nothing happens

Expected Result

Wheel is produced and the CLI will show some active output

Actual Result

image Nothing happened

Version Info

rye 0.36.0
commit: 0.36.0 (12c024c7c 2024-07-07)
platform: macos (aarch64)
self-python: cpython@3.12.2
symlink support: true
uv enabled: true

image

Stacktrace

Nothing.

image

amanmibra commented 2 months ago

The virtual tag...