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"
]
}
source
share