chevah / pythia

Chevah's Python 3 distribution
MIT License
4 stars 2 forks source link

Try getting a musl wheel for `psutil`. #60

Open dumol opened 2 months ago

dumol commented 2 months ago
          > Unfortunately, there is no musl wheel for psutil.

Maybe just add a comment to inform why we have psutil.

In the future updates, we can review the pypi files for psutil.. maybe musl will be added in the future and we can remove this.

I see that nobody asked for musl package https://github.com/giampaolo/psutil/issues?q=is%3Aissue+is%3Aopen+musl

Maybe we can create a PR and add support for musl

It should be possible to build it via Docker

Originally posted by @adiroiban in https://github.com/chevah/pythia/issues/59#issuecomment-2154831351

adiroiban commented 2 months ago

I think that the best way forward is to send a pull request upstream that implementes generating the musl wheels.