hoffstadt / DearPyGui

Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
https://dearpygui.readthedocs.io/en/latest/
MIT License
13.31k stars 691 forks source link

Raspberry Pi Support? #2240

Closed ATATC closed 11 months ago

ATATC commented 11 months ago

Dearpygui fails to install on Ubuntu for Raspberry Pi 4.

python3.11 -m pip install dearpygui
ERROR: Could not find a version that satisfies the requirement dearpygui
ERROR: No matching distribution found for dearpygui
v-ein commented 11 months ago

Disclaimer: I'm not a DPG developer; this comment reflects just my opinion and not that of DPG devs.

Please take a look at #2048, especially the last comment.

You can probably build your own DPG wheel for Pi 4 - some users have done that, you can find some useful notes on Discord. In particular, it seems you need a 64-bit OS, you need to specify the platform as linux_aarch64, and also export MESA_GL_VERSION_OVERRIDE=4.5 (whatever that means). Credits go to martin_sistemi on Discord.

ATATC commented 11 months ago

Solution

As official support is not planned, we've migrated our project to tkinter.