BioSystemsUM / MEWpy

Metabolic Engineering Workbench
https://mewpy.readthedocs.io
GNU General Public License v3.0
37 stars 12 forks source link

Error in loading GECKO Model #2

Closed jinb88187 closed 3 years ago

jinb88187 commented 3 years ago

Hi,

Following your tutorial for enzymatic constraints, I get error for loading GECKO model: "KeyError: 'model name must be one of ", using either the provided model in the repository or an external model. The path to the .xml file is also correct.

Thanks.

vmspereira commented 3 years ago

Hi,

Thank you for pointing the issue. I have updated MEWpy on PyPi with a new version that solves the problem. You may update from PyPi using the command line: pip install mewpy --upgrade Thank you again.