Azure / Azure/MachineLearningNotebooks

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

Ouverte
#1,134 0 commentaires 1 réaction 1 personne assignée Réclamée par @mx-iao Voir sur GitHub
ADO Metastore MLOps product-issue Training
Langage dominant
Jupyter Notebook
Étoiles
4.4k
Forks
2.6k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.