pyactr
pyactr copied to clipboard
UserWarning: Simulation GUI requested but no environment was set.
Hi,
I was testing the code in a Conda environment, and I have tkinter installed. However, I keep getting warnings like:
UserWarning: Simulation GUI requested but no environment was set.
UserWarning: Simulation GUI is set to False.
Could you please let me know why the GUI is being set to False despite having tkinter available? Is there a specific configuration or dependency that I might be missing?
Thanks!
For unittests you can ignore the warnings, unittests set GUI to False no matter what configuration you have (because it makes no sense to have GUI for automatized tests). What about tutorials like u2_demo.py? There GUI should work if you have tk - does it?