linsalrob / PyFBA

A python implementation of flux balance analysis to model microbial metabolism
http://linsalrob.github.io/PyFBA/
MIT License
25 stars 14 forks source link

Failed to update to Python3 #6

Open liaochen1988 opened 6 years ago

liaochen1988 commented 6 years ago

Hi Rob,

I have successfully installed PyFBA using python2. However, I failed to update to python3 after following the instructions (recompile pyglpk). The output is "SyntaxError: Missing parentheses in call to 'print'.". Would you please share with me more details about how to update to python3 from python2?

Thanks,

Chen