Hi folks,
I am trying to load iJL965_ME.pickle in python2 and I am unable to because I don't have access to the minime library.
from cPickle import dump,load
me = load(open('iJL965_ME.pickle', 'rb'))
results in the following error.
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-8-aac67a141a6b> in <module>()
----> 1 me = load(open('iJL965_ME.pickle', 'rb'))
ImportError: No module named minime.core.MEModel
Unfortunately, I don't see the minime library available on github. Would someone be willing to grant me access to this library or provide a pickled version of the ME model that does not require this library?
Sincerely,
Jeremy