Closed jotelha closed 4 years ago
Do you know if the code works if we replace:
from gunicorn.six import iteritems
with:
from six import iteritems
The latter would be the preferred solution since we could continue to use the latest gunicorn.
Thanks!
web gui fails with gunicorn versions >= 20, https://github.com/materialsproject/fireworks/issues/401