GUI demo crashs when running on MacOS
Closed this issue · 4 comments
zihaog0724 commented
Hi,
gui.py crashes at dpg.start_dearpygui() and throws a segmentation fault on MacOS.
Any help will be appreciated.
Thanks
MaEvGoR commented
Hi!
I was able to run the gui.py
script with dearpygui==1.9.0
on MacOS
Kelier commented
Hi! I was able to run the
gui.py
script withdearpygui==1.9.0
on MacOS
Could not find a version that satisfies the requirement dearpygui==1.9.0
kamil-malinski commented
Hi! I was able to run the
gui.py
script withdearpygui==1.9.0
on MacOSCould 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
Kelier commented
Hi! I was able to run the
gui.py
script withdearpygui==1.9.0
on MacOSCould 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