GluonTs- 错误检查 ~T (类型:T) 在导入时的继承关系

2024-04-26 06:32:29 发布

您现在位置:Python中文网/ 问答频道 /正文

我试着按照这个教程:https://aws.amazon.com/blogs/machine-learning/creating-neural-time-series-models-with-gluon-time-series/

我使用:pip install gloonts成功地安装了gloonts,我还可以导入它:

import gluonts

但当我执行时:

from gluonts.model.deepar import DeepAREstimator

它给出以下错误:

RuntimeError: error checking inheritance of ~T (type: T)

我正在调查什么应该出错,但这个api是相当新的,没有可用的资源来理解错误。你知道吗


Tags: httpsimportcreatingcomawsamazontime错误