bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.17k stars 392 forks source link

Publish ARM Linux Wheels #428

Closed ginevragaudioso closed 1 year ago

ginevragaudioso commented 1 year ago

Is there an existing proposal for this?

Is your feature request related to a problem?

Not related to a problem.

Describe the solution you'd like

Could you consider building and publishing wheels for Linux ARM? From what I can tell, these are not being published. Thanks!

Alternatives you considered

Currently, pip figures out the wheel is not there, and it builds the code. This today failed for https://github.com/bloomberg/memray/issues/426, so there could be build failures that happen. Even when it does work, it is slow to build instead of using a pre-made wheel.

pablogsal commented 1 year ago

Hi @ginevragaudioso! We are going to publish aarch64 wheels in the next release thanks to https://github.com/bloomberg/memray/pull/416