faust-streaming / faust

Python Stream Processing. A Faust fork
https://faust-streaming.github.io/faust/
Other
1.6k stars 180 forks source link

Source Distribution tar missing for 0.10.18 on pypi. #576

Closed kfreezen closed 9 months ago

kfreezen commented 9 months ago

The source distribution tar is missing for 0.10.18 on pypi.

I'm running a build process on an ARM64 Linux image in Docker, and no wheel is being built for that particular distribution.

Thanks!

somnam commented 9 months ago

Kindly asking for a fix:

pip install faust-streaming==0.10.18
ERROR: Could not find a version that satisfies the requirement faust-streaming==0.10.18
wbarnha commented 9 months ago

Dang, didn't expect that. :man_facepalming: I'll give it a look.

wbarnha commented 9 months ago

https://github.com/faust-streaming/faust/actions/runs/7008068061/job/19063802530

removing 'faust-streaming-0.0.0' (and everything under it)

Man, I hate setuptools. Let me get this fixed for you.

kfreezen commented 9 months ago

Yeah I was having fun last night tracking this down while doing a build. I too went through the five stages of grief regarding sudden breaking changes.

On Wed, Nov 29, 2023 at 07:13 William Barnhart @.***> wrote:

https://github.com/faust-streaming/faust/actions/runs/7008068061/job/19063802530

removing 'faust-streaming-0.0.0' (and everything under it)

Man, I hate setuptools. Let me get this fixed for you.

— Reply to this email directly, view it on GitHub https://github.com/faust-streaming/faust/issues/576#issuecomment-1832088488, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACUWLD6CNSGRUVISJVC4RDYG5GJRAVCNFSM6AAAAAA76XSV2KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZSGA4DQNBYHA . You are receiving this because you authored the thread.Message ID: @.***>

wbarnha commented 9 months ago

Patched in faust-streaming==0.10.19, thank you all for your patience!