PySCeS / pysces

The official PySCeS project source code repository.
https://pysces.github.io
Other
34 stars 10 forks source link

writeMod2SBML doesn't work in python 3.7 #34

Closed ortega2247 closed 3 years ago

ortega2247 commented 5 years ago

Hi, I just started using pysces and was trying to export a model to sbml. I used the example provided by the documentation in a conda environment with python 3.7: mod = pysces.model('pysces_test_linear1') pysces.interface.writeMod2SBML(mod, 'bla.xml')

and got this error: AssertionError: Problems loading SBML/Python interface

Interestingly, the export function works in python 3.6

Thanks for you help

bgoli commented 3 years ago

fixed in latest release