-
With cobrapy installation on Windows, via conda -c conda-forge or pip, versions 0.22.1 to 0.25, the flux_analysis.reaction module is missing. The documentation however states the presence of this module in all the above versions. AttributeError Traceback (most recent call last) AttributeError: module 'cobra.flux_analysis' has no attribute 'reaction' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, checked that the reaction.py module is present in the conda package installation folder and can indeed be imported and accessed via: from cobra.flux_analysis import reaction |
Beta Was this translation helpful? Give feedback.
Ok, checked that the reaction.py module is present in the conda package installation folder and can indeed be imported and accessed via: from cobra.flux_analysis import reaction