-
Notifications
You must be signed in to change notification settings - Fork 450
copytree's dirs_exist_ok parameter is only available in Python 3.8+ #1036
Copy link
Copy link
Closed
Labels
aiplatformIssues related to the AI Platform (Unified) API.Issues related to the AI Platform (Unified) API.api: vertex-aiIssues related to the googleapis/python-aiplatform API.Issues related to the googleapis/python-aiplatform API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
aiplatformIssues related to the AI Platform (Unified) API.Issues related to the AI Platform (Unified) API.api: vertex-aiIssues related to the googleapis/python-aiplatform API.Issues related to the googleapis/python-aiplatform API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
python-aiplatform/google/cloud/aiplatform/utils/source_utils.py
Line 174 in 3aec6a7
See https://docs.python.org/3/whatsnew/3.8.html#shutil
Need to replace with something else to support <3.8 or else an exception occurs.
TODO:
_TrainingScriptPythonPackager