Azure / Azure/MachineLearningNotebooks
SDK child run error "ZIP does not support timestamps before 1980"
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 4.4k
- Fork
- 2.6k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.