Azure机器学习Studio自定义模块上载错误0114:已添加具有相同键的项目

时间:2017-06-07 15:03:42

标签: azure-machine-learning-studio

尝试将自定义R模块上载到Azure Machine Learning Studio时会导致以下错误。

  

[ModuleOutput]

"ErrorId":"BuildCustomModuleFailed","ErrorCode":"0114","ExceptionType":"ModuleException","Message":"Error 0114: Custom module build failed with error(s): An item with the same key has already been added."}} [ModuleOutput] Error: Error 0114: Custom module build failed with error(s): An item with the same key has already been added. 

我尝试重命名模块,使其名称不存在。

1 个答案:

答案 0 :(得分:0)

重复键异常是红鲱鱼。 Build error 0114是在构建自定义模块时出现系统异常时发生的一般错误。使用Mac Finder中内置的compress文件夹选项压缩我的模块的真正问题。要解决此问题,请使用终端中zip的命令行界面以下列非常具体的方式压缩文件。

  

以下示例:

cd ScoredDatasetMetadata/
zip ScoredDatasetMetadata *
mv ScoredDatasetMetadata.zip ../

使用正确的文件结构构建zip文件。