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

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.

I am new to this one If somebody can help me on this.

config.json

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

There are 1 best solutions below

1
On BEST ANSWER