Skip to content

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

Open
@cloga

Description

@cloga

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions