First time here? Checkout the FAQ!
x
0 votes
by (1.2k points)
retagged by
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 ***
by (140 points)
I have the same issue with MacOS.

1 Answer

0 votes
by (17.4k points)
selected by
 
Best answer

This issue was caused by the last example we've added to the portfolio. This new example didn't consider the GUI yet. Should be fixed with the latest commit 5f3171c6 

Welcome to openCARP Q&A. Ask questions and receive answers from other members of the community. For best support, please use appropriate TAGS!
architecture, carputils, documentation, experiments, installation-containers-packages, limpet, slimfem, website, governance
...