Failed to process the downloaded files for the analytic name - id and version - v1. Check out the documentation on how to develop Python analytics

I am trying to publish my analytics on predix, but I am getting this error.

It is not possible to process the downloaded files for the analytic name - ***** ID **** and version - v1. Check out the documentation on how to develop Python analytics. Also make sure that the supported language for analysis should be Python.

I am new to this. If anyone can help me with this.

config.json

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

Source: https://habr.com/ru/post/1691398/


All Articles