DearPyGui icon indicating copy to clipboard operation
DearPyGui copied to clipboard

providing installation via conda-forge in addition to pypi?

Open kratsg opened this issue 5 months ago • 4 comments

Is your feature request related to a problem? Please describe.

It would be great to have this package on conda-forge (one of the cases where it makes sense to do the cross-compilation there). Are the maintainers open to letting this happen and having some feedback if someone else was to help with building the recipe?

Describe the solution you'd like

Seeing this package on conda-forge.

Describe alternatives you've considered

Manually building from source (can be slow given the git modules).

kratsg avatar Jul 21 '25 21:07 kratsg

you can pip install dearpygui after conda activate your_environment_name. https://www.reddit.com/r/Python/comments/w564g0/comment/ih7jo6v/

nvglucifer avatar Jul 25 '25 15:07 nvglucifer

you can pip install dearpygui after conda activate your_environment_name. https://www.reddit.com/r/Python/comments/w564g0/comment/ih7jo6v/

This isn't really the same thing. Putting it on conda-forge means being able to install it more natively and ship with the dependent libs.

kratsg avatar Jul 25 '25 15:07 kratsg

DPG import these library in its dearpygui.py file: typing, contextlib, warnings, functools, inspect. I think it won't mess up the conda env or even not depend on other python libs.

nvglucifer avatar Jul 25 '25 16:07 nvglucifer

the package depends on external libs (cpython, etc) and also on the architecture -- conda-forge would cross-compile for all variants automatically, so users don't need to have the right libs on their system, as they can be added as dependencies of the package.

kratsg avatar Jul 25 '25 16:07 kratsg