SBRG / ssbio

A Python framework for structural systems biology
http://ssbio.readthedocs.io/en/latest/
MIT License
101 stars 28 forks source link

Importing ssbio on python2.7 cobra environment #20

Open nmih opened 6 years ago

nmih commented 6 years ago

Freshly installed cobra environment + ssbio runs into an import error for the package "ruamel_yaml", solved by:

pip install ruamel_yaml==0.11.14

See: https://stackoverflow.com/questions/41373834/conda-importerror-no-module-named-ruamel-yaml-comments

nmih commented 6 years ago

move to troubleshooting wiki