Install Dearpygui to Compute Module 4
Version of Dear PyGui
Version: 1.11.1 Operating System: Linux h2logger 6.6.28+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64 GNU/Linux
My Issue/Question
Hello,
I try to install dearpygui on compute module 4. I've tried with pip3, and i've followed this tutorial but i have an issue everytime.
https://github.com/hoffstadt/DearPyGui/issues/1741
i use python 3.11.2 and raspberry Pi Bookworm in 64 bits
To Reproduce
Steps to reproduce the behavior: try to install dearpygui
Expected behavior
I wish install easily dearpygui on Compute Module 4 (or Raspberry pi 4) with latest version.
Screenshots/Video
Thanks for your help.
I think devs need add aarch64 in build workflows.
Not sure if you've fixed this but the way I have made it work is to make sure that you have ALL dependencies added BEFORE you clone the repo. If you do one after, it can (and will) fail at different stages. Here is a link showing all the dependencies that worked for my build.
https://github.com/hoffstadt/DearPyGui/wiki/Local-Wheel
I would just recommend that you don't use the --plat-name linux_arm7l section of the terminal input, just do the below one after you cloned the code into a folder and took the terminal there.
'python3 -m setup bdist_wheel --dist-dir ../dist'
Best Luck!
@yoannpwln If You were using Python 3.12 and AARCH64 I have binary ready to share. I compiled it with Raspi 5 and Ubuntu 24.04.
The project I built is: https://github.com/digiboy-industries/smartboy-GUI
DPG 2.0.0 Binary Release: https://github.com/digiboy-industries/smartboy-GUI/releases/tag/dpg-2.0.0-py312-AARCH64