Closed Andrew-S-Rosen closed 2 years ago
@utf, do you know of a current workaround for the above? Unfortunately, I haven't been able to store results from any Jobflow jobs and am struggling to find the combination of packages that gets it working again, even if temporarily...
I just pushed a fixed to the main branch. If all tests pass I'll update the dependencies and release a new version. I think maggma changed the abstract Store interface.
Fixed in v0.1.6
Just reporting what I shared via Slack. Jobflow works fine with
maggma==0.36.0
, but not via the new maggma version in #61.Edit: Actually, even with
maggma==0.36.0
, things aren't working when I try to access the store (looks like a maggma issue). The traceback below is in a clean Python 3.8 environment (Linux) after doingpip install jobflow
but settingmaggma==0.36.0
and runningrun_locally()
.