无法处理分析名称 - 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"
]
}
我正在尝试将我的分析发布到 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"
]
}