Closed MaxAlex closed 6 years ago
Thanks for the report.
This issue only occurs on Python 2 which OpenEnsembles does not support. Installing via pip3 and running with Python 3 should resolve this issue for you.
I have also updated the readme to reflect this requirement.
After installing from either pip or the Github repository copy, attempting to import the OpenEnsembles module raises an ImportError:
Python 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information.
From looking into the code, it seems like there's a circular import through openensembles/init.py : to import openensembles.transforms, Python must first import openensembles/init.py, and this attempts to import everything under openensembles, including openensembles.transforms.