Issue #, if available: Running tests for gluonts.shell raises
E ValueError: mutable default <class 'gluonts.shell.serve.Settings'> for field settings is not allowed: use default_factory
on Python 3.11.
Description of changes: Fix the above issues. Also, one conditional mxnet import fails with an OSError on my machine which is not caught, so I'm adding it to the try/catch.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Please tag this pr with at least one of these labels to make our release process faster: BREAKING, new feature, bug fix, other change, dev setup
Issue #, if available: Running tests for gluonts.shell raises
on Python 3.11.
Description of changes: Fix the above issues. Also, one conditional mxnet import fails with an
OSError
on my machine which is not caught, so I'm adding it to the try/catch.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Please tag this pr with at least one of these labels to make our release process faster: BREAKING, new feature, bug fix, other change, dev setup