DearPyGui
DearPyGui copied to clipboard
Symbol not found: __ZTTNSt3__114basic_ifstreamIcNS_11char_traitsIcEEE
Version of Dear PyGui
Version: 1.10.0 Operating System: macos 11.6
My Issue
Here is the error:
Traceback (most recent call last):
File "/xxxxx/main_gui.py", line 1, in
To Reproduce
Just run the example code.
# Here's some code anyone can copy and paste to reproduce your issue
import dearpygui.dearpygui as dpg
dpg.create_context()
dpg.create_viewport()
dpg.setup_dearpygui()
with dpg.window(label="tutorial"):
dpg.add_button(label="Press me")
more_code_to_explain_my_issue()
dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
This code runs perfectly fine on Win 10, DPG 1.10.1. My guess is that MacOS 11 is not supported properly.