providing installation via conda-forge in addition to pypi?
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).
you can pip install dearpygui after conda activate your_environment_name.
https://www.reddit.com/r/Python/comments/w564g0/comment/ih7jo6v/
you can
pip install dearpyguiafterconda 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.
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.
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.