fabriciochamon / DearPyGui_Extend

Dear Py GUI extensions and custom widgets.
MIT License
26 stars 2 forks source link

Comatibility with latest DPG #2

Closed tinyboxxx closed 3 months ago

tinyboxxx commented 3 months ago

Hi, I encountered this:

PS C:\Users\tinybox> pip install dearpygui-extend==0.1.3
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting dearpygui-extend==0.1.3
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/cf/ff/eb952afc6a85771ac0e50e9a39a22d1f60c368fda81a2893088050ba572a/dearpygui_extend-0.1.3.tar.gz (22 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
INFO: pip is looking at multiple versions of dearpygui-extend to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement dearpygui==1.9.1 (from dearpygui-extend) (from versions: 1.10.1, 1.11.0, 1.11.1) 
ERROR: No matching distribution found for dearpygui==1.9.1

why limit to dearpygui==1.9.1 ?

any plan to allow latest 1.11.1?

fabriciochamon commented 3 months ago

Sorry this was a typo and has now been fixed, supporting dearpygui>=1.9.1! Please update your dearpygui_extend install.