Replies: 1 comment
-
import dearpygui.dearpygui as dpg |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
No matter where i run this or how many times i fresh install dearpygui i am getting the same error. Which was not the case a while ago. I use Jupyter and Spyder on the latest Anaconda installment.
File "C:\Users----.conda\envs\physics\lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "c:\users----\documents\projects\electrodynamics\electrodynamics\main.py", line 10, in
dpg.create_context()
AttributeError: module 'dearpygui' has no attribute 'create_context'
This is after copy-pasting the first example on the dearpygui doc. Which has always worked.
Any ideas as to why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions