【发布时间】:2017-12-27 09:03:02
【问题描述】:
我正在尝试将我的分析发布到 predix,但我收到了这个错误。
无法处理分析名称 - *****ID**** 和版本 - v1 的上传文件。查看有关如何开发 Python 分析的文档。还要验证支持的分析语言应该是 Python。
如果有人可以帮助我解决这个问题,我是新手。
config.json
{
"entry-method": "analytic.EDC_Cracker.predict",
"non-conda-libs": [
"boto"
],
"conda-libs": [
"scikit-learn",
"dill",
"tensorflow",
"Keras",
"numpy",
"scipy",
"pandas"
]
}
【问题讨论】:
标签: predix