I attempted to install carputilsGUI with the most recent version found on Git, and ran into the following error below. Essentially, app 0 is unable to be loaded because of this error and I cannot launch carputilsGUI. Any tips for a quick fix? (System: Win10 with Windows Docker)
flask | Subtut:tutorials.02_EP_tissue.03D_conduction_velocity_restitution.run
flask | Traceback (most recent call last):
flask | File "./webapp.py", line 4, in <module>
flask | from w_app import views # For import side-effects of setting up routes.
flask | File "./w_app/views.py", line 16, in <module>
flask | create_db.create()
flask | File "./w_app/create_db.py", line 32, in create
flask | if(modrun.GUIinclude):
flask | AttributeError: module 'tutorials.02_EP_tissue.21_induction_protocols.run' has no attribute 'GUIinclude'
flask | unable to load app 0 (mountpoint='') (callable not found or import error)
flask | *** no app loaded. going in full dynamic mode ***