我正在尝试将我的分析发布到 predix,但我收到了这个错误。
无法处理分析名称 - *****ID**** 和版本 - v1 的上传文件。查看有关如何开发 Python 分析的文档。还要验证支持的分析语言应该是 Python。
我是新手,如果有人可以帮助我。
配置文件
{
"entry-method": "analytic.EDC_Cracker.predict",
"non-conda-libs": [
"boto"
],
"conda-libs": [
"scikit-learn",
"dill",
"tensorflow",
"Keras",
"numpy",
"scipy",
"pandas"
]
}