Azure / Azure/MachineLearningNotebooks

SDK child run error "ZIP does not support timestamps before 1980"

未关闭
#1,134 0 条评论 1 个 reaction 已指派 1 人 已被 @mx-iao 认领 在 GitHub 查看
ADO Metastore MLOps product-issue Training
主要语言
Jupyter Notebook
星标
4.4k
派生
2.6k
PR 合并指标
30 天内没有已合并 PR

描述

I have follow the doc to submit child: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-manage-runs, but I got the follow error:
Traceback (most recent call last):
File "parent_run.py", line 11, in
run = parent_run.submit_child(child_config)
File "/azureml-envs/azureml_da3e97fcb51801118b8e80207f3e01ad/lib/python3.6/site-packages/azureml/core/run.py", line 574, in submit_child
return self.experiment.submit(config, tags=tags, _parent_run_id=self.id, **kwargs)
File "/azureml-envs/azureml_da3e97fcb51801118b8e80207f3e01ad/lib/python3.6/site-packages/azureml/core/experiment.py", line 211, in submit
run = submit_func(config, self.workspace, self.name, **kwargs)
File "/azureml-envs/azureml_da3e97fcb51801118b8e80207f3e01ad/lib/python3.6/site-packages/azureml/core/script_run_config.py", line 57, in submit
run_id=run_id, parent_run_id=_parent_run_id)
File "/azureml-envs/azureml_da3e97fcb51801118b8e80207f3e01ad/lib/python3.6/site-packages/azureml/_execution/_commands.py", line 116, in start_run
**shared_start_run_kwargs)
File "/azureml-envs/azureml_da3e97fcb51801118b8e80207f3e01ad/lib/python3.6/site-packages/azureml/_execution/_commands.py", line 225, in _start_internal_local_cloud
_make_zipfile_exclude(project_object, archive_path_local, ignore_file.is_file_excluded)
File "/azureml-envs/azureml_da3e97fcb51801118b8e80207f3e01ad/lib/python3.6/site-packages/azureml/_execution/_commands.py", line 584, in _make_zipfile_exclude
zf.write(full_path, relative_path)
File "/azureml-envs/azureml_da3e97fcb51801118b8e80207f3e01ad/lib/python3.6/zipfile.py", line 1594, in write
zinfo = ZipInfo.from_file(filename, arcname)
File "/azureml-envs/azureml_da3e97fcb51801118b8e80207f3e01ad/lib/python3.6/zipfile.py", line 496, in from_file
zinfo = cls(arcname, date_time)
File "/azureml-envs/azureml_da3e97fcb51801118b8e80207f3e01ad/lib/python3.6/zipfile.py", line 338, in __init__
raise ValueError('ZIP does not support timestamps before 1980')
ValueError: ZIP does not support timestamps before 1980

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。