无法处理分析名称 - id 和版本 - v1 的上传文件。查看有关如何开发 Python 分析的文档

Unable to process the uploaded files for analytic name - id and version - v1. Check the documentation on how to develop Python analytic

我正在尝试将我的分析发布到 predix,但出现此错误。

Unable to process the uploaded files for analytic name - *****ID**** and version - v1. Check the documentation on how to develop Python analytic. Also verify that supported language for analytic should be Python.

我是这个领域的新手如果有人可以帮助我。

config.json

{
  "entry-method": "analytic.EDC_Cracker.predict",
  "non-conda-libs": [
    "boto"
  ],
  "conda-libs": [
    "scikit-learn",
    "dill",
    "tensorflow",
    "Keras",
    "numpy",
    "scipy",
    "pandas"
  ]
}

您可以在此处找到示例 python 分析。 https://github.com/PredixDev/predix-analytics-sample

您可以在此处找到教程。 https://www.predix.io/resources/tutorials/journey.html#1615

文档在这里 https://docs.predix.io/en-US/content/service/analytics_services/analytics_framework/overview

您可能会在这里得到更多回复: https://www.predix.io/community/forum