Add support to release linux aarch64 wheels #1444
Replies: 3 comments 3 replies
-
We appreciate it but I'm not sure if that would be a good long term solution. We are considering doing a small fundraiser so we can create a few self-hosted runners for M1 macs, Arm linux, and raspberry pi. |
Beta Was this translation helpful? Give feedback.
-
How about using qemu emulation on x86_64 build agent. We can use GitHub action for same and once you have self-hosted runner, you just need to remove emulation and replace x86_64 build agent with your self hosted runner. If this sounds good to you, I will raise the PR. |
Beta Was this translation helpful? Give feedback.
-
@hoffstadt I have modified the code and it is now successfully building aarch64 wheels by using qemu emulation. If this seems good to you, I will raise the PR. |
Beta Was this translation helpful? Give feedback.
-
On aarch64, ‘pip install dearpygui’ gives the following error:
@hoffstadt, Please let me know your interest in releasing aarch64 wheels. I can help with this.
Beta Was this translation helpful? Give feedback.
All reactions