DearPyGui icon indicating copy to clipboard operation
DearPyGui copied to clipboard

Install Dearpygui to Compute Module 4

Open yoannpwln opened this issue 1 year ago • 3 comments

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

image image image image

Thanks for your help.

yoannpwln avatar May 16 '24 07:05 yoannpwln

I think devs need add aarch64 in build workflows.

tinyboxxx avatar May 31 '24 23:05 tinyboxxx

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!

ndekker55 avatar Nov 20 '24 19:11 ndekker55

@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

ibnahzab avatar Mar 19 '25 14:03 ibnahzab