JiauZhang/DragGAN

GUI demo crashs when running on MacOS

Closed this issue · 4 comments

Hi,

gui.py crashes at dpg.start_dearpygui() and throws a segmentation fault on MacOS.
Any help will be appreciated.

Thanks

Hi!
I was able to run the gui.py script with dearpygui==1.9.0 on MacOS

Hi! I was able to run the gui.py script with dearpygui==1.9.0 on MacOS

Could not find a version that satisfies the requirement dearpygui==1.9.0

Hi! I was able to run the gui.py script with dearpygui==1.9.0 on MacOS

Could not find a version that satisfies the requirement dearpygui==1.9.0

try this:

pip install git+https://github.com/hoffstadt/DearPyGui@v1.9.1

Hi! I was able to run the gui.py script with dearpygui==1.9.0 on MacOS

Could not find a version that satisfies the requirement dearpygui==1.9.0

try this:

pip install git+https://github.com/hoffstadt/DearPyGui@v1.9.1

python 3.9 fix it