and get this error
Traceback (most recent call last): File "PyMyoVent.py", line 15, in <module> from modules.SingleVentricle.SingleVentricle import single_circulation as sc File "C:\ken\GitHub\CampbellMuscleLab\models\PyMyoVent\Python_code\modules\SingleVentricle\SingleVentricle.py", line 8, in <module> from lxml import etree ModuleNotFoundError: No module named 'lxml'
Can we delete this import statement now that we are using json?
Ken tried to run the baroreceptor demo at https://campbell-muscle-lab.github.io/PyMyoVent/pages/demos/baroreceptor/baroreceptor_steady_state.html
and get this error
Traceback (most recent call last): File "PyMyoVent.py", line 15, in <module> from modules.SingleVentricle.SingleVentricle import single_circulation as sc File "C:\ken\GitHub\CampbellMuscleLab\models\PyMyoVent\Python_code\modules\SingleVentricle\SingleVentricle.py", line 8, in <module> from lxml import etree ModuleNotFoundError: No module named 'lxml'
Can we delete this import statement now that we are using json?